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