Package io.voucherify.client.model
Enum Class ManagementProjectsWebhook.EventsEnum
java.lang.Object
java.lang.Enum<ManagementProjectsWebhook.EventsEnum>
io.voucherify.client.model.ManagementProjectsWebhook.EventsEnum
- All Implemented Interfaces:
Serializable,Comparable<ManagementProjectsWebhook.EventsEnum>,Constable
- Enclosing class:
- ManagementProjectsWebhook
public static enum ManagementProjectsWebhook.EventsEnum
extends Enum<ManagementProjectsWebhook.EventsEnum>
Gets or Sets events
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptiongetValue()toString()Returns the enum constant of this class with the specified name.static ManagementProjectsWebhook.EventsEnum[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
REDEMPTION_SUCCEEDED
-
REDEMPTION_FAILED
-
REDEMPTION_ROLLBACK_SUCCEEDED
-
REDEMPTION_ROLLBACK_FAILED
-
PUBLICATION_SUCCEEDED
-
VOUCHER_PUBLISHED
-
VOUCHER_UPDATED
-
VOUCHER_DELETED
-
VOUCHER_CREATED
-
VOUCHER_ENABLED
-
VOUCHER_DISABLED
-
VOUCHER_LOYALTY_CARD_POINTS_ADDED
-
VOUCHER_GIFT_BALANCE_ADDED
-
CAMPAIGN_ENABLED
-
CAMPAIGN_DELETED
-
CAMPAIGN_CREATED
-
CAMPAIGN_UPDATED
-
CAMPAIGN_DISABLED
-
CAMPAIGN_VOUCHERS_GENERATION_COMPLETED
-
BUSINESS_VALIDATION_RULE_ASSIGNMENT_CREATED
public static final ManagementProjectsWebhook.EventsEnum BUSINESS_VALIDATION_RULE_ASSIGNMENT_CREATED -
BUSINESS_VALIDATION_RULE_ASSIGNMENT_DELETED
public static final ManagementProjectsWebhook.EventsEnum BUSINESS_VALIDATION_RULE_ASSIGNMENT_DELETED -
BUSINESS_VALIDATION_RULE_CREATED
-
BUSINESS_VALIDATION_RULE_DELETED
-
BUSINESS_VALIDATION_RULE_UPDATED
-
CUSTOMER_CREATED
-
CUSTOMER_DELETED
-
CUSTOMER_REWARDED
-
CUSTOMER_REWARDED_LOYALTY_POINTS
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
-
toString
- Overrides:
toStringin classEnum<ManagementProjectsWebhook.EventsEnum>
-
fromValue
-