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