Package com.sforce.soap.metadata
Enum ProcessRuleActionType
- java.lang.Object
-
- java.lang.Enum<ProcessRuleActionType>
-
- com.sforce.soap.metadata.ProcessRuleActionType
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<ProcessRuleActionType>
public enum ProcessRuleActionType extends java.lang.Enum<ProcessRuleActionType>
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CancelAccrualEnumeration : CancelAccrualCancelRedeemEnumeration : CancelRedeemCreditPointsEnumeration : CreditPointsFlowEnumeration : FlowGetMemberPromotionEnumeration : GetMemberPromotionGetMemberTierEnumeration : GetMemberTierIncrementMemberPromotionEnumeration : IncrementMemberPromotionIssueVoucherEnumeration : IssueVoucherPointBalanceEnumeration : PointBalanceRedeemPointsEnumeration : RedeemPointsResetMemberPromotionEnumeration : ResetMemberPromotionTransferPointsEnumeration : TransferPointsUpdateParameterEnumeration : UpdateParameterUpdatePointBalanceEnumeration : UpdatePointBalanceUpgradeTierEnumeration : UpgradeTier
-
Field Summary
Fields Modifier and Type Field Description static java.util.Map<java.lang.String,java.lang.String>valuesToEnums
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()static ProcessRuleActionTypevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ProcessRuleActionType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
CreditPoints
public static final ProcessRuleActionType CreditPoints
Enumeration : CreditPoints
-
CancelAccrual
public static final ProcessRuleActionType CancelAccrual
Enumeration : CancelAccrual
-
RedeemPoints
public static final ProcessRuleActionType RedeemPoints
Enumeration : RedeemPoints
-
CancelRedeem
public static final ProcessRuleActionType CancelRedeem
Enumeration : CancelRedeem
-
TransferPoints
public static final ProcessRuleActionType TransferPoints
Enumeration : TransferPoints
-
IssueVoucher
public static final ProcessRuleActionType IssueVoucher
Enumeration : IssueVoucher
-
PointBalance
public static final ProcessRuleActionType PointBalance
Enumeration : PointBalance
-
GetMemberTier
public static final ProcessRuleActionType GetMemberTier
Enumeration : GetMemberTier
-
UpgradeTier
public static final ProcessRuleActionType UpgradeTier
Enumeration : UpgradeTier
-
GetMemberPromotion
public static final ProcessRuleActionType GetMemberPromotion
Enumeration : GetMemberPromotion
-
IncrementMemberPromotion
public static final ProcessRuleActionType IncrementMemberPromotion
Enumeration : IncrementMemberPromotion
-
ResetMemberPromotion
public static final ProcessRuleActionType ResetMemberPromotion
Enumeration : ResetMemberPromotion
-
UpdateParameter
public static final ProcessRuleActionType UpdateParameter
Enumeration : UpdateParameter
-
Flow
public static final ProcessRuleActionType Flow
Enumeration : Flow
-
UpdatePointBalance
public static final ProcessRuleActionType UpdatePointBalance
Enumeration : UpdatePointBalance
-
-
Method Detail
-
values
public static ProcessRuleActionType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ProcessRuleActionType c : ProcessRuleActionType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ProcessRuleActionType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Enum<ProcessRuleActionType>
-
-