Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
BatchDto |
JobApi.setJobRetriesAsyncOperation(SetJobRetriesDto setJobRetriesDto)
Set Job Retries Async (POST)
Create a batch to set retries of jobs asynchronously.
|
okhttp3.Call |
JobApi.setJobRetriesAsyncOperationAsync(SetJobRetriesDto setJobRetriesDto,
ApiCallback<BatchDto> _callback)
Set Job Retries Async (POST) (asynchronously)
Create a batch to set retries of jobs asynchronously.
|
okhttp3.Call |
JobApi.setJobRetriesAsyncOperationCall(SetJobRetriesDto setJobRetriesDto,
ApiCallback _callback)
Build call for setJobRetriesAsyncOperation
|
ApiResponse<BatchDto> |
JobApi.setJobRetriesAsyncOperationWithHttpInfo(SetJobRetriesDto setJobRetriesDto)
Set Job Retries Async (POST)
Create a batch to set retries of jobs asynchronously.
|
Modifier and Type | Method and Description |
---|---|
SetJobRetriesDto |
SetJobRetriesDto.addJobIdsItem(String jobIdsItem) |
SetJobRetriesDto |
SetJobRetriesDto.jobIds(List<String> jobIds) |
SetJobRetriesDto |
SetJobRetriesDto.jobQuery(JobQueryDto jobQuery) |
SetJobRetriesDto |
SetJobRetriesDto.retries(Integer retries) |
Copyright © 2022. All rights reserved.