Package | Description |
---|---|
com.crm.dataobject.rewards |
Modifier and Type | Method and Description |
---|---|
ReductionMethod |
CRMDOSpendRequestCustomerEvent.getReductionMethod() |
ReductionMethod |
CRMDORewardSpendTransaction.getReductionMethod() |
ReductionMethod |
CRMDORewardParticipationAgreement.getReductionMethod() |
ReductionMethod |
CRMDOCustomerEventDefinition.getReductionMethod() |
static ReductionMethod |
ReductionMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReductionMethod[] |
ReductionMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CRMDOSpendRequestCustomerEvent.setReductionMethod(ReductionMethod reductionMethod) |
void |
CRMDORewardSpendTransaction.setReductionMethod(ReductionMethod reductionMethod) |
void |
CRMDORewardParticipationAgreement.setReductionMethod(ReductionMethod reductionMethod) |
void |
CRMDOCustomerEventDefinition.setReductionMethod(ReductionMethod reductionMethod) |