Uses of Class
software.xdev.brevo.model.CrmAttributesPostRequest
Packages that use CrmAttributesPostRequest
-
Uses of CrmAttributesPostRequest in software.xdev.brevo.api
Methods in software.xdev.brevo.api with parameters of type CrmAttributesPostRequestModifier and TypeMethodDescriptionCompaniesApi.crmAttributesPost(CrmAttributesPostRequest crmAttributesPostRequest) Create a company/deal attributeCompaniesApi.crmAttributesPost(CrmAttributesPostRequest crmAttributesPostRequest, Map<String, String> additionalHeaders) Create a company/deal attributeDealsApi.crmAttributesPost(CrmAttributesPostRequest crmAttributesPostRequest) Create a company/deal attributeDealsApi.crmAttributesPost(CrmAttributesPostRequest crmAttributesPostRequest, Map<String, String> additionalHeaders) Create a company/deal attribute -
Uses of CrmAttributesPostRequest in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return CrmAttributesPostRequestModifier and TypeMethodDescriptionCrmAttributesPostRequest.addOptionsLabelsItem(String optionsLabelsItem) CrmAttributesPostRequest.attributeType(CrmAttributesPostRequest.AttributeTypeEnum attributeType) CrmAttributesPostRequest.description(String description) CrmAttributesPostRequest.objectType(CrmAttributesPostRequest.ObjectTypeEnum objectType) CrmAttributesPostRequest.optionsLabels(List<String> optionsLabels)