Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
List<ExecutionDto> |
ExecutionApi.queryExecutions(Integer firstResult,
Integer maxResults,
ExecutionQueryDto executionQueryDto)
Get Executions (POST)
Queries for executions that fulfill given parameters through a JSON object.
|
okhttp3.Call |
ExecutionApi.queryExecutionsAsync(Integer firstResult,
Integer maxResults,
ExecutionQueryDto executionQueryDto,
ApiCallback<List<ExecutionDto>> _callback)
Get Executions (POST) (asynchronously)
Queries for executions that fulfill given parameters through a JSON object.
|
okhttp3.Call |
ExecutionApi.queryExecutionsCall(Integer firstResult,
Integer maxResults,
ExecutionQueryDto executionQueryDto,
ApiCallback _callback)
Build call for queryExecutions
|
CountResultDto |
ExecutionApi.queryExecutionsCount(ExecutionQueryDto executionQueryDto)
Get Execution Count (POST)
Queries for the number of executions that fulfill given parameters.
|
okhttp3.Call |
ExecutionApi.queryExecutionsCountAsync(ExecutionQueryDto executionQueryDto,
ApiCallback<CountResultDto> _callback)
Get Execution Count (POST) (asynchronously)
Queries for the number of executions that fulfill given parameters.
|
okhttp3.Call |
ExecutionApi.queryExecutionsCountCall(ExecutionQueryDto executionQueryDto,
ApiCallback _callback)
Build call for queryExecutionsCount
|
ApiResponse<CountResultDto> |
ExecutionApi.queryExecutionsCountWithHttpInfo(ExecutionQueryDto executionQueryDto)
Get Execution Count (POST)
Queries for the number of executions that fulfill given parameters.
|
ApiResponse<List<ExecutionDto>> |
ExecutionApi.queryExecutionsWithHttpInfo(Integer firstResult,
Integer maxResults,
ExecutionQueryDto executionQueryDto)
Get Executions (POST)
Queries for executions that fulfill given parameters through a JSON object.
|
Copyright © 2022. All rights reserved.