Uses of Class
com.cloudconvert.dto.request.TaskRequest
Packages that use TaskRequest
Package
Description
-
Uses of TaskRequest in com.cloudconvert.dto.request
Subclasses of TaskRequest in com.cloudconvert.dto.requestModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of TaskRequest in com.cloudconvert.resource
Method parameters in com.cloudconvert.resource with type arguments of type TaskRequestModifier and TypeMethodDescriptionabstract JRARAbstractJobsResource.create(@NotNull Map<String, TaskRequest> tasks) Create a job with one ore more tasks.abstract JRARAbstractJobsResource.create(@NotNull Map<String, TaskRequest> tasks, @NotNull String tag) Create a job with one ore more tasks.protected org.apache.http.client.methods.HttpUriRequestAbstractJobsResource.getCreateHttpUriRequest(@NotNull Map<String, TaskRequest> tasks, @NotNull String tag) AbstractSignedUrlResource.sign(@NotNull String base, @NotNull String signingSecret, @NotNull Map<String, TaskRequest> tasks) AbstractSignedUrlResource.sign(@NotNull String base, @NotNull String signingSecret, @NotNull Map<String, TaskRequest> tasks, String cacheKey) -
Uses of TaskRequest in com.cloudconvert.resource.async
Method parameters in com.cloudconvert.resource.async with type arguments of type TaskRequestModifier and TypeMethodDescriptionAsyncJobsResource.create(@NotNull Map<String, TaskRequest> tasks) AsyncJobsResource.create(@NotNull Map<String, TaskRequest> tasks, @NotNull String tag) -
Uses of TaskRequest in com.cloudconvert.resource.sync
Method parameters in com.cloudconvert.resource.sync with type arguments of type TaskRequestModifier and TypeMethodDescriptionJobsResource.create(@NotNull Map<String, TaskRequest> tasks) JobsResource.create(@NotNull Map<String, TaskRequest> tasks, @NotNull String tag)