public class ListGiftCardsRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListGiftCardsRequest.Builder
Class to build instances of
ListGiftCardsRequest. |
| Constructor and Description |
|---|
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() |
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.public String getType()
public String getState()
public Integer getLimit()
public String getCursor()
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 © 2022. All rights reserved.