Package software.xdev.brevo.model
Class AddContactToListByIDs
java.lang.Object
software.xdev.brevo.model.AddContactToListByIDs
AddContactToListByIDs
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddIdsItem(Long idsItem) booleangetIds()IDs 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_IDS
- See Also:
-
-
Constructor Details
-
AddContactToListByIDs
public AddContactToListByIDs()
-
-
Method Details
-
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
-
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
-