Enum MessageSubscriptionResourceTypeId.MessageSubscriptionResourceTypeIdEnum
java.lang.Object
java.lang.Enum<MessageSubscriptionResourceTypeId.MessageSubscriptionResourceTypeIdEnum>
com.commercetools.api.models.subscription.MessageSubscriptionResourceTypeId.MessageSubscriptionResourceTypeIdEnum
- All Implemented Interfaces:
MessageSubscriptionResourceTypeId
,JsonEnum
,Serializable
,Comparable<MessageSubscriptionResourceTypeId.MessageSubscriptionResourceTypeIdEnum>
,java.lang.constant.Constable
- Enclosing interface:
- MessageSubscriptionResourceTypeId
public static enum MessageSubscriptionResourceTypeId.MessageSubscriptionResourceTypeIdEnum
extends Enum<MessageSubscriptionResourceTypeId.MessageSubscriptionResourceTypeIdEnum>
implements MessageSubscriptionResourceTypeId
possible values of MessageSubscriptionResourceTypeId
-
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.MessageSubscriptionResourceTypeId
MessageSubscriptionResourceTypeId.MessageSubscriptionResourceTypeIdEnum
-
Enum Constant Summary
Enum ConstantDescriptionapproval-flowapproval-ruleassociate-rolebusiness-unitcategorycustomercustomer-email-tokencustomer-groupcustomer-password-tokeninventory-entryorderpaymentproductproduct-selectionproduct-tailoringquotequote-requestreviewstaged-quotestandalone-pricestore -
Field Summary
Fields inherited from interface com.commercetools.api.models.subscription.MessageSubscriptionResourceTypeId
APPROVAL_FLOW, APPROVAL_RULE, ASSOCIATE_ROLE, BUSINESS_UNIT, CATEGORY, CUSTOMER, CUSTOMER_EMAIL_TOKEN, CUSTOMER_GROUP, CUSTOMER_PASSWORD_TOKEN, INVENTORY_ENTRY, ORDER, PAYMENT, PRODUCT, PRODUCT_SELECTION, PRODUCT_TAILORING, QUOTE, QUOTE_REQUEST, REVIEW, STAGED_QUOTE, STANDALONE_PRICE, STORE
-
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.MessageSubscriptionResourceTypeId
name
-
Enum Constant Details
-
APPROVAL_FLOW
public static final MessageSubscriptionResourceTypeId.MessageSubscriptionResourceTypeIdEnum APPROVAL_FLOWapproval-flow -
APPROVAL_RULE
public static final MessageSubscriptionResourceTypeId.MessageSubscriptionResourceTypeIdEnum APPROVAL_RULEapproval-rule -
ASSOCIATE_ROLE
public static final MessageSubscriptionResourceTypeId.MessageSubscriptionResourceTypeIdEnum ASSOCIATE_ROLEassociate-role -
BUSINESS_UNIT
public static final MessageSubscriptionResourceTypeId.MessageSubscriptionResourceTypeIdEnum BUSINESS_UNITbusiness-unit -
CATEGORY
public static final MessageSubscriptionResourceTypeId.MessageSubscriptionResourceTypeIdEnum CATEGORYcategory -
CUSTOMER
public static final MessageSubscriptionResourceTypeId.MessageSubscriptionResourceTypeIdEnum CUSTOMERcustomer -
CUSTOMER_EMAIL_TOKEN
public static final MessageSubscriptionResourceTypeId.MessageSubscriptionResourceTypeIdEnum CUSTOMER_EMAIL_TOKENcustomer-email-token -
CUSTOMER_GROUP
public static final MessageSubscriptionResourceTypeId.MessageSubscriptionResourceTypeIdEnum CUSTOMER_GROUPcustomer-group -
CUSTOMER_PASSWORD_TOKEN
public static final MessageSubscriptionResourceTypeId.MessageSubscriptionResourceTypeIdEnum CUSTOMER_PASSWORD_TOKENcustomer-password-token -
INVENTORY_ENTRY
public static final MessageSubscriptionResourceTypeId.MessageSubscriptionResourceTypeIdEnum INVENTORY_ENTRYinventory-entry -
ORDER
order -
PAYMENT
payment -
PRODUCT
product -
PRODUCT_SELECTION
public static final MessageSubscriptionResourceTypeId.MessageSubscriptionResourceTypeIdEnum PRODUCT_SELECTIONproduct-selection -
PRODUCT_TAILORING
public static final MessageSubscriptionResourceTypeId.MessageSubscriptionResourceTypeIdEnum PRODUCT_TAILORINGproduct-tailoring -
QUOTE
quote -
QUOTE_REQUEST
public static final MessageSubscriptionResourceTypeId.MessageSubscriptionResourceTypeIdEnum QUOTE_REQUESTquote-request -
REVIEW
review -
STAGED_QUOTE
public static final MessageSubscriptionResourceTypeId.MessageSubscriptionResourceTypeIdEnum STAGED_QUOTEstaged-quote -
STANDALONE_PRICE
public static final MessageSubscriptionResourceTypeId.MessageSubscriptionResourceTypeIdEnum STANDALONE_PRICEstandalone-price -
STORE
store
-
-
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 MessageSubscriptionResourceTypeId.MessageSubscriptionResourceTypeIdEnum 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:MessageSubscriptionResourceTypeId
the JSON value- Specified by:
getJsonName
in interfaceJsonEnum
- Specified by:
getJsonName
in interfaceMessageSubscriptionResourceTypeId
- Returns:
- json value
-
toString
Description copied from interface:MessageSubscriptionResourceTypeId
convert value to string- Specified by:
toString
in interfaceJsonEnum
- Specified by:
toString
in interfaceMessageSubscriptionResourceTypeId
- Overrides:
toString
in classEnum<MessageSubscriptionResourceTypeId.MessageSubscriptionResourceTypeIdEnum>
- Returns:
- string representation
-