Uses of Enum Class
com.cloudconvert.resource.params.Filter
Packages that use Filter
Package
Description
-
Uses of Filter in com.cloudconvert.resource
Method parameters in com.cloudconvert.resource with type arguments of type FilterModifier and TypeMethodDescriptionabstract ORPAbstractConvertFilesResource.convertFormats(@NotNull Map<Filter, String> filters) List all supported formats, their engines and possible options.abstract ORPAbstractConvertFilesResource.convertFormats(@NotNull Map<Filter, String> filters, @NotNull List<Include> includes) List all supported formats, their engines and possible options.abstract ORPAbstractConvertFilesResource.convertFormats(@NotNull Map<Filter, String> filters, @NotNull List<Include> includes, @Nullable Boolean alternative) List all supported formats, their engines and possible options.abstract ORPARAbstractTasksResource.convertFormats(@NotNull Map<Filter, String> filters) List all supported formats, their engines and possible options.abstract ORPARAbstractTasksResource.convertFormats(@NotNull Map<Filter, String> filters, @NotNull List<Include> includes) List all supported formats, their engines and possible options.abstract ORPARAbstractTasksResource.convertFormats(@NotNull Map<Filter, String> filters, @NotNull List<Include> includes, @Nullable Boolean alternative) List all supported formats, their engines and possible options.protected org.apache.http.client.methods.HttpUriRequestAbstractConvertFilesResource.getConvertFormatsHttpUriRequest(@NotNull Map<Filter, String> filters, @NotNull List<Include> includes, @Nullable Boolean alternative) protected org.apache.http.client.methods.HttpUriRequestAbstractJobsResource.getListHttpUriRequest(@NotNull Map<Filter, String> filters, @NotNull List<Include> includes, @Nullable Pagination pagination) protected org.apache.http.client.methods.HttpUriRequestAbstractTasksResource.getListHttpUriRequest(@NotNull Map<Filter, String> filters, @NotNull List<Include> includes, @Nullable Pagination pagination) protected org.apache.http.client.methods.HttpUriRequestAbstractWebhooksResource.getListHttpUriRequest(@NotNull Map<Filter, String> filters, @Nullable Pagination pagination) protected org.apache.http.client.methods.HttpUriRequestAbstractTasksResource.getOperationsHttpUriRequest(@NotNull Map<Filter, String> filters, @NotNull List<Include> includes, @Nullable Boolean alternative) abstract JRPARList all jobs.abstract JRPARList all jobs.abstract JRPARAbstractJobsResource.list(@NotNull Map<Filter, String> filters, @NotNull List<Include> includes, @Nullable Pagination pagination) List all jobs.abstract TRPARList all tasks with their status, payload and result.abstract TRPARList all tasks with their status, payload and result.abstract TRPARAbstractTasksResource.list(@NotNull Map<Filter, String> filters, @NotNull List<Include> includes, @Nullable Pagination pagination) List all tasks with their status, payload and result.abstract WRPARList all webhooks.abstract WRPARAbstractWebhooksResource.list(@NotNull Map<Filter, String> filters, @Nullable Pagination pagination) List all webhooks.abstract ORPARAbstractTasksResource.operations(@NotNull Map<Filter, String> filters) List all possible operations, formats, engines and possible options.abstract ORPARAbstractTasksResource.operations(@NotNull Map<Filter, String> filters, @NotNull List<Include> includes) List all possible operations, formats, engines and possible options.abstract ORPARAbstractTasksResource.operations(@NotNull Map<Filter, String> filters, @NotNull List<Include> includes, @Nullable Boolean alternative) List all possible operations, formats, engines and possible options. -
Uses of Filter in com.cloudconvert.resource.async
Method parameters in com.cloudconvert.resource.async with type arguments of type FilterModifier and TypeMethodDescriptionAsyncConvertFilesResource.convertFormats(@NotNull Map<Filter, String> filters) AsyncConvertFilesResource.convertFormats(@NotNull Map<Filter, String> filters, @NotNull List<Include> includes) AsyncConvertFilesResource.convertFormats(@NotNull Map<Filter, String> filters, @NotNull List<Include> includes, @Nullable Boolean alternative) AsyncTasksResource.convertFormats(@NotNull Map<Filter, String> filters) AsyncTasksResource.convertFormats(@NotNull Map<Filter, String> filters, @NotNull List<Include> includes) AsyncTasksResource.convertFormats(@NotNull Map<Filter, String> filters, @NotNull List<Include> includes, @Nullable Boolean alternative) AsyncJobsResource.list(@NotNull Map<Filter, String> filters, @NotNull List<Include> includes, @Nullable Pagination pagination) AsyncTasksResource.list(@NotNull Map<Filter, String> filters, @NotNull List<Include> includes, @Nullable Pagination pagination) AsyncWebhookResource.list(@NotNull Map<Filter, String> filters, @Nullable Pagination pagination) AsyncTasksResource.operations(@NotNull Map<Filter, String> filters) AsyncTasksResource.operations(@NotNull Map<Filter, String> filters, @NotNull List<Include> includes, @Nullable Boolean alternative) -
Uses of Filter in com.cloudconvert.resource.params
Methods in com.cloudconvert.resource.params that return Filter -
Uses of Filter in com.cloudconvert.resource.params.converter
Method parameters in com.cloudconvert.resource.params.converter with type arguments of type Filter -
Uses of Filter in com.cloudconvert.resource.sync
Method parameters in com.cloudconvert.resource.sync with type arguments of type FilterModifier and TypeMethodDescriptionConvertFilesResource.convertFormats(@NotNull Map<Filter, String> filters) ConvertFilesResource.convertFormats(@NotNull Map<Filter, String> filters, @NotNull List<Include> includes) ConvertFilesResource.convertFormats(@NotNull Map<Filter, String> filters, @NotNull List<Include> includes, @Nullable Boolean alternative) TasksResource.convertFormats(@NotNull Map<Filter, String> filters) TasksResource.convertFormats(@NotNull Map<Filter, String> filters, @NotNull List<Include> includes, @Nullable Boolean alternative) JobsResource.list(@NotNull Map<Filter, String> filters, @NotNull List<Include> includes, @Nullable Pagination pagination) TasksResource.list(@NotNull Map<Filter, String> filters, @NotNull List<Include> includes, @Nullable Pagination pagination) WebhookResource.list(@NotNull Map<Filter, String> filters, @Nullable Pagination pagination) TasksResource.operations(@NotNull Map<Filter, String> filters) TasksResource.operations(@NotNull Map<Filter, String> filters, @NotNull List<Include> includes, @Nullable Boolean alternative)