public class ListCardsRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListCardsRequest.Builder
Class to build instances of
ListCardsRequest. |
| Modifier | Constructor and Description |
|---|---|
protected |
ListCardsRequest(io.apimatic.core.types.OptionalNullable<String> cursor,
io.apimatic.core.types.OptionalNullable<String> customerId,
io.apimatic.core.types.OptionalNullable<Boolean> includeDisabled,
io.apimatic.core.types.OptionalNullable<String> referenceId,
String sortOrder)
Initialization constructor.
|
|
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() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetCursor()
Internal Getter for Cursor.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetCustomerId()
Internal Getter for CustomerId.
|
protected io.apimatic.core.types.OptionalNullable<Boolean> |
internalGetIncludeDisabled()
Internal Getter for IncludeDisabled.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetReferenceId()
Internal Getter for ReferenceId.
|
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.protected ListCardsRequest(io.apimatic.core.types.OptionalNullable<String> cursor, io.apimatic.core.types.OptionalNullable<String> customerId, io.apimatic.core.types.OptionalNullable<Boolean> includeDisabled, io.apimatic.core.types.OptionalNullable<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.protected io.apimatic.core.types.OptionalNullable<String> internalGetCursor()
public String getCursor()
protected io.apimatic.core.types.OptionalNullable<String> internalGetCustomerId()
public String getCustomerId()
protected io.apimatic.core.types.OptionalNullable<Boolean> internalGetIncludeDisabled()
public Boolean getIncludeDisabled()
protected io.apimatic.core.types.OptionalNullable<String> internalGetReferenceId()
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 © 2024. All rights reserved.