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