public class ListBookingsRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListBookingsRequest.Builder
Class to build instances of
ListBookingsRequest. |
| Constructor and Description |
|---|
ListBookingsRequest(Integer limit,
String cursor,
String teamMemberId,
String locationId,
String startAtMin,
String startAtMax)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCursor()
Getter for Cursor.
|
Integer |
getLimit()
Getter for Limit.
|
String |
getLocationId()
Getter for LocationId.
|
String |
getStartAtMax()
Getter for StartAtMax.
|
String |
getStartAtMin()
Getter for StartAtMin.
|
String |
getTeamMemberId()
Getter for TeamMemberId.
|
int |
hashCode() |
ListBookingsRequest.Builder |
toBuilder()
Builds a new
ListBookingsRequest.Builder object. |
String |
toString()
Converts this ListBookingsRequest into string format.
|
public ListBookingsRequest(Integer limit, String cursor, String teamMemberId, String locationId, String startAtMin, String startAtMax)
limit - Integer value for limit.cursor - String value for cursor.teamMemberId - String value for teamMemberId.locationId - String value for locationId.startAtMin - String value for startAtMin.startAtMax - String value for startAtMax.public Integer getLimit()
public String getCursor()
public String getTeamMemberId()
public String getLocationId()
public String getStartAtMin()
public String getStartAtMax()
public String toString()
public ListBookingsRequest.Builder toBuilder()
ListBookingsRequest.Builder object.
Creates the instance with the state of the current model.ListBookingsRequest.Builder objectCopyright © 2022. All rights reserved.