Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
List<JobDto> |
JobApi.queryJobs(Integer firstResult,
Integer maxResults,
JobQueryDto jobQueryDto)
Get Jobs (POST)
Queries for jobs that fulfill given parameters.
|
okhttp3.Call |
JobApi.queryJobsAsync(Integer firstResult,
Integer maxResults,
JobQueryDto jobQueryDto,
ApiCallback<List<JobDto>> _callback)
Get Jobs (POST) (asynchronously)
Queries for jobs that fulfill given parameters.
|
okhttp3.Call |
JobApi.queryJobsCall(Integer firstResult,
Integer maxResults,
JobQueryDto jobQueryDto,
ApiCallback _callback)
Build call for queryJobs
|
CountResultDto |
JobApi.queryJobsCount(JobQueryDto jobQueryDto)
Get Job Count (POST)
Queries for jobs that fulfill given parameters.
|
okhttp3.Call |
JobApi.queryJobsCountAsync(JobQueryDto jobQueryDto,
ApiCallback<CountResultDto> _callback)
Get Job Count (POST) (asynchronously)
Queries for jobs that fulfill given parameters.
|
okhttp3.Call |
JobApi.queryJobsCountCall(JobQueryDto jobQueryDto,
ApiCallback _callback)
Build call for queryJobsCount
|
ApiResponse<CountResultDto> |
JobApi.queryJobsCountWithHttpInfo(JobQueryDto jobQueryDto)
Get Job Count (POST)
Queries for jobs that fulfill given parameters.
|
ApiResponse<List<JobDto>> |
JobApi.queryJobsWithHttpInfo(Integer firstResult,
Integer maxResults,
JobQueryDto jobQueryDto)
Get Jobs (POST)
Queries for jobs that fulfill given parameters.
|
Modifier and Type | Method and Description |
---|---|
SetJobRetriesDto |
SetJobRetriesDto.jobQuery(JobQueryDto jobQuery) |
void |
SetJobRetriesDto.setJobQuery(JobQueryDto jobQuery) |
Copyright © 2022. All rights reserved.