public class ListCustomerCustomAttributeDefinitionsRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListCustomerCustomAttributeDefinitionsRequest.Builder
Class to build instances of
ListCustomerCustomAttributeDefinitionsRequest. |
| Modifier | Constructor and Description |
|---|---|
|
ListCustomerCustomAttributeDefinitionsRequest(Integer limit,
String cursor)
Initialization constructor.
|
protected |
ListCustomerCustomAttributeDefinitionsRequest(io.apimatic.core.types.OptionalNullable<Integer> limit,
io.apimatic.core.types.OptionalNullable<String> cursor)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCursor()
Getter for Cursor.
|
Integer |
getLimit()
Getter for Limit.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetCursor()
Internal Getter for Cursor.
|
protected io.apimatic.core.types.OptionalNullable<Integer> |
internalGetLimit()
Internal Getter for Limit.
|
ListCustomerCustomAttributeDefinitionsRequest.Builder |
toBuilder()
Builds a new
ListCustomerCustomAttributeDefinitionsRequest.Builder object. |
String |
toString()
Converts this ListCustomerCustomAttributeDefinitionsRequest into string format.
|
public ListCustomerCustomAttributeDefinitionsRequest(Integer limit, String cursor)
limit - Integer value for limit.cursor - String value for cursor.protected ListCustomerCustomAttributeDefinitionsRequest(io.apimatic.core.types.OptionalNullable<Integer> limit, io.apimatic.core.types.OptionalNullable<String> cursor)
limit - Integer value for limit.cursor - String value for cursor.protected io.apimatic.core.types.OptionalNullable<Integer> internalGetLimit()
public Integer getLimit()
protected io.apimatic.core.types.OptionalNullable<String> internalGetCursor()
public String getCursor()
public String toString()
public ListCustomerCustomAttributeDefinitionsRequest.Builder toBuilder()
ListCustomerCustomAttributeDefinitionsRequest.Builder object.
Creates the instance with the state of the current model.ListCustomerCustomAttributeDefinitionsRequest.Builder objectCopyright © 2024. All rights reserved.