public static class UpdateBookingResponse.Builder extends Object
UpdateBookingResponse.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
UpdateBookingResponse.Builder |
booking(Booking booking)
Setter for booking.
|
UpdateBookingResponse |
build()
Builds a new
UpdateBookingResponse object using the set fields. |
UpdateBookingResponse.Builder |
errors(List<Error> errors)
Setter for errors.
|
UpdateBookingResponse.Builder |
httpContext(HttpContext httpContext)
Setter for httpContext.
|
public UpdateBookingResponse.Builder httpContext(HttpContext httpContext)
httpContext - HttpContext value for httpContext.public UpdateBookingResponse.Builder booking(Booking booking)
booking - Booking value for booking.public UpdateBookingResponse.Builder errors(List<Error> errors)
errors - List of Error value for errors.public UpdateBookingResponse build()
UpdateBookingResponse object using the set fields.UpdateBookingResponseCopyright © 2022. All rights reserved.