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