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