| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
UpsertLocationCustomAttributeResponse |
DefaultLocationCustomAttributesApi.upsertLocationCustomAttribute(String locationId,
String key,
UpsertLocationCustomAttributeRequest body)
Creates or updates a [custom attribute]($m/CustomAttribute) for a location.
|
UpsertLocationCustomAttributeResponse |
LocationCustomAttributesApi.upsertLocationCustomAttribute(String locationId,
String key,
UpsertLocationCustomAttributeRequest body)
Creates or updates a [custom attribute]($m/CustomAttribute) for a location.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<UpsertLocationCustomAttributeResponse> |
DefaultLocationCustomAttributesApi.upsertLocationCustomAttributeAsync(String locationId,
String key,
UpsertLocationCustomAttributeRequest body)
Creates or updates a [custom attribute]($m/CustomAttribute) for a location.
|
CompletableFuture<UpsertLocationCustomAttributeResponse> |
LocationCustomAttributesApi.upsertLocationCustomAttributeAsync(String locationId,
String key,
UpsertLocationCustomAttributeRequest body)
Creates or updates a [custom attribute]($m/CustomAttribute) for a location.
|
| Modifier and Type | Method and Description |
|---|---|
UpsertLocationCustomAttributeResponse |
UpsertLocationCustomAttributeResponse.Builder.build()
Builds a new
UpsertLocationCustomAttributeResponse object using the set fields. |
Copyright © 2023. All rights reserved.