| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.http.request |
| 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.
|
CreateDisputeEvidenceFileResponse |
DefaultDisputesApi.createDisputeEvidenceFile(String disputeId,
CreateDisputeEvidenceFileRequest request,
FileWrapper imageFile)
Uploads a file to use as evidence in a dispute challenge.
|
CreateDisputeEvidenceFileResponse |
DisputesApi.createDisputeEvidenceFile(String disputeId,
CreateDisputeEvidenceFileRequest request,
FileWrapper imageFile)
Uploads a file to use as evidence in a dispute challenge.
|
CompletableFuture<CreateDisputeEvidenceFileResponse> |
DefaultDisputesApi.createDisputeEvidenceFileAsync(String disputeId,
CreateDisputeEvidenceFileRequest request,
FileWrapper imageFile)
Uploads a file to use as evidence in a dispute challenge.
|
CompletableFuture<CreateDisputeEvidenceFileResponse> |
DisputesApi.createDisputeEvidenceFileAsync(String disputeId,
CreateDisputeEvidenceFileRequest request,
FileWrapper imageFile)
Uploads a file to use as evidence in a dispute challenge.
|
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 |
|---|---|
FileWrapper |
MultipartFileWrapper.getFileWrapper()
Getter for file wrapper.
|
| Constructor and Description |
|---|
MultipartFileWrapper(FileWrapper fileWrapper,
Headers headers)
Initialization constructor.
|
Copyright © 2022. All rights reserved.