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