Uses of Enum Class
software.xdev.brevo.model.CrmAttributesPostRequest.ObjectTypeEnum
Packages that use CrmAttributesPostRequest.ObjectTypeEnum
-
Uses of CrmAttributesPostRequest.ObjectTypeEnum in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return CrmAttributesPostRequest.ObjectTypeEnumModifier and TypeMethodDescriptionCrmAttributesPostRequest.getObjectType()The type of object the attribute belongs to (prefilled with `companies` or `deal`, mandatory)Returns the enum constant of this class with the specified name.CrmAttributesPostRequest.ObjectTypeEnum.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.ObjectTypeEnumModifier and TypeMethodDescriptionCrmAttributesPostRequest.objectType(CrmAttributesPostRequest.ObjectTypeEnum objectType) voidCrmAttributesPostRequest.setObjectType(CrmAttributesPostRequest.ObjectTypeEnum objectType)