Class SchemaLogApi


  • public class SchemaLogApi
    extends Object
    • 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