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