Package | Description |
---|---|
com.crm.dataobject.subscriptions |
Modifier and Type | Method and Description |
---|---|
SchedulingOption |
SubscriptionExtendGracePeriod.getEndGracePeriodOption() |
SchedulingOption |
SubscriptionShortTermActivation.getEndShortTermActivationOption() |
SchedulingOption |
SubscriptionShortTermDeactivation.getGoOutOfDeactivationOption() |
SchedulingOption |
SubscriptionResting.getGoOutOfRestingOption() |
SchedulingOption |
SubscriptionAction.getSchedulingOption() |
static SchedulingOption |
SchedulingOption.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SchedulingOption[] |
SchedulingOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SubscriptionExtendGracePeriod.setEndGracePeriodOption(SchedulingOption endGracePeriodOption) |
void |
SubscriptionShortTermActivation.setEndShortTermActivationOption(SchedulingOption endShortTermActivationOption) |
void |
SubscriptionShortTermDeactivation.setGoOutOfDeactivationOption(SchedulingOption goOutOfDeactivationOption) |
void |
SubscriptionResting.setGoOutOfRestingOption(SchedulingOption goOutOfRestingOption) |
void |
SubscriptionAction.setSchedulingOption(SchedulingOption schedulingOption) |