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
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Nested classes/interfaces inherited from interface com.commercetools.api.models.subscription.EventType
EventType.EventTypeEnum
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionCheckoutOrderCreationFailedCheckoutPaymentAuthorizationCancelledCheckoutPaymentAuthorizationFailedCheckoutPaymentAuthorizedCheckoutPaymentCancelAuthorizationFailedCheckoutPaymentChargeFailedCheckoutPaymentChargedCheckoutPaymentRefundFailedCheckoutPaymentRefundedImportContainerCreatedImportContainerDeletedImportOperationRejectedImportUnresolvedImportValidationFailedImportWaitForMasterVariant -
Field Summary
Fields inherited from interface com.commercetools.api.models.subscription.EventType
CHECKOUT_ORDER_CREATION_FAILED, CHECKOUT_PAYMENT_AUTHORIZATION_CANCELLED, CHECKOUT_PAYMENT_AUTHORIZATION_FAILED, CHECKOUT_PAYMENT_AUTHORIZED, CHECKOUT_PAYMENT_CANCEL_AUTHORIZATION_FAILED, CHECKOUT_PAYMENT_CHARGE_FAILED, CHECKOUT_PAYMENT_CHARGED, CHECKOUT_PAYMENT_REFUND_FAILED, CHECKOUT_PAYMENT_REFUNDED, IMPORT_CONTAINER_CREATED, IMPORT_CONTAINER_DELETED, IMPORT_OPERATION_REJECTED, IMPORT_UNRESOLVED, IMPORT_VALIDATION_FAILED, IMPORT_WAIT_FOR_MASTER_VARIANT
-
Method Summary
Modifier and TypeMethodDescriptionthe JSON valuetoString()
convert value to stringstatic EventType.EventTypeEnum
Returns the enum constant of this type with the specified name.static EventType.EventTypeEnum[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
-
Enum Constant Details
-
CHECKOUT_ORDER_CREATION_FAILED
CheckoutOrderCreationFailed -
CHECKOUT_PAYMENT_AUTHORIZATION_CANCELLED
CheckoutPaymentAuthorizationCancelled -
CHECKOUT_PAYMENT_AUTHORIZATION_FAILED
CheckoutPaymentAuthorizationFailed -
CHECKOUT_PAYMENT_AUTHORIZED
CheckoutPaymentAuthorized -
CHECKOUT_PAYMENT_CANCEL_AUTHORIZATION_FAILED
CheckoutPaymentCancelAuthorizationFailed -
CHECKOUT_PAYMENT_CHARGED
CheckoutPaymentCharged -
CHECKOUT_PAYMENT_CHARGE_FAILED
CheckoutPaymentChargeFailed -
CHECKOUT_PAYMENT_REFUNDED
CheckoutPaymentRefunded -
CHECKOUT_PAYMENT_REFUND_FAILED
CheckoutPaymentRefundFailed -
IMPORT_CONTAINER_CREATED
ImportContainerCreated -
IMPORT_CONTAINER_DELETED
ImportContainerDeleted -
IMPORT_OPERATION_REJECTED
ImportOperationRejected -
IMPORT_UNRESOLVED
ImportUnresolved -
IMPORT_VALIDATION_FAILED
ImportValidationFailed -
IMPORT_WAIT_FOR_MASTER_VARIANT
ImportWaitForMasterVariant
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
getJsonName
Description copied from interface:EventType
the JSON value- Specified by:
getJsonName
in interfaceEventType
- Specified by:
getJsonName
in interfaceJsonEnum
- Returns:
- json value
-
toString
Description copied from interface:EventType
convert value to string
-