Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
void |
ExternalTaskApi.setExternalTaskResourceRetries(String id,
RetriesDto retriesDto)
Set Retries
Sets the number of retries left to execute an external task by id.
|
okhttp3.Call |
ExternalTaskApi.setExternalTaskResourceRetriesAsync(String id,
RetriesDto retriesDto,
ApiCallback<Void> _callback)
Set Retries (asynchronously)
Sets the number of retries left to execute an external task by id.
|
okhttp3.Call |
ExternalTaskApi.setExternalTaskResourceRetriesCall(String id,
RetriesDto retriesDto,
ApiCallback _callback)
Build call for setExternalTaskResourceRetries
|
ApiResponse<Void> |
ExternalTaskApi.setExternalTaskResourceRetriesWithHttpInfo(String id,
RetriesDto retriesDto)
Set Retries
Sets the number of retries left to execute an external task by id.
|
void |
JobApi.setJobRetries(String id,
RetriesDto retriesDto)
Set Job Retries
Sets the retries of the job to the given number of retries by id.
|
okhttp3.Call |
JobApi.setJobRetriesAsync(String id,
RetriesDto retriesDto,
ApiCallback<Void> _callback)
Set Job Retries (asynchronously)
Sets the retries of the job to the given number of retries by id.
|
okhttp3.Call |
JobApi.setJobRetriesCall(String id,
RetriesDto retriesDto,
ApiCallback _callback)
Build call for setJobRetries
|
ApiResponse<Void> |
JobApi.setJobRetriesWithHttpInfo(String id,
RetriesDto retriesDto)
Set Job Retries
Sets the retries of the job to the given number of retries by id.
|
Modifier and Type | Method and Description |
---|---|
RetriesDto |
RetriesDto.retries(Integer retries) |
Copyright © 2022. All rights reserved.