Interface ResourceTypeId
- All Superinterfaces:
JsonEnum
- All Known Implementing Classes:
ResourceTypeId.ResourceTypeIdEnum
With Types, you can model your own Custom Fields on the following resources and data types.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumpossible values of ResourceTypeId -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ResourceTypeIdstatic final ResourceTypeIdstatic final ResourceTypeIdstatic final ResourceTypeIdstatic final ResourceTypeIdstatic final ResourceTypeIdstatic final ResourceTypeIdstatic final ResourceTypeIdstatic final ResourceTypeIdstatic final ResourceTypeIdstatic final ResourceTypeIdstatic final ResourceTypeIdstatic final ResourceTypeIdstatic final ResourceTypeIdstatic final ResourceTypeIdstatic final ResourceTypeIdstatic final ResourceTypeIdstatic final ResourceTypeIdstatic final ResourceTypeIdstatic final ResourceTypeIdstatic final ResourceTypeIdstatic final ResourceTypeIdstatic final ResourceTypeIdstatic final ResourceTypeIdstatic final ResourceTypeIdstatic final ResourceTypeIdstatic final ResourceTypeIdstatic final ResourceTypeIdstatic final ResourceTypeIdstatic final ResourceTypeIdstatic final ResourceTypeIdstatic final ResourceTypeIdstatic final ResourceTypeIdstatic final ResourceTypeIdstatic final ResourceTypeId -
Method Summary
Modifier and TypeMethodDescriptionstatic ResourceTypeIdfactory method for a enum value of ResourceTypeId if no enum has been found an anonymous instance will be createdstatic Optional<ResourceTypeId>findEnumViaJsonName(String jsonName) method to find enum using the JSON valuethe JSON valuename()the enum valuetoString()convert value to stringstatic ResourceTypeId[]values()possible enum values
-
Field Details
-
ADDRESS
-
ASSET
-
APPROVAL_FLOW
-
APPROVAL_RULE
-
ASSOCIATE_ROLE
-
BUSINESS_UNIT
-
CART_DISCOUNT
-
CATEGORY
-
CHANNEL
-
CUSTOMER
-
CUSTOMER_GROUP
-
CUSTOM_LINE_ITEM
-
DISCOUNT_CODE
-
INVENTORY_ENTRY
-
LINE_ITEM
-
ORDER
-
ORDER_EDIT
-
ORDER_DELIVERY
-
ORDER_PARCEL
-
ORDER_RETURN_ITEM
-
PAYMENT
-
PAYMENT_INTERFACE_INTERACTION
-
PRODUCT_PRICE
-
PRODUCT_SELECTION
-
PRODUCT_TAILORING
-
QUOTE
-
REVIEW
-
RECURRING_ORDER
-
SHIPPING
-
SHIPPING_METHOD
-
SHOPPING_LIST
-
SHOPPING_LIST_TEXT_LINE_ITEM
-
STANDALONE_PRICE
-
STORE
-
TRANSACTION
-
-
Method Details
-
getJsonName
String getJsonName()the JSON value- Specified by:
getJsonNamein interfaceJsonEnum- Returns:
- json value
-
name
String name()the enum value -
toString
String toString()convert value to string -
findEnum
factory method for a enum value of ResourceTypeId if no enum has been found an anonymous instance will be created- Parameters:
value- the enum value to be wrapped- Returns:
- enum instance
-
findEnumViaJsonName
method to find enum using the JSON value- Parameters:
jsonName- the json value to be wrapped- Returns:
- optional of enum instance
-
values
possible enum values- Returns:
- array of possible enum values
-