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