Interface ChangeSubscriptionResourceTypeId
- All Superinterfaces:
JsonEnum
- All Known Implementing Classes:
ChangeSubscriptionResourceTypeId.ChangeSubscriptionResourceTypeIdEnum
Resource types supported by ChangeSubscriptions:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumpossible values of ChangeSubscriptionResourceTypeId -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ChangeSubscriptionResourceTypeIdChanges related to ApprovalFlows.static final ChangeSubscriptionResourceTypeIdChanges related to ApprovalRules.static final ChangeSubscriptionResourceTypeIdChanges related to AssociateRoles.static final ChangeSubscriptionResourceTypeIdChanges related to AttributeGroups.static final ChangeSubscriptionResourceTypeIdChanges to BusinessUnits.static final ChangeSubscriptionResourceTypeIdChanges to Carts.static final ChangeSubscriptionResourceTypeIdChanges to CartDiscounts.static final ChangeSubscriptionResourceTypeIdChanges to Categories.static final ChangeSubscriptionResourceTypeIdChanges to Channels.static final ChangeSubscriptionResourceTypeIdChanges to Customers.static final ChangeSubscriptionResourceTypeIdChanges to CustomerTokens.static final ChangeSubscriptionResourceTypeIdChanges to CustomerGroups.static final ChangeSubscriptionResourceTypeIdChanges to CustomerTokens.static final ChangeSubscriptionResourceTypeIdChanges to DiscountCodes.static final ChangeSubscriptionResourceTypeIdChanges to DiscountGroups.static final ChangeSubscriptionResourceTypeIdChanges to Extensions.static final ChangeSubscriptionResourceTypeIdChanges to InventoryEntries.static final ChangeSubscriptionResourceTypeIdChanges to CustomObjects.static final ChangeSubscriptionResourceTypeIdChanges to Orders.static final ChangeSubscriptionResourceTypeIdChanges to OrderEdits.static final ChangeSubscriptionResourceTypeIdChanges to Payments.static final ChangeSubscriptionResourceTypeIdChanges to Products.static final ChangeSubscriptionResourceTypeIdChanges to ProductDiscount.static final ChangeSubscriptionResourceTypeIdChanges to ProductSelections.static final ChangeSubscriptionResourceTypeIdChanges to ProductTailorings.static final ChangeSubscriptionResourceTypeIdChanges to ProductTypes.static final ChangeSubscriptionResourceTypeIdChanges to Quotes.static final ChangeSubscriptionResourceTypeIdChanges to QuoteRequests.static final ChangeSubscriptionResourceTypeIdChanges to RecurrencePolicies.static final ChangeSubscriptionResourceTypeIdChanges to RecurringOrders.static final ChangeSubscriptionResourceTypeIdChanges to Reviews.static final ChangeSubscriptionResourceTypeIdChanges to ShippingMethods.static final ChangeSubscriptionResourceTypeIdChanges to ShoppingLists.static final ChangeSubscriptionResourceTypeIdChanges to StagedQuotes.static final ChangeSubscriptionResourceTypeIdChanges to StandalonePrices.static final ChangeSubscriptionResourceTypeIdChanges to States.static final ChangeSubscriptionResourceTypeIdChanges to Stores.static final ChangeSubscriptionResourceTypeIdChanges to Subscriptions.static final ChangeSubscriptionResourceTypeIdChanges to TaxCategories.static final ChangeSubscriptionResourceTypeIdChanges to Types.static final ChangeSubscriptionResourceTypeIdChanges 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. Only available for B2B-enabled Projects.
-
APPROVAL_RULE
Changes related to ApprovalRules. Only available for B2B-enabled Projects.
-
ASSOCIATE_ROLE
Changes related to AssociateRoles. Only available for B2B-enabled Projects.
-
ATTRIBUTE_GROUP
Changes related to AttributeGroups.
-
BUSINESS_UNIT
Changes to BusinessUnits. Only available for B2B-enabled Projects.
-
CART
Changes to Carts. Only notification of creation is supported.
-
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.
-
DISCOUNT_GROUP
Changes to DiscountGroups.
-
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.
-
RECURRENCE_POLICY
Changes to RecurrencePolicies.
-
RECURRING_ORDER
Changes to RecurringOrders.
-
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:
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 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
-