| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
UpdateCatalogImageResponse |
DefaultCatalogApi.updateCatalogImage(String imageId,
UpdateCatalogImageRequest request,
FileWrapper imageFile)
Uploads a new image file to replace the existing one in the specified
[CatalogImage]($m/CatalogImage) object.
|
UpdateCatalogImageResponse |
CatalogApi.updateCatalogImage(String imageId,
UpdateCatalogImageRequest request,
FileWrapper imageFile)
Uploads a new image file to replace the existing one in the specified
[CatalogImage]($m/CatalogImage) object.
|
CompletableFuture<UpdateCatalogImageResponse> |
DefaultCatalogApi.updateCatalogImageAsync(String imageId,
UpdateCatalogImageRequest request,
FileWrapper imageFile)
Uploads a new image file to replace the existing one in the specified
[CatalogImage]($m/CatalogImage) object.
|
CompletableFuture<UpdateCatalogImageResponse> |
CatalogApi.updateCatalogImageAsync(String imageId,
UpdateCatalogImageRequest request,
FileWrapper imageFile)
Uploads a new image file to replace the existing one in the specified
[CatalogImage]($m/CatalogImage) object.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateCatalogImageRequest |
UpdateCatalogImageRequest.Builder.build()
Builds a new
UpdateCatalogImageRequest object using the set fields. |
Copyright © 2022. All rights reserved.