Uses of Class
software.xdev.brevo.model.Company
Packages that use Company
-
Uses of Company in software.xdev.brevo.api
Methods in software.xdev.brevo.api that return CompanyModifier and TypeMethodDescriptionCompaniesApi.companiesIdGet(String id) Get a companyCompaniesApi.companiesIdGet(String id, Map<String, String> additionalHeaders) Get a companyCompaniesApi.companiesIdPatch(String id, CompaniesIdPatchRequest companiesIdPatchRequest) Update a companyCompaniesApi.companiesIdPatch(String id, CompaniesIdPatchRequest companiesIdPatchRequest, Map<String, String> additionalHeaders) Update a company -
Uses of Company in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return CompanyModifier and TypeMethodDescriptionCompany.addLinkedContactsIdsItem(Integer linkedContactsIdsItem) Company.addLinkedDealsIdsItem(String linkedDealsIdsItem) Company.attributes(Object attributes) Company.linkedContactsIds(List<Integer> linkedContactsIds) Company.linkedDealsIds(List<String> linkedDealsIds) Methods in software.xdev.brevo.model that return types with arguments of type CompanyMethods in software.xdev.brevo.model with parameters of type CompanyMethod parameters in software.xdev.brevo.model with type arguments of type Company