| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
CatalogIdMapping |
CatalogIdMapping.Builder.build()
Builds a new
CatalogIdMapping object using the set fields. |
| Modifier and Type | Method and Description |
|---|---|
List<CatalogIdMapping> |
BatchUpsertCatalogObjectsResponse.getIdMappings()
Getter for IdMappings.
|
List<CatalogIdMapping> |
UpsertCatalogObjectResponse.getIdMappings()
Getter for IdMappings.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpsertCatalogObjectsResponse.Builder |
BatchUpsertCatalogObjectsResponse.Builder.idMappings(List<CatalogIdMapping> idMappings)
Setter for idMappings.
|
UpsertCatalogObjectResponse.Builder |
UpsertCatalogObjectResponse.Builder.idMappings(List<CatalogIdMapping> idMappings)
Setter for idMappings.
|
| Constructor and Description |
|---|
BatchUpsertCatalogObjectsResponse(List<Error> errors,
List<CatalogObject> objects,
String updatedAt,
List<CatalogIdMapping> idMappings)
Initialization constructor.
|
UpsertCatalogObjectResponse(List<Error> errors,
CatalogObject catalogObject,
List<CatalogIdMapping> idMappings)
Initialization constructor.
|
Copyright © 2022. All rights reserved.