Uses of Class
software.xdev.brevo.model.SubAccountsResponse
Packages that use SubAccountsResponse
-
Uses of SubAccountsResponse in software.xdev.brevo.api
Methods in software.xdev.brevo.api that return SubAccountsResponseModifier and TypeMethodDescriptionMasterAccountApi.corporateSubAccountGet(Integer offset, Integer limit) Get the list of all the sub-accounts of the master account.MasterAccountApi.corporateSubAccountGet(Integer offset, Integer limit, Map<String, String> additionalHeaders) Get the list of all the sub-accounts of the master account. -
Uses of SubAccountsResponse in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return SubAccountsResponseModifier and TypeMethodDescriptionSubAccountsResponse.addSubAccountsItem(SubAccountsResponseSubAccountsInner subAccountsItem) SubAccountsResponse.subAccounts(List<SubAccountsResponseSubAccountsInner> subAccounts)