Package software.xdev.brevo.model
Class UpdateUserResponse
java.lang.Object
software.xdev.brevo.model.UpdateUserResponse
UpdateUserResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCreditNotesItem(String creditNotesItem) creditNotes(List<String> creditNotes) booleanCredit noteInvoice idStatus of the API operation.inthashCode()voidsetCreditNotes(List<String> creditNotes) voidsetInvoiceId(String invoiceId) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_CREDIT_NOTES
- See Also:
-
JSON_PROPERTY_INVOICE_ID
- See Also:
-
-
Constructor Details
-
UpdateUserResponse
public UpdateUserResponse()
-
-
Method Details
-
status
-
getStatus
Status of the API operation.- Returns:
- status
-
setStatus
-
creditNotes
-
addCreditNotesItem
-
getCreditNotes
Credit note- Returns:
- creditNotes
-
setCreditNotes
-
invoiceId
-
getInvoiceId
Invoice id- Returns:
- invoiceId
-
setInvoiceId
-
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
-