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