| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
ListLocationCustomAttributesResponse |
DefaultLocationCustomAttributesApi.listLocationCustomAttributes(String locationId,
String visibilityFilter,
Integer limit,
String cursor,
Boolean withDefinitions)
Lists the [custom attributes]($m/CustomAttribute) associated with a location.
|
ListLocationCustomAttributesResponse |
LocationCustomAttributesApi.listLocationCustomAttributes(String locationId,
String visibilityFilter,
Integer limit,
String cursor,
Boolean withDefinitions)
Lists the [custom attributes]($m/CustomAttribute) associated with a location.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ListLocationCustomAttributesResponse> |
DefaultLocationCustomAttributesApi.listLocationCustomAttributesAsync(String locationId,
String visibilityFilter,
Integer limit,
String cursor,
Boolean withDefinitions)
Lists the [custom attributes]($m/CustomAttribute) associated with a location.
|
CompletableFuture<ListLocationCustomAttributesResponse> |
LocationCustomAttributesApi.listLocationCustomAttributesAsync(String locationId,
String visibilityFilter,
Integer limit,
String cursor,
Boolean withDefinitions)
Lists the [custom attributes]($m/CustomAttribute) associated with a location.
|
| Modifier and Type | Method and Description |
|---|---|
ListLocationCustomAttributesResponse |
ListLocationCustomAttributesResponse.Builder.build()
Builds a new
ListLocationCustomAttributesResponse object using the set fields. |
Copyright © 2023. All rights reserved.