Package software.xdev.brevo.model
Class RemoveContactFromListByAll
java.lang.Object
software.xdev.brevo.model.RemoveContactFromListByAll
RemoveContactFromListByAll
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAll()**Required if 'emails', 'extIds' and 'ids' are empty.** Remove all existing contacts from 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_ALL
- See Also:
-
-
Constructor Details
-
RemoveContactFromListByAll
public RemoveContactFromListByAll()
-
-
Method Details
-
all
-
getAll
**Required if 'emails', 'extIds' and 'ids' are empty.** Remove all existing contacts from a list. A process will be created in this scenario. You can fetch the process details to know about the progress- Returns:
- all
-
setAll
-
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
-