| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
RetrieveLocationResponse |
LocationsApi.retrieveLocation(String locationId)
Retrieves details of a single location.
|
RetrieveLocationResponse |
DefaultLocationsApi.retrieveLocation(String locationId)
Retrieves details of a single location.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<RetrieveLocationResponse> |
LocationsApi.retrieveLocationAsync(String locationId)
Retrieves details of a single location.
|
CompletableFuture<RetrieveLocationResponse> |
DefaultLocationsApi.retrieveLocationAsync(String locationId)
Retrieves details of a single location.
|
| Modifier and Type | Method and Description |
|---|---|
RetrieveLocationResponse |
RetrieveLocationResponse.Builder.build()
Builds a new
RetrieveLocationResponse object using the set fields. |
Copyright © 2022. All rights reserved.