public enum JobTypeFulfillmentScope extends java.lang.Enum<JobTypeFulfillmentScope> implements ICRMLookupEnum
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 SWAP_SUBSCRIPTION_SERVICES
public static final JobTypeFulfillmentScope SWAP_SUB_INSTALLED_ITEMS
public static final JobTypeFulfillmentScope CHANGE_SUBSCRIPTION_LOCATION
public static final JobTypeFulfillmentScope REPLACE_PHYSICAL_GOODS
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()
getLabel
in interface ICRMLookupEnum