public class UpdateInvoiceRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateInvoiceRequest.Builder
Class to build instances of
UpdateInvoiceRequest. |
| Modifier | Constructor and Description |
|---|---|
protected |
UpdateInvoiceRequest(Invoice invoice,
io.apimatic.core.types.OptionalNullable<String> idempotencyKey,
io.apimatic.core.types.OptionalNullable<List<String>> fieldsToClear)
Internal initialization constructor.
|
|
UpdateInvoiceRequest(Invoice invoice,
String idempotencyKey,
List<String> fieldsToClear)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getFieldsToClear()
Getter for FieldsToClear.
|
String |
getIdempotencyKey()
Getter for IdempotencyKey.
|
Invoice |
getInvoice()
Getter for Invoice.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<List<String>> |
internalGetFieldsToClear()
Internal Getter for FieldsToClear.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetIdempotencyKey()
Internal Getter for IdempotencyKey.
|
UpdateInvoiceRequest.Builder |
toBuilder()
Builds a new
UpdateInvoiceRequest.Builder object. |
String |
toString()
Converts this UpdateInvoiceRequest into string format.
|
public UpdateInvoiceRequest(Invoice invoice, String idempotencyKey, List<String> fieldsToClear)
invoice - Invoice value for invoice.idempotencyKey - String value for idempotencyKey.fieldsToClear - List of String value for fieldsToClear.public Invoice getInvoice()
protected io.apimatic.core.types.OptionalNullable<String> internalGetIdempotencyKey()
public String getIdempotencyKey()
protected io.apimatic.core.types.OptionalNullable<List<String>> internalGetFieldsToClear()
public List<String> getFieldsToClear()
public String toString()
public UpdateInvoiceRequest.Builder toBuilder()
UpdateInvoiceRequest.Builder object.
Creates the instance with the state of the current model.UpdateInvoiceRequest.Builder objectCopyright © 2023. All rights reserved.