Package software.xdev.brevo.model
Class GetAttributes
java.lang.Object
software.xdev.brevo.model.GetAttributes
GetAttributes
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAttributesItem(GetAttributesAttributesInner attributesItem) attributes(List<GetAttributesAttributesInner> attributes) booleanListing of available contact attributes in your accountinthashCode()voidsetAttributes(List<GetAttributesAttributesInner> attributes) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ATTRIBUTES
- See Also:
-
-
Constructor Details
-
GetAttributes
public GetAttributes()
-
-
Method Details
-
attributes
-
addAttributesItem
-
getAttributes
Listing of available contact attributes in your account- Returns:
- attributes
-
setAttributes
-
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
-