Package software.xdev.brevo.model
Class CorporateGroupPostRequest
java.lang.Object
software.xdev.brevo.model.CorporateGroupPostRequest
CorporateGroupPostRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSubAccountIdsItem(Long subAccountIdsItem) booleanThe name of the group of sub-accountsPass the list of sub-account Ids to be included in the groupinthashCode()voidsetGroupName(String groupName) voidsetSubAccountIds(List<Long> subAccountIds) subAccountIds(List<Long> subAccountIds) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_GROUP_NAME
- See Also:
-
JSON_PROPERTY_SUB_ACCOUNT_IDS
- See Also:
-
-
Constructor Details
-
CorporateGroupPostRequest
public CorporateGroupPostRequest()
-
-
Method Details
-
groupName
-
getGroupName
The name of the group of sub-accounts- Returns:
- groupName
-
setGroupName
-
subAccountIds
-
addSubAccountIdsItem
-
getSubAccountIds
Pass the list of sub-account Ids to be included in the group- Returns:
- subAccountIds
-
setSubAccountIds
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-