public class UpdateLocationRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateLocationRequest.Builder
Class to build instances of
UpdateLocationRequest. |
| Constructor and Description |
|---|
UpdateLocationRequest(Location location)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Location |
getLocation()
Getter for Location.
|
int |
hashCode() |
UpdateLocationRequest.Builder |
toBuilder()
Builds a new
UpdateLocationRequest.Builder object. |
String |
toString()
Converts this UpdateLocationRequest into string format.
|
public UpdateLocationRequest(Location location)
location - Location value for location.public Location getLocation()
public String toString()
public UpdateLocationRequest.Builder toBuilder()
UpdateLocationRequest.Builder object.
Creates the instance with the state of the current model.UpdateLocationRequest.Builder objectCopyright © 2022. All rights reserved.