Package software.xdev.brevo.model
Class RequestContactImportJsonBodyInner
java.lang.Object
software.xdev.brevo.model.RequestContactImportJsonBodyInner
RequestContactImportJsonBodyInner
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattributes(Map<String, Object> attributes) booleanList of attributes to be importedgetEmail()Get emailinthashCode()putAttributesItem(String key, Object attributesItem) voidsetAttributes(Map<String, Object> attributes) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_EMAIL
- See Also:
-
JSON_PROPERTY_ATTRIBUTES
- See Also:
-
-
Constructor Details
-
RequestContactImportJsonBodyInner
public RequestContactImportJsonBodyInner()
-
-
Method Details
-
email
-
getEmail
Get email- Returns:
-
setEmail
-
attributes
-
putAttributesItem
-
getAttributes
List of attributes to be imported- 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
-