Enum ResourceTypeId.ResourceTypeIdEnum
java.lang.Object
java.lang.Enum<ResourceTypeId.ResourceTypeIdEnum>
com.commercetools.api.models.type.ResourceTypeId.ResourceTypeIdEnum
- All Implemented Interfaces:
- ResourceTypeId,- JsonEnum,- Serializable,- Comparable<ResourceTypeId.ResourceTypeIdEnum>,- java.lang.constant.Constable
- Enclosing interface:
- ResourceTypeId
public static enum ResourceTypeId.ResourceTypeIdEnum
extends Enum<ResourceTypeId.ResourceTypeIdEnum>
implements ResourceTypeId
possible values of ResourceTypeId
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface com.commercetools.api.models.type.ResourceTypeIdResourceTypeId.ResourceTypeIdEnum
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionaddressapproval-flowapproval-ruleassetassociate-rolebusiness-unitcart-discountcategorychannelcustom-line-itemcustomercustomer-groupdiscount-codeinventory-entryline-itemorderorder-deliveryorder-editorder-parcelorder-return-itempaymentpayment-interface-interactionproduct-priceproduct-selectionproduct-tailoringquoterecurring-orderreviewshippingshipping-methodshopping-listshopping-list-text-line-itemstandalone-pricestoretransaction
- 
Field SummaryFields inherited from interface com.commercetools.api.models.type.ResourceTypeIdADDRESS, APPROVAL_FLOW, APPROVAL_RULE, ASSET, ASSOCIATE_ROLE, BUSINESS_UNIT, CART_DISCOUNT, CATEGORY, CHANNEL, CUSTOM_LINE_ITEM, CUSTOMER, CUSTOMER_GROUP, DISCOUNT_CODE, INVENTORY_ENTRY, LINE_ITEM, ORDER, ORDER_DELIVERY, ORDER_EDIT, ORDER_PARCEL, ORDER_RETURN_ITEM, PAYMENT, PAYMENT_INTERFACE_INTERACTION, PRODUCT_PRICE, PRODUCT_SELECTION, PRODUCT_TAILORING, QUOTE, RECURRING_ORDER, REVIEW, SHIPPING, SHIPPING_METHOD, SHOPPING_LIST, SHOPPING_LIST_TEXT_LINE_ITEM, STANDALONE_PRICE, STORE, TRANSACTION
- 
Method SummaryModifier and TypeMethodDescriptionthe JSON valuetoString()convert value to stringReturns the enum constant of this type with the specified name.static ResourceTypeId.ResourceTypeIdEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.EnumcompareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOfMethods inherited from interface com.commercetools.api.models.type.ResourceTypeIdname
- 
Enum Constant Details- 
ADDRESSaddress
- 
ASSETasset
- 
APPROVAL_FLOWapproval-flow
- 
APPROVAL_RULEapproval-rule
- 
ASSOCIATE_ROLEassociate-role
- 
BUSINESS_UNITbusiness-unit
- 
CART_DISCOUNTcart-discount
- 
CATEGORYcategory
- 
CHANNELchannel
- 
CUSTOMERcustomer
- 
CUSTOMER_GROUPcustomer-group
- 
CUSTOM_LINE_ITEMcustom-line-item
- 
DISCOUNT_CODEdiscount-code
- 
INVENTORY_ENTRYinventory-entry
- 
LINE_ITEMline-item
- 
ORDERorder
- 
ORDER_EDITorder-edit
- 
ORDER_DELIVERYorder-delivery
- 
ORDER_PARCELorder-parcel
- 
ORDER_RETURN_ITEMorder-return-item
- 
PAYMENTpayment
- 
PAYMENT_INTERFACE_INTERACTIONpayment-interface-interaction
- 
PRODUCT_PRICEproduct-price
- 
PRODUCT_SELECTIONproduct-selection
- 
PRODUCT_TAILORINGproduct-tailoring
- 
QUOTEquote
- 
REVIEWreview
- 
RECURRING_ORDERrecurring-order
- 
SHIPPINGshipping
- 
SHIPPING_METHODshipping-method
- 
SHOPPING_LISTshopping-list
- 
SHOPPING_LIST_TEXT_LINE_ITEMshopping-list-text-line-item
- 
STANDALONE_PRICEstandalone-price
- 
STOREstore
- 
TRANSACTIONtransaction
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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 name
- NullPointerException- if the argument is null
 
- 
getJsonNameDescription copied from interface:ResourceTypeIdthe JSON value- Specified by:
- getJsonNamein interface- JsonEnum
- Specified by:
- getJsonNamein interface- ResourceTypeId
- Returns:
- json value
 
- 
toStringDescription copied from interface:ResourceTypeIdconvert value to string- Specified by:
- toStringin interface- JsonEnum
- Specified by:
- toStringin interface- ResourceTypeId
- Overrides:
- toStringin class- Enum<ResourceTypeId.ResourceTypeIdEnum>
- Returns:
- string representation
 
 
-