| 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.apiProductsApiProductIdThumbnailPut(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.apiProductsApiProductIdThumbnailPutWithHttpInfo(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 |
|---|---|
com.squareup.okhttp.Call |
ApiProductsApi.apiProductsApiProductIdThumbnailPutAsync(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.
|
com.squareup.okhttp.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 © 2020 WSO2 Inc. All rights reserved.