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