Enum EventType.EventTypeEnum

java.lang.Object
java.lang.Enum<EventType.EventTypeEnum>
com.commercetools.api.models.subscription.EventType.EventTypeEnum
All Implemented Interfaces:
EventType, JsonEnum, Serializable, Comparable<EventType.EventTypeEnum>, java.lang.constant.Constable
Enclosing interface:
EventType

public static enum EventType.EventTypeEnum extends Enum<EventType.EventTypeEnum> implements EventType
possible values of EventType
  • Enum Constant Details

    • CHECKOUT_ORDER_CREATION_FAILED

      public static final EventType.EventTypeEnum CHECKOUT_ORDER_CREATION_FAILED
      CheckoutOrderCreationFailed
    • CHECKOUT_PAYMENT_AUTHORIZATION_CANCELLED

      public static final EventType.EventTypeEnum CHECKOUT_PAYMENT_AUTHORIZATION_CANCELLED
      CheckoutPaymentAuthorizationCancelled
    • CHECKOUT_PAYMENT_AUTHORIZATION_FAILED

      public static final EventType.EventTypeEnum CHECKOUT_PAYMENT_AUTHORIZATION_FAILED
      CheckoutPaymentAuthorizationFailed
    • CHECKOUT_PAYMENT_AUTHORIZED

      public static final EventType.EventTypeEnum CHECKOUT_PAYMENT_AUTHORIZED
      CheckoutPaymentAuthorized
    • CHECKOUT_PAYMENT_CANCEL_AUTHORIZATION_FAILED

      public static final EventType.EventTypeEnum CHECKOUT_PAYMENT_CANCEL_AUTHORIZATION_FAILED
      CheckoutPaymentCancelAuthorizationFailed
    • CHECKOUT_PAYMENT_CHARGED

      public static final EventType.EventTypeEnum CHECKOUT_PAYMENT_CHARGED
      CheckoutPaymentCharged
    • CHECKOUT_PAYMENT_CHARGE_FAILED

      public static final EventType.EventTypeEnum CHECKOUT_PAYMENT_CHARGE_FAILED
      CheckoutPaymentChargeFailed
    • CHECKOUT_PAYMENT_REFUNDED

      public static final EventType.EventTypeEnum CHECKOUT_PAYMENT_REFUNDED
      CheckoutPaymentRefunded
    • CHECKOUT_PAYMENT_REFUND_FAILED

      public static final EventType.EventTypeEnum CHECKOUT_PAYMENT_REFUND_FAILED
      CheckoutPaymentRefundFailed
    • IMPORT_CONTAINER_CREATED

      public static final EventType.EventTypeEnum IMPORT_CONTAINER_CREATED
      ImportContainerCreated
    • IMPORT_CONTAINER_DELETED

      public static final EventType.EventTypeEnum IMPORT_CONTAINER_DELETED
      ImportContainerDeleted
    • IMPORT_OPERATION_REJECTED

      public static final EventType.EventTypeEnum IMPORT_OPERATION_REJECTED
      ImportOperationRejected
    • IMPORT_UNRESOLVED

      public static final EventType.EventTypeEnum IMPORT_UNRESOLVED
      ImportUnresolved
    • IMPORT_VALIDATION_FAILED

      public static final EventType.EventTypeEnum IMPORT_VALIDATION_FAILED
      ImportValidationFailed
    • IMPORT_WAIT_FOR_MASTER_VARIANT

      public static final EventType.EventTypeEnum IMPORT_WAIT_FOR_MASTER_VARIANT
      ImportWaitForMasterVariant
  • Method Details

    • values

      public static EventType.EventTypeEnum[] 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 EventType.EventTypeEnum 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 name
      NullPointerException - if the argument is null
    • getJsonName

      public String getJsonName()
      Description copied from interface: EventType
      the JSON value
      Specified by:
      getJsonName in interface EventType
      Specified by:
      getJsonName in interface JsonEnum
      Returns:
      json value
    • toString

      public String toString()
      Description copied from interface: EventType
      convert value to string
      Specified by:
      toString in interface EventType
      Specified by:
      toString in interface JsonEnum
      Overrides:
      toString in class Enum<EventType.EventTypeEnum>
      Returns:
      string representation