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