| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
CreateCatalogImageResponse |
DefaultCatalogApi.createCatalogImage(CreateCatalogImageRequest request,
FileWrapper imageFile)
Uploads an image file to be represented by a [CatalogImage]($m/CatalogImage) object that can
be linked to an existing [CatalogObject]($m/CatalogObject) instance.
|
CreateCatalogImageResponse |
CatalogApi.createCatalogImage(CreateCatalogImageRequest request,
FileWrapper imageFile)
Uploads an image file to be represented by a [CatalogImage]($m/CatalogImage) object that can
be linked to an existing [CatalogObject]($m/CatalogObject) instance.
|
CompletableFuture<CreateCatalogImageResponse> |
DefaultCatalogApi.createCatalogImageAsync(CreateCatalogImageRequest request,
FileWrapper imageFile)
Uploads an image file to be represented by a [CatalogImage]($m/CatalogImage) object that can
be linked to an existing [CatalogObject]($m/CatalogObject) instance.
|
CompletableFuture<CreateCatalogImageResponse> |
CatalogApi.createCatalogImageAsync(CreateCatalogImageRequest request,
FileWrapper imageFile)
Uploads an image file to be represented by a [CatalogImage]($m/CatalogImage) object that can
be linked to an existing [CatalogObject]($m/CatalogObject) instance.
|
| Modifier and Type | Method and Description |
|---|---|
CreateCatalogImageRequest |
CreateCatalogImageRequest.Builder.build()
Builds a new
CreateCatalogImageRequest object using the set fields. |
Copyright © 2022. All rights reserved.