Enum ChangeSubscriptionResourceTypeId.ChangeSubscriptionResourceTypeIdEnum
java.lang.Object
java.lang.Enum<ChangeSubscriptionResourceTypeId.ChangeSubscriptionResourceTypeIdEnum>
com.commercetools.api.models.subscription.ChangeSubscriptionResourceTypeId.ChangeSubscriptionResourceTypeIdEnum
- All Implemented Interfaces:
ChangeSubscriptionResourceTypeId
,JsonEnum
,Serializable
,Comparable<ChangeSubscriptionResourceTypeId.ChangeSubscriptionResourceTypeIdEnum>
,java.lang.constant.Constable
- Enclosing interface:
- ChangeSubscriptionResourceTypeId
public static enum ChangeSubscriptionResourceTypeId.ChangeSubscriptionResourceTypeIdEnum
extends Enum<ChangeSubscriptionResourceTypeId.ChangeSubscriptionResourceTypeIdEnum>
implements ChangeSubscriptionResourceTypeId
possible values of ChangeSubscriptionResourceTypeId
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Nested classes/interfaces inherited from interface com.commercetools.api.models.subscription.ChangeSubscriptionResourceTypeId
ChangeSubscriptionResourceTypeId.ChangeSubscriptionResourceTypeIdEnum
-
Enum Constant Summary
Enum ConstantDescriptionapproval-flowapproval-ruleassociate-roleattribute-groupbusiness-unitcartcart-discountcategorychannelcustomercustomer-email-tokencustomer-groupcustomer-password-tokendiscount-codeextensioninventory-entrykey-value-documentorderorder-editpaymentproductproduct-discountproduct-selectionproduct-tailoringproduct-typequotequote-requestreviewshipping-methodshopping-liststaged-quotestandalone-pricestatestoresubscriptiontax-categorytypezone -
Field Summary
Fields inherited from interface com.commercetools.api.models.subscription.ChangeSubscriptionResourceTypeId
APPROVAL_FLOW, APPROVAL_RULE, ASSOCIATE_ROLE, ATTRIBUTE_GROUP, BUSINESS_UNIT, CART, CART_DISCOUNT, CATEGORY, CHANNEL, CUSTOMER, CUSTOMER_EMAIL_TOKEN, CUSTOMER_GROUP, CUSTOMER_PASSWORD_TOKEN, DISCOUNT_CODE, EXTENSION, INVENTORY_ENTRY, KEY_VALUE_DOCUMENT, ORDER, ORDER_EDIT, PAYMENT, PRODUCT, PRODUCT_DISCOUNT, PRODUCT_SELECTION, PRODUCT_TAILORING, PRODUCT_TYPE, QUOTE, QUOTE_REQUEST, REVIEW, SHIPPING_METHOD, SHOPPING_LIST, STAGED_QUOTE, STANDALONE_PRICE, STATE, STORE, SUBSCRIPTION, TAX_CATEGORY, TYPE, ZONE
-
Method Summary
Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
Methods inherited from interface com.commercetools.api.models.subscription.ChangeSubscriptionResourceTypeId
name
-
Enum Constant Details
-
APPROVAL_FLOW
public static final ChangeSubscriptionResourceTypeId.ChangeSubscriptionResourceTypeIdEnum APPROVAL_FLOWapproval-flow -
APPROVAL_RULE
public static final ChangeSubscriptionResourceTypeId.ChangeSubscriptionResourceTypeIdEnum APPROVAL_RULEapproval-rule -
ASSOCIATE_ROLE
public static final ChangeSubscriptionResourceTypeId.ChangeSubscriptionResourceTypeIdEnum ASSOCIATE_ROLEassociate-role -
ATTRIBUTE_GROUP
public static final ChangeSubscriptionResourceTypeId.ChangeSubscriptionResourceTypeIdEnum ATTRIBUTE_GROUPattribute-group -
BUSINESS_UNIT
public static final ChangeSubscriptionResourceTypeId.ChangeSubscriptionResourceTypeIdEnum BUSINESS_UNITbusiness-unit -
CART
cart -
CART_DISCOUNT
public static final ChangeSubscriptionResourceTypeId.ChangeSubscriptionResourceTypeIdEnum CART_DISCOUNTcart-discount -
CATEGORY
category -
CHANNEL
channel -
CUSTOMER
customer -
CUSTOMER_EMAIL_TOKEN
public static final ChangeSubscriptionResourceTypeId.ChangeSubscriptionResourceTypeIdEnum CUSTOMER_EMAIL_TOKENcustomer-email-token -
CUSTOMER_GROUP
public static final ChangeSubscriptionResourceTypeId.ChangeSubscriptionResourceTypeIdEnum CUSTOMER_GROUPcustomer-group -
CUSTOMER_PASSWORD_TOKEN
public static final ChangeSubscriptionResourceTypeId.ChangeSubscriptionResourceTypeIdEnum CUSTOMER_PASSWORD_TOKENcustomer-password-token -
DISCOUNT_CODE
public static final ChangeSubscriptionResourceTypeId.ChangeSubscriptionResourceTypeIdEnum DISCOUNT_CODEdiscount-code -
EXTENSION
extension -
INVENTORY_ENTRY
public static final ChangeSubscriptionResourceTypeId.ChangeSubscriptionResourceTypeIdEnum INVENTORY_ENTRYinventory-entry -
KEY_VALUE_DOCUMENT
public static final ChangeSubscriptionResourceTypeId.ChangeSubscriptionResourceTypeIdEnum KEY_VALUE_DOCUMENTkey-value-document -
ORDER
order -
ORDER_EDIT
public static final ChangeSubscriptionResourceTypeId.ChangeSubscriptionResourceTypeIdEnum ORDER_EDITorder-edit -
PAYMENT
payment -
PRODUCT
product -
PRODUCT_DISCOUNT
public static final ChangeSubscriptionResourceTypeId.ChangeSubscriptionResourceTypeIdEnum PRODUCT_DISCOUNTproduct-discount -
PRODUCT_SELECTION
public static final ChangeSubscriptionResourceTypeId.ChangeSubscriptionResourceTypeIdEnum PRODUCT_SELECTIONproduct-selection -
PRODUCT_TAILORING
public static final ChangeSubscriptionResourceTypeId.ChangeSubscriptionResourceTypeIdEnum PRODUCT_TAILORINGproduct-tailoring -
PRODUCT_TYPE
public static final ChangeSubscriptionResourceTypeId.ChangeSubscriptionResourceTypeIdEnum PRODUCT_TYPEproduct-type -
QUOTE
quote -
QUOTE_REQUEST
public static final ChangeSubscriptionResourceTypeId.ChangeSubscriptionResourceTypeIdEnum QUOTE_REQUESTquote-request -
REVIEW
review -
SHIPPING_METHOD
public static final ChangeSubscriptionResourceTypeId.ChangeSubscriptionResourceTypeIdEnum SHIPPING_METHODshipping-method -
SHOPPING_LIST
public static final ChangeSubscriptionResourceTypeId.ChangeSubscriptionResourceTypeIdEnum SHOPPING_LISTshopping-list -
STAGED_QUOTE
public static final ChangeSubscriptionResourceTypeId.ChangeSubscriptionResourceTypeIdEnum STAGED_QUOTEstaged-quote -
STANDALONE_PRICE
public static final ChangeSubscriptionResourceTypeId.ChangeSubscriptionResourceTypeIdEnum STANDALONE_PRICEstandalone-price -
STATE
state -
STORE
store -
SUBSCRIPTION
public static final ChangeSubscriptionResourceTypeId.ChangeSubscriptionResourceTypeIdEnum SUBSCRIPTIONsubscription -
TAX_CATEGORY
public static final ChangeSubscriptionResourceTypeId.ChangeSubscriptionResourceTypeIdEnum TAX_CATEGORYtax-category -
TYPE
type -
ZONE
zone
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ChangeSubscriptionResourceTypeId.ChangeSubscriptionResourceTypeIdEnum valueOf(String name) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getJsonName
Description copied from interface:ChangeSubscriptionResourceTypeId
the JSON value- Specified by:
getJsonName
in interfaceChangeSubscriptionResourceTypeId
- Specified by:
getJsonName
in interfaceJsonEnum
- Returns:
- json value
-
toString
Description copied from interface:ChangeSubscriptionResourceTypeId
convert value to string- Specified by:
toString
in interfaceChangeSubscriptionResourceTypeId
- Specified by:
toString
in interfaceJsonEnum
- Overrides:
toString
in classEnum<ChangeSubscriptionResourceTypeId.ChangeSubscriptionResourceTypeIdEnum>
- Returns:
- string representation
-