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