| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
CreateLocationResponse |
LocationsApi.createLocation(CreateLocationRequest body)
Creates a [location](https://developer.squareup.com/docs/locations-api).
|
CreateLocationResponse |
DefaultLocationsApi.createLocation(CreateLocationRequest body)
Creates a [location](https://developer.squareup.com/docs/locations-api).
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<CreateLocationResponse> |
LocationsApi.createLocationAsync(CreateLocationRequest body)
Creates a [location](https://developer.squareup.com/docs/locations-api).
|
CompletableFuture<CreateLocationResponse> |
DefaultLocationsApi.createLocationAsync(CreateLocationRequest body)
Creates a [location](https://developer.squareup.com/docs/locations-api).
|
| Modifier and Type | Method and Description |
|---|---|
CreateLocationResponse |
CreateLocationResponse.Builder.build()
Builds a new
CreateLocationResponse object using the set fields. |
Copyright © 2022. All rights reserved.