| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
CatalogInfoResponse |
DefaultCatalogApi.catalogInfo()
Retrieves information about the Square Catalog API, such as batch size limits that can be
used by the `BatchUpsertCatalogObjects` endpoint.
|
CatalogInfoResponse |
CatalogApi.catalogInfo()
Retrieves information about the Square Catalog API, such as batch size limits that can be
used by the `BatchUpsertCatalogObjects` endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<CatalogInfoResponse> |
DefaultCatalogApi.catalogInfoAsync()
Retrieves information about the Square Catalog API, such as batch size limits that can be
used by the `BatchUpsertCatalogObjects` endpoint.
|
CompletableFuture<CatalogInfoResponse> |
CatalogApi.catalogInfoAsync()
Retrieves information about the Square Catalog API, such as batch size limits that can be
used by the `BatchUpsertCatalogObjects` endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
CatalogInfoResponse |
CatalogInfoResponse.Builder.build()
Builds a new
CatalogInfoResponse object using the set fields. |
Copyright © 2022. All rights reserved.