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