public enum CommunicationReferringToEntity extends java.lang.Enum<CommunicationReferringToEntity> implements ICRMLookupEnum
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel() |
static CommunicationReferringToEntity |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CommunicationReferringToEntity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommunicationReferringToEntity ACCOUNTSRECEIVABLE
public static final CommunicationReferringToEntity SUBSCRIPTIONS
public static final CommunicationReferringToEntity ACTIVITIES
public static final CommunicationReferringToEntity JOBS
public static final CommunicationReferringToEntity SERVICE_REQUESTS
public static final CommunicationReferringToEntity LEADS
public static final CommunicationReferringToEntity INVOICES
public static final CommunicationReferringToEntity REFUNDS
public static final CommunicationReferringToEntity COMMUNICATIONS
public static final CommunicationReferringToEntity REWARDPARTICIPANTS
public static final CommunicationReferringToEntity PAYMENTS
public static final CommunicationReferringToEntity NOTIFICATIONS
public static final CommunicationReferringToEntity PAYMENTGATEWAYREQUESTS
public static final CommunicationReferringToEntity BILLS
public static final CommunicationReferringToEntity ACCESSTOKENS
public static final CommunicationReferringToEntity VOUCHERS
public static final CommunicationReferringToEntity SPENDREQUESTCUSTOMEREVENTS
public static final CommunicationReferringToEntity REWARDAWARDTRANSACTIONS
public static final CommunicationReferringToEntity REWARDSPENDTRANSACTIONS
public static final CommunicationReferringToEntity AWARDEXPIRATIONTRANSACTIONS
public static final CommunicationReferringToEntity PURCHASECUSTOMEREVENTS
public static final CommunicationReferringToEntity PAYMENTGATEWAYCARD
public static final CommunicationReferringToEntity SUBSCRIPTIONACTIONS
public static final CommunicationReferringToEntity BUYINADVANCEREQUESTS
public static final CommunicationReferringToEntity DEBITWALLETTRANSACTION
public static final CommunicationReferringToEntity CREDITWALLETTRANSACTION
public static final CommunicationReferringToEntity PROMOTIONCODE
public static CommunicationReferringToEntity[] values()
for (CommunicationReferringToEntity c : CommunicationReferringToEntity.values()) System.out.println(c);
public static CommunicationReferringToEntity valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getLabel()
getLabel
in interface ICRMLookupEnum