Package software.xdev.brevo.model
Class PostContactInfoContacts
java.lang.Object
software.xdev.brevo.model.PostContactInfoContacts
PostContactInfoContacts
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfailure(PostContactInfoContactsFailure failure) Get failureId of the process created to remove contacts from list when user opts for \"all\" option.Get successgetTotal()Displays the count of total number of contacts removed from list when user opts for \"all\" option.inthashCode()voidsetFailure(PostContactInfoContactsFailure failure) voidsetProcessId(Long processId) voidsetSuccess(PostContactInfoContactsSuccess success) voidsuccess(PostContactInfoContactsSuccess success) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_SUCCESS
- See Also:
-
JSON_PROPERTY_FAILURE
- See Also:
-
JSON_PROPERTY_TOTAL
- See Also:
-
JSON_PROPERTY_PROCESS_ID
- See Also:
-
-
Constructor Details
-
PostContactInfoContacts
public PostContactInfoContacts()
-
-
Method Details
-
success
-
getSuccess
Get success- Returns:
- success
-
setSuccess
-
failure
-
getFailure
Get failure- Returns:
- failure
-
setFailure
-
total
-
getTotal
Displays the count of total number of contacts removed from list when user opts for \"all\" option.- Returns:
- total
-
setTotal
-
processId
-
getProcessId
Id of the process created to remove contacts from list when user opts for \"all\" option.- Returns:
- processId
-
setProcessId
-
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
-