Package org.openapitools.client.api
Class SchemaLogApi
- java.lang.Object
-
- org.openapitools.client.api.SchemaLogApi
-
public class SchemaLogApi extends Object
-
-
Constructor Summary
Constructors Constructor Description SchemaLogApi()SchemaLogApi(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiClientgetApiClient()List<SchemaLogEntryDto>getSchemaLog(String version, String sortBy, String sortOrder, Integer firstResult, Integer maxResults)Get List Queries for schema log entries that fulfill given parameters.okhttp3.CallgetSchemaLogAsync(String version, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, ApiCallback<List<SchemaLogEntryDto>> _callback)Get List (asynchronously) Queries for schema log entries that fulfill given parameters.okhttp3.CallgetSchemaLogCall(String version, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, ApiCallback _callback)Build call for getSchemaLogApiResponse<List<SchemaLogEntryDto>>getSchemaLogWithHttpInfo(String version, String sortBy, String sortOrder, Integer firstResult, Integer maxResults)Get List Queries for schema log entries that fulfill given parameters.List<SchemaLogEntryDto>querySchemaLog(Integer firstResult, Integer maxResults, SchemaLogQueryDto schemaLogQueryDto)Get List (POST) Queries for schema log entries that fulfill given parameters.okhttp3.CallquerySchemaLogAsync(Integer firstResult, Integer maxResults, SchemaLogQueryDto schemaLogQueryDto, ApiCallback<List<SchemaLogEntryDto>> _callback)Get List (POST) (asynchronously) Queries for schema log entries that fulfill given parameters.okhttp3.CallquerySchemaLogCall(Integer firstResult, Integer maxResults, SchemaLogQueryDto schemaLogQueryDto, ApiCallback _callback)Build call for querySchemaLogApiResponse<List<SchemaLogEntryDto>>querySchemaLogWithHttpInfo(Integer firstResult, Integer maxResults, SchemaLogQueryDto schemaLogQueryDto)Get List (POST) Queries for schema log entries that fulfill given parameters.voidsetApiClient(ApiClient apiClient)
-
-
-
Constructor Detail
-
SchemaLogApi
public SchemaLogApi()
-
SchemaLogApi
public SchemaLogApi(ApiClient apiClient)
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
getSchemaLogCall
public okhttp3.Call getSchemaLogCall(String version, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, ApiCallback _callback) throws ApiException
Build call for getSchemaLog- Parameters:
version- Only return schema log entries with a specific version. (optional)sortBy- Sort the results lexicographically by a given criterion. Must be used in conjunction with the sortOrder parameter. (optional)sortOrder- Sort the results in a given order. Values may be asc for ascending order or desc for descending order. Must be used in conjunction with the sortBy parameter. (optional)firstResult- Pagination of results. Specifies the index of the first result to return. (optional)maxResults- Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left. (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
getSchemaLog
public List<SchemaLogEntryDto> getSchemaLog(String version, String sortBy, String sortOrder, Integer firstResult, Integer maxResults) throws ApiException
Get List Queries for schema log entries that fulfill given parameters.- Parameters:
version- Only return schema log entries with a specific version. (optional)sortBy- Sort the results lexicographically by a given criterion. Must be used in conjunction with the sortOrder parameter. (optional)sortOrder- Sort the results in a given order. Values may be asc for ascending order or desc for descending order. Must be used in conjunction with the sortBy parameter. (optional)firstResult- Pagination of results. Specifies the index of the first result to return. (optional)maxResults- Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left. (optional)- Returns:
- List<SchemaLogEntryDto>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getSchemaLogWithHttpInfo
public ApiResponse<List<SchemaLogEntryDto>> getSchemaLogWithHttpInfo(String version, String sortBy, String sortOrder, Integer firstResult, Integer maxResults) throws ApiException
Get List Queries for schema log entries that fulfill given parameters.- Parameters:
version- Only return schema log entries with a specific version. (optional)sortBy- Sort the results lexicographically by a given criterion. Must be used in conjunction with the sortOrder parameter. (optional)sortOrder- Sort the results in a given order. Values may be asc for ascending order or desc for descending order. Must be used in conjunction with the sortBy parameter. (optional)firstResult- Pagination of results. Specifies the index of the first result to return. (optional)maxResults- Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left. (optional)- Returns:
- ApiResponse<List<SchemaLogEntryDto>>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getSchemaLogAsync
public okhttp3.Call getSchemaLogAsync(String version, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, ApiCallback<List<SchemaLogEntryDto>> _callback) throws ApiException
Get List (asynchronously) Queries for schema log entries that fulfill given parameters.- Parameters:
version- Only return schema log entries with a specific version. (optional)sortBy- Sort the results lexicographically by a given criterion. Must be used in conjunction with the sortOrder parameter. (optional)sortOrder- Sort the results in a given order. Values may be asc for ascending order or desc for descending order. Must be used in conjunction with the sortBy parameter. (optional)firstResult- Pagination of results. Specifies the index of the first result to return. (optional)maxResults- Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left. (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
querySchemaLogCall
public okhttp3.Call querySchemaLogCall(Integer firstResult, Integer maxResults, SchemaLogQueryDto schemaLogQueryDto, ApiCallback _callback) throws ApiException
Build call for querySchemaLog- Parameters:
firstResult- Pagination of results. Specifies the index of the first result to return. (optional)maxResults- Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left. (optional)schemaLogQueryDto- (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
querySchemaLog
public List<SchemaLogEntryDto> querySchemaLog(Integer firstResult, Integer maxResults, SchemaLogQueryDto schemaLogQueryDto) throws ApiException
Get List (POST) Queries for schema log entries that fulfill given parameters.- Parameters:
firstResult- Pagination of results. Specifies the index of the first result to return. (optional)maxResults- Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left. (optional)schemaLogQueryDto- (optional)- Returns:
- List<SchemaLogEntryDto>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
querySchemaLogWithHttpInfo
public ApiResponse<List<SchemaLogEntryDto>> querySchemaLogWithHttpInfo(Integer firstResult, Integer maxResults, SchemaLogQueryDto schemaLogQueryDto) throws ApiException
Get List (POST) Queries for schema log entries that fulfill given parameters.- Parameters:
firstResult- Pagination of results. Specifies the index of the first result to return. (optional)maxResults- Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left. (optional)schemaLogQueryDto- (optional)- Returns:
- ApiResponse<List<SchemaLogEntryDto>>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
querySchemaLogAsync
public okhttp3.Call querySchemaLogAsync(Integer firstResult, Integer maxResults, SchemaLogQueryDto schemaLogQueryDto, ApiCallback<List<SchemaLogEntryDto>> _callback) throws ApiException
Get List (POST) (asynchronously) Queries for schema log entries that fulfill given parameters.- Parameters:
firstResult- Pagination of results. Specifies the index of the first result to return. (optional)maxResults- Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left. (optional)schemaLogQueryDto- (optional)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
-