Package software.xdev.brevo.model
Class AddContactToListByExtIDs
java.lang.Object
software.xdev.brevo.model.AddContactToListByExtIDs
AddContactToListByExtIDs
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddExtIdsItem(String extIdsItem) booleanEXT_ID attributes to add to a list.inthashCode()voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_EXT_IDS
- See Also:
-
-
Constructor Details
-
AddContactToListByExtIDs
public AddContactToListByExtIDs()
-
-
Method Details
-
extIds
-
addExtIdsItem
-
getExtIds
EXT_ID attributes to add to a list. You can pass a **maximum of 150 EXT_ID attributes** for addition in one request. **_If you need to add the emails in bulk, please prefer /contacts/import api._**- Returns:
- extIds
-
setExtIds
-
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
-