Uses of Enum Class
software.xdev.brevo.model.UpdateBalanceLimitPayload.ConstraintTypeEnum
Packages that use UpdateBalanceLimitPayload.ConstraintTypeEnum
-
Uses of UpdateBalanceLimitPayload.ConstraintTypeEnum in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return UpdateBalanceLimitPayload.ConstraintTypeEnumModifier and TypeMethodDescriptionUpdateBalanceLimitPayload.getConstraintType()Defines whether the limit applies to transaction count or amount.Returns the enum constant of this class with the specified name.UpdateBalanceLimitPayload.ConstraintTypeEnum.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 UpdateBalanceLimitPayload.ConstraintTypeEnumModifier and TypeMethodDescriptionUpdateBalanceLimitPayload.constraintType(UpdateBalanceLimitPayload.ConstraintTypeEnum constraintType) voidUpdateBalanceLimitPayload.setConstraintType(UpdateBalanceLimitPayload.ConstraintTypeEnum constraintType)