Uses of Class
org.openapitools.client.model.UploadFileResult
-
Packages that use UploadFileResult Package Description org.openapitools.client.api org.openapitools.client.model -
-
Uses of UploadFileResult in org.openapitools.client.api
Methods in org.openapitools.client.api that return UploadFileResult Modifier and Type Method Description UploadFileResultFileApi. uploadFileHandler(String trDataset, UploadFileData uploadFileData)Upload File Upload File Upload a file to S3 attached to the server.Methods in org.openapitools.client.api that return types with arguments of type UploadFileResult Modifier and Type Method Description ApiResponse<UploadFileResult>FileApi. uploadFileHandlerWithHttpInfo(@NotNull String trDataset, @NotNull UploadFileData uploadFileData)Upload File Upload File Upload a file to S3 attached to the server.Method parameters in org.openapitools.client.api with type arguments of type UploadFileResult Modifier and Type Method Description okhttp3.CallFileApi. uploadFileHandlerAsync(String trDataset, UploadFileData uploadFileData, ApiCallback<UploadFileResult> _callback)Upload File (asynchronously) Upload File Upload a file to S3 attached to the server. -
Uses of UploadFileResult in org.openapitools.client.model
Methods in org.openapitools.client.model that return UploadFileResult Modifier and Type Method Description UploadFileResultUploadFileResult. fileMetadata(ModelFile fileMetadata)static UploadFileResultUploadFileResult. fromJson(String jsonString)Create an instance of UploadFileResult given an JSON string
-