Package io.voucherify.client.model
Enum Class LoyaltyTiersExpirationAllStartDate.TypeEnum
java.lang.Object
java.lang.Enum<LoyaltyTiersExpirationAllStartDate.TypeEnum>
io.voucherify.client.model.LoyaltyTiersExpirationAllStartDate.TypeEnum
- All Implemented Interfaces:
Serializable,Comparable<LoyaltyTiersExpirationAllStartDate.TypeEnum>,Constable
- Enclosing class:
- LoyaltyTiersExpirationAllStartDate
public static enum LoyaltyTiersExpirationAllStartDate.TypeEnum
extends Enum<LoyaltyTiersExpirationAllStartDate.TypeEnum>
What triggers the tier to be valid for a customer. `IMMEDIATE`: After reaching the minimum required points. `NEXT_PERIOD`: When the next qualification period starts.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
-
Enum Constant Details
-
IMMEDIATE
-
NEXT_PERIOD
-
-
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<LoyaltyTiersExpirationAllStartDate.TypeEnum>
-
fromValue
-