Package software.xdev.brevo.model
Class GetSubAccountGroups200ResponseInner
java.lang.Object
software.xdev.brevo.model.GetSubAccountGroups200ResponseInner
GetSubAccountGroups200ResponseInner
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe name of the group of sub-accountsgetId()Unique id of the groupinthashCode()voidsetGroupName(String groupName) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_GROUP_NAME
- See Also:
-
-
Constructor Details
-
GetSubAccountGroups200ResponseInner
public GetSubAccountGroups200ResponseInner()
-
-
Method Details
-
id
-
getId
Unique id of the group- Returns:
- id
-
setId
-
groupName
-
getGroupName
The name of the group of sub-accounts- Returns:
- groupName
-
setGroupName
-
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
-