public class SchemaLogApi extends Object
Constructor and Description |
---|
SchemaLogApi() |
SchemaLogApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
ApiClient |
getApiClient() |
List<SchemaLogEntryDto> |
getSchemaLog(String version,
Integer firstResult,
Integer maxResults)
Get List
Queries for schema log entries that fulfill given parameters.
|
okhttp3.Call |
getSchemaLogAsync(String version,
Integer firstResult,
Integer maxResults,
ApiCallback<List<SchemaLogEntryDto>> _callback)
Get List (asynchronously)
Queries for schema log entries that fulfill given parameters.
|
okhttp3.Call |
getSchemaLogCall(String version,
Integer firstResult,
Integer maxResults,
ApiCallback _callback)
Build call for getSchemaLog
|
ApiResponse<List<SchemaLogEntryDto>> |
getSchemaLogWithHttpInfo(String version,
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.Call |
querySchemaLogAsync(Integer firstResult,
Integer maxResults,
SchemaLogQueryDto schemaLogQueryDto,
ApiCallback<List<SchemaLogEntryDto>> _callback)
Get List (POST) (asynchronously)
Queries for schema log entries that fulfill given parameters.
|
okhttp3.Call |
querySchemaLogCall(Integer firstResult,
Integer maxResults,
SchemaLogQueryDto schemaLogQueryDto,
ApiCallback _callback)
Build call for querySchemaLog
|
ApiResponse<List<SchemaLogEntryDto>> |
querySchemaLogWithHttpInfo(Integer firstResult,
Integer maxResults,
SchemaLogQueryDto schemaLogQueryDto)
Get List (POST)
Queries for schema log entries that fulfill given parameters.
|
void |
setApiClient(ApiClient apiClient) |
public SchemaLogApi()
public SchemaLogApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getSchemaLogCall(String version, Integer firstResult, Integer maxResults, ApiCallback _callback) throws ApiException
version
- Only return schema log entries with a specific version. (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 progressApiException
- If fail to serialize the request body objectpublic List<SchemaLogEntryDto> getSchemaLog(String version, Integer firstResult, Integer maxResults) throws ApiException
version
- Only return schema log entries with a specific version. (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)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<SchemaLogEntryDto>> getSchemaLogWithHttpInfo(String version, Integer firstResult, Integer maxResults) throws ApiException
version
- Only return schema log entries with a specific version. (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)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getSchemaLogAsync(String version, Integer firstResult, Integer maxResults, ApiCallback<List<SchemaLogEntryDto>> _callback) throws ApiException
version
- Only return schema log entries with a specific version. (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 finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call querySchemaLogCall(Integer firstResult, Integer maxResults, SchemaLogQueryDto schemaLogQueryDto, ApiCallback _callback) throws ApiException
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 progressApiException
- If fail to serialize the request body objectpublic List<SchemaLogEntryDto> querySchemaLog(Integer firstResult, Integer maxResults, SchemaLogQueryDto schemaLogQueryDto) throws ApiException
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)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<SchemaLogEntryDto>> querySchemaLogWithHttpInfo(Integer firstResult, Integer maxResults, SchemaLogQueryDto schemaLogQueryDto) throws ApiException
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)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call querySchemaLogAsync(Integer firstResult, Integer maxResults, SchemaLogQueryDto schemaLogQueryDto, ApiCallback<List<SchemaLogEntryDto>> _callback) throws ApiException
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 finishesApiException
- If fail to process the API call, e.g. serializing the request body objectCopyright © 2022. All rights reserved.