Uses of Enum Class
software.xdev.brevo.model.CrmAttributesPostRequest.AttributeTypeEnum
Packages that use CrmAttributesPostRequest.AttributeTypeEnum
-
Uses of CrmAttributesPostRequest.AttributeTypeEnum in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return CrmAttributesPostRequest.AttributeTypeEnumModifier and TypeMethodDescriptionCrmAttributesPostRequest.getAttributeType()The type of attribute (must be one of the defined enums)Returns the enum constant of this class with the specified name.CrmAttributesPostRequest.AttributeTypeEnum.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 CrmAttributesPostRequest.AttributeTypeEnumModifier and TypeMethodDescriptionCrmAttributesPostRequest.attributeType(CrmAttributesPostRequest.AttributeTypeEnum attributeType) voidCrmAttributesPostRequest.setAttributeType(CrmAttributesPostRequest.AttributeTypeEnum attributeType)