Package software.xdev.brevo.model
Class AddContactToListRequest
java.lang.Object
software.xdev.brevo.model.AddContactToListRequest
AddContactToListRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddEmailsItem(String emailsItem) addExtIdsItem(String extIdsItem) addIdsItem(Long idsItem) booleanEmails to add to a list.EXT_ID attributes to add to a list.getIds()IDs to add to a list.inthashCode()voidvoidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_EMAILS
- See Also:
-
JSON_PROPERTY_IDS
- See Also:
-
JSON_PROPERTY_EXT_IDS
- See Also:
-
-
Constructor Details
-
AddContactToListRequest
public AddContactToListRequest()
-
-
Method Details
-
emails
-
addEmailsItem
-
getEmails
Emails to add to a list. You can pass a **maximum of 150 emails** for addition in one request. **_If you need to add the emails in bulk, please prefer /contacts/import api._**- Returns:
- emails
-
setEmails
-
ids
-
addIdsItem
-
getIds
IDs to add to a list. You can pass a **maximum of 150 IDs** for addition in one request. **_If you need to add the emails in bulk, please prefer /contacts/import api._**- Returns:
- ids
-
setIds
-
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
-