public class ListLocationBookingProfilesResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListLocationBookingProfilesResponse.Builder
Class to build instances of
ListLocationBookingProfilesResponse. |
| Constructor and Description |
|---|
ListLocationBookingProfilesResponse(List<LocationBookingProfile> locationBookingProfiles,
String cursor,
List<Error> errors)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
HttpContext |
getContext() |
String |
getCursor()
Getter for Cursor.
|
List<Error> |
getErrors()
Getter for Errors.
|
List<LocationBookingProfile> |
getLocationBookingProfiles()
Getter for LocationBookingProfiles.
|
int |
hashCode() |
ListLocationBookingProfilesResponse.Builder |
toBuilder()
Builds a new
ListLocationBookingProfilesResponse.Builder object. |
String |
toString()
Converts this ListLocationBookingProfilesResponse into string format.
|
public ListLocationBookingProfilesResponse(List<LocationBookingProfile> locationBookingProfiles, String cursor, List<Error> errors)
locationBookingProfiles - List of LocationBookingProfile value for
locationBookingProfiles.cursor - String value for cursor.errors - List of Error value for errors.public HttpContext getContext()
public List<LocationBookingProfile> getLocationBookingProfiles()
public String getCursor()
public List<Error> getErrors()
public String toString()
public ListLocationBookingProfilesResponse.Builder toBuilder()
ListLocationBookingProfilesResponse.Builder object.
Creates the instance with the state of the current model.ListLocationBookingProfilesResponse.Builder objectCopyright © 2024. All rights reserved.