Package | Description |
---|---|
com.crm.dataobject.subscriptions |
Modifier and Type | Method and Description |
---|---|
SubscriptionRatingState |
CRMDOSubscription.getRatingState() |
static SubscriptionRatingState |
SubscriptionRatingState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SubscriptionRatingState[] |
SubscriptionRatingState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CRMDOSubscription.setRatingState(SubscriptionRatingState ratingState) |
Constructor and Description |
---|
CRMDOSubscription(java.lang.String id,
java.lang.String number,
java.util.Date firstActivationDate,
CRMDOSubscriptionType type,
SubscriptionRatingState ratingState) |