public enum JobTypeFulfillmentScope extends java.lang.Enum<JobTypeFulfillmentScope>
| Enum Constant and Description |
|---|
ACTIVATE_SUBSCRIPTION |
ADD_SUBSCRIPTION_SERVICES |
CANCEL_SUBSCRIPTION |
CANCEL_SUBSCRIPTION_SERVICES |
CHANGE_SUBSCRIPTION_LOCATION |
DEACTIVATE_SUBSCRIPTION |
GENERIC_PURPOSE |
NEW_SUBSCRIPTION |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLabel() |
static JobTypeFulfillmentScope |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JobTypeFulfillmentScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JobTypeFulfillmentScope GENERIC_PURPOSE
public static final JobTypeFulfillmentScope NEW_SUBSCRIPTION
public static final JobTypeFulfillmentScope ACTIVATE_SUBSCRIPTION
public static final JobTypeFulfillmentScope DEACTIVATE_SUBSCRIPTION
public static final JobTypeFulfillmentScope CANCEL_SUBSCRIPTION
public static final JobTypeFulfillmentScope ADD_SUBSCRIPTION_SERVICES
public static final JobTypeFulfillmentScope CANCEL_SUBSCRIPTION_SERVICES
public static final JobTypeFulfillmentScope CHANGE_SUBSCRIPTION_LOCATION
public static JobTypeFulfillmentScope[] values()
for (JobTypeFulfillmentScope c : JobTypeFulfillmentScope.values()) System.out.println(c);
public static JobTypeFulfillmentScope 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()