| Package | Description |
|---|---|
| org.wso2.am.integration.clients.publisher.api.v1 | |
| org.wso2.am.integration.clients.publisher.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
FileInfoDTO |
ApiProductsApi.updateAPIProductThumbnail(String apiProductId,
File file,
String ifMatch)
Upload a Thumbnail Image
This operation can be used to upload a thumbnail image of an API Product.
|
FileInfoDTO |
ApIsApi.updateAPIThumbnail(String apiId,
File file,
String ifMatch)
Upload a Thumbnail Image
This operation can be used to upload a thumbnail image of an API.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<FileInfoDTO> |
ApiProductsApi.updateAPIProductThumbnailWithHttpInfo(String apiProductId,
File file,
String ifMatch)
Upload a Thumbnail Image
This operation can be used to upload a thumbnail image of an API Product.
|
ApiResponse<FileInfoDTO> |
ApIsApi.updateAPIThumbnailWithHttpInfo(String apiId,
File file,
String ifMatch)
Upload a Thumbnail Image
This operation can be used to upload a thumbnail image of an API.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
ApiProductsApi.updateAPIProductThumbnailAsync(String apiProductId,
File file,
String ifMatch,
ApiCallback<FileInfoDTO> _callback)
Upload a Thumbnail Image (asynchronously)
This operation can be used to upload a thumbnail image of an API Product.
|
okhttp3.Call |
ApIsApi.updateAPIThumbnailAsync(String apiId,
File file,
String ifMatch,
ApiCallback<FileInfoDTO> _callback)
Upload a Thumbnail Image (asynchronously)
This operation can be used to upload a thumbnail image of an API.
|
| Modifier and Type | Method and Description |
|---|---|
FileInfoDTO |
FileInfoDTO.mediaType(String mediaType) |
FileInfoDTO |
FileInfoDTO.relativePath(String relativePath) |
Copyright © 2021 WSO2 Inc. All rights reserved.