Package software.xdev.brevo.model
Class SubAccountDetailsResponse
java.lang.Object
software.xdev.brevo.model.SubAccountDetailsResponse
SubAccountDetailsResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddGroupsItem(SubAccountDetailsResponseGroupsInner groupsItem) companyName(String companyName) booleanSub-account company namegetEmail()Email id of the sub-account organizationGet groupsgetName()Name of the sub-account userGet planInfointhashCode()planInfo(SubAccountDetailsResponsePlanInfo planInfo) voidsetCompanyName(String companyName) voidvoidvoidvoidsetPlanInfo(SubAccountDetailsResponsePlanInfo planInfo) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_EMAIL
- See Also:
-
JSON_PROPERTY_COMPANY_NAME
- See Also:
-
JSON_PROPERTY_GROUPS
- See Also:
-
JSON_PROPERTY_PLAN_INFO
- See Also:
-
-
Constructor Details
-
SubAccountDetailsResponse
public SubAccountDetailsResponse()
-
-
Method Details
-
name
-
getName
Name of the sub-account user- Returns:
- name
-
setName
-
email
-
getEmail
Email id of the sub-account organization- Returns:
-
setEmail
-
companyName
-
getCompanyName
Sub-account company name- Returns:
- companyName
-
setCompanyName
-
groups
public SubAccountDetailsResponse groups(@Nullable List<SubAccountDetailsResponseGroupsInner> groups) -
addGroupsItem
-
getGroups
Get groups- Returns:
- groups
-
setGroups
-
planInfo
-
getPlanInfo
Get planInfo- Returns:
- planInfo
-
setPlanInfo
-
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
-