public class ListCardsRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListCardsRequest.Builder
Class to build instances of
ListCardsRequest. |
| Constructor and Description |
|---|
ListCardsRequest(String cursor,
String customerId,
Boolean includeDisabled,
String referenceId,
String sortOrder)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCursor()
Getter for Cursor.
|
String |
getCustomerId()
Getter for CustomerId.
|
Boolean |
getIncludeDisabled()
Getter for IncludeDisabled.
|
String |
getReferenceId()
Getter for ReferenceId.
|
String |
getSortOrder()
Getter for SortOrder.
|
int |
hashCode() |
ListCardsRequest.Builder |
toBuilder()
Builds a new
ListCardsRequest.Builder object. |
String |
toString()
Converts this ListCardsRequest into string format.
|
public ListCardsRequest(String cursor, String customerId, Boolean includeDisabled, String referenceId, String sortOrder)
cursor - String value for cursor.customerId - String value for customerId.includeDisabled - Boolean value for includeDisabled.referenceId - String value for referenceId.sortOrder - String value for sortOrder.public String getCursor()
public String getCustomerId()
public Boolean getIncludeDisabled()
public String getReferenceId()
public String getSortOrder()
public String toString()
public ListCardsRequest.Builder toBuilder()
ListCardsRequest.Builder object.
Creates the instance with the state of the current model.ListCardsRequest.Builder objectCopyright © 2022. All rights reserved.