| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
ListCatalogResponse |
DefaultCatalogApi.listCatalog(String cursor,
String types,
Long catalogVersion)
Returns a list of all [CatalogObject]($m/CatalogObject)s of the specified types in the
catalog.
|
ListCatalogResponse |
CatalogApi.listCatalog(String cursor,
String types,
Long catalogVersion)
Returns a list of all [CatalogObject]($m/CatalogObject)s of the specified types in the
catalog.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ListCatalogResponse> |
DefaultCatalogApi.listCatalogAsync(String cursor,
String types,
Long catalogVersion)
Returns a list of all [CatalogObject]($m/CatalogObject)s of the specified types in the
catalog.
|
CompletableFuture<ListCatalogResponse> |
CatalogApi.listCatalogAsync(String cursor,
String types,
Long catalogVersion)
Returns a list of all [CatalogObject]($m/CatalogObject)s of the specified types in the
catalog.
|
| Modifier and Type | Method and Description |
|---|---|
ListCatalogResponse |
ListCatalogResponse.Builder.build()
Builds a new
ListCatalogResponse object using the set fields. |
Copyright © 2022. All rights reserved.