| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
RetrieveLocationCustomAttributeResponse |
DefaultLocationCustomAttributesApi.retrieveLocationCustomAttribute(String locationId,
String key,
Boolean withDefinition,
Integer version)
Retrieves a [custom attribute]($m/CustomAttribute) associated with a location.
|
RetrieveLocationCustomAttributeResponse |
LocationCustomAttributesApi.retrieveLocationCustomAttribute(String locationId,
String key,
Boolean withDefinition,
Integer version)
Retrieves a [custom attribute]($m/CustomAttribute) associated with a location.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<RetrieveLocationCustomAttributeResponse> |
DefaultLocationCustomAttributesApi.retrieveLocationCustomAttributeAsync(String locationId,
String key,
Boolean withDefinition,
Integer version)
Retrieves a [custom attribute]($m/CustomAttribute) associated with a location.
|
CompletableFuture<RetrieveLocationCustomAttributeResponse> |
LocationCustomAttributesApi.retrieveLocationCustomAttributeAsync(String locationId,
String key,
Boolean withDefinition,
Integer version)
Retrieves a [custom attribute]($m/CustomAttribute) associated with a location.
|
| Modifier and Type | Method and Description |
|---|---|
RetrieveLocationCustomAttributeResponse |
RetrieveLocationCustomAttributeResponse.Builder.build()
Builds a new
RetrieveLocationCustomAttributeResponse object using the set fields. |
Copyright © 2023. All rights reserved.