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