public class SearchInvoicesRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchInvoicesRequest.Builder
Class to build instances of
SearchInvoicesRequest. |
| Constructor and Description |
|---|
SearchInvoicesRequest(InvoiceQuery query,
Integer limit,
String cursor)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCursor()
Getter for Cursor.
|
Integer |
getLimit()
Getter for Limit.
|
InvoiceQuery |
getQuery()
Getter for Query.
|
int |
hashCode() |
SearchInvoicesRequest.Builder |
toBuilder()
Builds a new
SearchInvoicesRequest.Builder object. |
String |
toString()
Converts this SearchInvoicesRequest into string format.
|
public SearchInvoicesRequest(InvoiceQuery query, Integer limit, String cursor)
query - InvoiceQuery value for query.limit - Integer value for limit.cursor - String value for cursor.public InvoiceQuery getQuery()
public Integer getLimit()
public String getCursor()
public String toString()
public SearchInvoicesRequest.Builder toBuilder()
SearchInvoicesRequest.Builder object.
Creates the instance with the state of the current model.SearchInvoicesRequest.Builder objectCopyright © 2022. All rights reserved.