public class GetInvoiceResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetInvoiceResponse.Builder
Class to build instances of
GetInvoiceResponse. |
| Constructor and Description |
|---|
GetInvoiceResponse(Invoice invoice,
List<Error> errors)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
HttpContext |
getContext() |
List<Error> |
getErrors()
Getter for Errors.
|
Invoice |
getInvoice()
Getter for Invoice.
|
int |
hashCode() |
GetInvoiceResponse.Builder |
toBuilder()
Builds a new
GetInvoiceResponse.Builder object. |
String |
toString()
Converts this GetInvoiceResponse into string format.
|
public HttpContext getContext()
public Invoice getInvoice()
public List<Error> getErrors()
public String toString()
public GetInvoiceResponse.Builder toBuilder()
GetInvoiceResponse.Builder object.
Creates the instance with the state of the current model.GetInvoiceResponse.Builder objectCopyright © 2022. All rights reserved.