Interface ChangeSubscriptionResourceTypeId
- All Superinterfaces:
JsonEnum
- All Known Implementing Classes:
ChangeSubscriptionResourceTypeId.ChangeSubscriptionResourceTypeIdEnum
Resource types supported by ChangeSubscriptions:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
possible values of ChangeSubscriptionResourceTypeId -
Field Summary
Modifier and TypeFieldDescriptionstatic final ChangeSubscriptionResourceTypeId
Changes related to ApprovalFlows.static final ChangeSubscriptionResourceTypeId
Changes related to ApprovalRules.static final ChangeSubscriptionResourceTypeId
Changes related to AssociateRoles.static final ChangeSubscriptionResourceTypeId
Changes related to AttributeGroups.static final ChangeSubscriptionResourceTypeId
Changes to BusinessUnits.static final ChangeSubscriptionResourceTypeId
Changes to Carts.static final ChangeSubscriptionResourceTypeId
Changes to CartDiscounts.static final ChangeSubscriptionResourceTypeId
Changes to Categories.static final ChangeSubscriptionResourceTypeId
Changes to Channels.static final ChangeSubscriptionResourceTypeId
Changes to Customers.static final ChangeSubscriptionResourceTypeId
Changes to CustomerTokens.static final ChangeSubscriptionResourceTypeId
Changes to CustomerGroups.static final ChangeSubscriptionResourceTypeId
Changes to CustomerTokens.static final ChangeSubscriptionResourceTypeId
Changes to DiscountCodes.static final ChangeSubscriptionResourceTypeId
Changes to Extensions.static final ChangeSubscriptionResourceTypeId
Changes to InventoryEntries.static final ChangeSubscriptionResourceTypeId
Changes to CustomObjects.static final ChangeSubscriptionResourceTypeId
Changes to Orders.static final ChangeSubscriptionResourceTypeId
Changes to OrderEdits.static final ChangeSubscriptionResourceTypeId
Changes to Payments.static final ChangeSubscriptionResourceTypeId
Changes to Products.static final ChangeSubscriptionResourceTypeId
Changes to ProductDiscount.static final ChangeSubscriptionResourceTypeId
Changes to ProductSelections.static final ChangeSubscriptionResourceTypeId
Changes to ProductTailorings.static final ChangeSubscriptionResourceTypeId
Changes to ProductTypes.static final ChangeSubscriptionResourceTypeId
Changes to Quotes.static final ChangeSubscriptionResourceTypeId
Changes to QuoteRequests.static final ChangeSubscriptionResourceTypeId
Changes to Reviews.static final ChangeSubscriptionResourceTypeId
Changes to ShippingMethods.static final ChangeSubscriptionResourceTypeId
Changes to ShoppingLists.static final ChangeSubscriptionResourceTypeId
Changes to StagedQuotes.static final ChangeSubscriptionResourceTypeId
Changes to StandalonePrices.static final ChangeSubscriptionResourceTypeId
Changes to States.static final ChangeSubscriptionResourceTypeId
Changes to Stores.static final ChangeSubscriptionResourceTypeId
Changes to Subscriptions.static final ChangeSubscriptionResourceTypeId
Changes to TaxCategories.static final ChangeSubscriptionResourceTypeId
Changes to Types.static final ChangeSubscriptionResourceTypeId
Changes to Zones. -
Method Summary
Modifier and TypeMethodDescriptionfactory method for a enum value of ChangeSubscriptionResourceTypeId if no enum has been found an anonymous instance will be createdfindEnumViaJsonName
(String jsonName) method to find enum using the JSON valuethe JSON valuename()
the enum valuetoString()
convert value to stringstatic ChangeSubscriptionResourceTypeId[]
values()
possible enum values
-
Field Details
-
APPROVAL_FLOW
Changes related to ApprovalFlows.
-
APPROVAL_RULE
Changes related to ApprovalRules.
-
ASSOCIATE_ROLE
Changes related to AssociateRoles.
-
ATTRIBUTE_GROUP
Changes related to AttributeGroups.
-
BUSINESS_UNIT
Changes to BusinessUnits.
-
CART
Changes to Carts.
-
CART_DISCOUNT
Changes to CartDiscounts.
-
CATEGORY
Changes to Categories.
-
CHANNEL
Changes to Channels.
-
CUSTOMER
Changes to Customers.
-
CUSTOMER_EMAIL_TOKEN
Changes to CustomerTokens.
-
CUSTOMER_GROUP
Changes to CustomerGroups.
-
CUSTOMER_PASSWORD_TOKEN
Changes to CustomerTokens.
-
DISCOUNT_CODE
Changes to DiscountCodes.
-
EXTENSION
Changes to Extensions.
-
INVENTORY_ENTRY
Changes to InventoryEntries.
-
KEY_VALUE_DOCUMENT
Changes to CustomObjects.
-
ORDER
Changes to Orders. Modifying Orders via Order Edits does not trigger a notification. To achieve this, a MessageSubscription to the OrderEditApplied Message is necessary.
-
ORDER_EDIT
Changes to OrderEdits.
-
PAYMENT
Changes to Payments.
-
PRODUCT
Changes to Products.
-
PRODUCT_DISCOUNT
Changes to ProductDiscount.
-
PRODUCT_SELECTION
Changes to ProductSelections.
-
PRODUCT_TAILORING
Changes to ProductTailorings.
-
PRODUCT_TYPE
Changes to ProductTypes.
-
QUOTE
Changes to Quotes.
-
QUOTE_REQUEST
Changes to QuoteRequests.
-
REVIEW
Changes to Reviews.
-
SHIPPING_METHOD
Changes to ShippingMethods.
-
SHOPPING_LIST
Changes to ShoppingLists.
-
STAGED_QUOTE
Changes to StagedQuotes.
-
STANDALONE_PRICE
Changes to StandalonePrices.
-
STATE
Changes to States.
-
STORE
Changes to Stores.
-
SUBSCRIPTION
Changes to Subscriptions.
-
TAX_CATEGORY
Changes to TaxCategories.
-
TYPE
Changes to Types.
-
ZONE
Changes to Zones.
-
-
Method Details
-
getJsonName
String getJsonName()the JSON value- Specified by:
getJsonName
in 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 ChangeSubscriptionResourceTypeId 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
-