| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
UpdateLocationResponse |
LocationsApi.updateLocation(String locationId,
UpdateLocationRequest body)
Updates a [location](https://developer.squareup.com/docs/locations-api).
|
UpdateLocationResponse |
DefaultLocationsApi.updateLocation(String locationId,
UpdateLocationRequest body)
Updates a [location](https://developer.squareup.com/docs/locations-api).
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<UpdateLocationResponse> |
LocationsApi.updateLocationAsync(String locationId,
UpdateLocationRequest body)
Updates a [location](https://developer.squareup.com/docs/locations-api).
|
CompletableFuture<UpdateLocationResponse> |
DefaultLocationsApi.updateLocationAsync(String locationId,
UpdateLocationRequest body)
Updates a [location](https://developer.squareup.com/docs/locations-api).
|
| Modifier and Type | Method and Description |
|---|---|
UpdateLocationResponse |
UpdateLocationResponse.Builder.build()
Builds a new
UpdateLocationResponse object using the set fields. |
Copyright © 2022. All rights reserved.