public class ListGiftCardsRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListGiftCardsRequest.Builder
Class to build instances of
ListGiftCardsRequest. |
| Modifier | Constructor and Description |
|---|---|
protected |
ListGiftCardsRequest(io.apimatic.core.types.OptionalNullable<String> type,
io.apimatic.core.types.OptionalNullable<String> state,
io.apimatic.core.types.OptionalNullable<Integer> limit,
io.apimatic.core.types.OptionalNullable<String> cursor,
io.apimatic.core.types.OptionalNullable<String> customerId)
Internal initialization constructor.
|
|
ListGiftCardsRequest(String type,
String state,
Integer limit,
String cursor,
String customerId)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCursor()
Getter for Cursor.
|
String |
getCustomerId()
Getter for CustomerId.
|
Integer |
getLimit()
Getter for Limit.
|
String |
getState()
Getter for State.
|
String |
getType()
Getter for Type.
|
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<Integer> |
internalGetLimit()
Internal Getter for Limit.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetState()
Internal Getter for State.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetType()
Internal Getter for Type.
|
ListGiftCardsRequest.Builder |
toBuilder()
Builds a new
ListGiftCardsRequest.Builder object. |
String |
toString()
Converts this ListGiftCardsRequest into string format.
|
public ListGiftCardsRequest(String type, String state, Integer limit, String cursor, String customerId)
type - String value for type.state - String value for state.limit - Integer value for limit.cursor - String value for cursor.customerId - String value for customerId.protected ListGiftCardsRequest(io.apimatic.core.types.OptionalNullable<String> type, io.apimatic.core.types.OptionalNullable<String> state, io.apimatic.core.types.OptionalNullable<Integer> limit, io.apimatic.core.types.OptionalNullable<String> cursor, io.apimatic.core.types.OptionalNullable<String> customerId)
protected io.apimatic.core.types.OptionalNullable<String> internalGetType()
public String getType()
protected io.apimatic.core.types.OptionalNullable<String> internalGetState()
public String getState()
protected io.apimatic.core.types.OptionalNullable<Integer> internalGetLimit()
public Integer getLimit()
protected io.apimatic.core.types.OptionalNullable<String> internalGetCursor()
public String getCursor()
protected io.apimatic.core.types.OptionalNullable<String> internalGetCustomerId()
public String getCustomerId()
public String toString()
public ListGiftCardsRequest.Builder toBuilder()
ListGiftCardsRequest.Builder object.
Creates the instance with the state of the current model.ListGiftCardsRequest.Builder objectCopyright © 2023. All rights reserved.