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