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