Uses of Class
com.cloudconvert.dto.response.TaskResponse.Result.Form
Packages that use TaskResponse.Result.Form
Package
Description
-
Uses of TaskResponse.Result.Form in com.cloudconvert.resource
Methods in com.cloudconvert.resource with parameters of type TaskResponse.Result.FormModifier and TypeMethodDescriptionprotected org.apache.http.HttpEntityAbstractImportFilesResource.getMultipartHttpEntity(TaskResponse.Result.Form uploadImportResponseResultForm, @NotNull String filename, InputStream inputStream) protected org.apache.http.HttpEntityAbstractImportFilesResource.getMultipartHttpEntity(TaskResponse.Result.Form uploadImportResponseResultForm, File file) protected org.apache.http.HttpEntityAbstractImportFilesResource.getMultipartHttpEntity(TaskResponse.Result.Form uploadImportResponseResultForm, InputStream inputStream) abstract TRARAbstractImportFilesResource.upload(@NotNull String taskId, TaskResponse.Result.Form taskResponseResultForm, @NotNull File file) Create a task which uploads one input file.abstract TRARAbstractImportFilesResource.upload(@NotNull String taskId, TaskResponse.Result.Form taskResponseResultForm, @NotNull InputStream inputStream) Create a task which uploads one input file.abstract TRARAbstractImportFilesResource.upload(@NotNull String taskId, TaskResponse.Result.Form taskResponseResultForm, @NotNull InputStream inputStream, @NotNull String filename) Create a task which uploads one input file. -
Uses of TaskResponse.Result.Form in com.cloudconvert.resource.async
Methods in com.cloudconvert.resource.async with parameters of type TaskResponse.Result.FormModifier and TypeMethodDescriptionAsyncImportFilesResource.upload(@NotNull String taskId, @NotNull TaskResponse.Result.Form taskResponseResultForm, @NotNull InputStream inputStream, @NotNull String filename) AsyncImportFilesResource.upload(@NotNull String taskId, TaskResponse.Result.Form taskResponseResultForm, @NotNull File file) AsyncImportFilesResource.upload(@NotNull String taskId, TaskResponse.Result.Form taskResponseResultForm, @NotNull InputStream inputStream) -
Uses of TaskResponse.Result.Form in com.cloudconvert.resource.sync
Methods in com.cloudconvert.resource.sync with parameters of type TaskResponse.Result.FormModifier and TypeMethodDescriptionImportFilesResource.upload(@NotNull String taskId, @NotNull TaskResponse.Result.Form taskResponseResultForm, @NotNull InputStream inputStream) ImportFilesResource.upload(@NotNull String taskId, TaskResponse.Result.Form taskResponseResultForm, @NotNull File file) ImportFilesResource.upload(@NotNull String taskId, TaskResponse.Result.Form taskResponseResultForm, @NotNull InputStream inputStream, @NotNull String filename)