Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.FileInfoDTO
-
Packages that use FileInfoDTO Package Description org.wso2.am.integration.clients.publisher.api.v1 org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of FileInfoDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return FileInfoDTO Modifier and Type Method Description FileInfoDTOApiProductsApi. 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.FileInfoDTOApIsApi. updateAPIThumbnail(String apiId, File file, String ifMatch)Upload a Thumbnail Image This operation can be used to upload a thumbnail image of an API.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type FileInfoDTO Modifier and Type Method 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.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type FileInfoDTO Modifier and Type Method Description okhttp3.CallApiProductsApi. 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.CallApIsApi. 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. -
Uses of FileInfoDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return FileInfoDTO Modifier and Type Method Description FileInfoDTOFileInfoDTO. mediaType(String mediaType)FileInfoDTOFileInfoDTO. relativePath(String relativePath)
-