Uses of Enum Class
software.xdev.brevo.model.LoyaltyProgram.StateEnum
Packages that use LoyaltyProgram.StateEnum
-
Uses of LoyaltyProgram.StateEnum in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return LoyaltyProgram.StateEnumModifier and TypeMethodDescriptionstatic LoyaltyProgram.StateEnumLoyaltyProgram.getState()Loyalty Program statestatic LoyaltyProgram.StateEnumReturns the enum constant of this class with the specified name.static LoyaltyProgram.StateEnum[]LoyaltyProgram.StateEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.xdev.brevo.model with parameters of type LoyaltyProgram.StateEnumModifier and TypeMethodDescriptionvoidLoyaltyProgram.setState(LoyaltyProgram.StateEnum state) LoyaltyProgram.state(LoyaltyProgram.StateEnum state)