public class StandardsApi
extends java.lang.Object
| Constructor and Description |
|---|
StandardsApi() |
StandardsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
java.util.List<Standard> |
getStandards()
Get Standards
Returns a list of standards hierarchies available for use as filter views.
|
com.squareup.okhttp.Call |
getStandardsAsync(ApiCallback<java.util.List<Standard>> callback)
Get Standards (asynchronously)
Returns a list of standards hierarchies available for use as filter views.
|
com.squareup.okhttp.Call |
getStandardsCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getStandards
|
ApiResponse<java.util.List<Standard>> |
getStandardsWithHttpInfo()
Get Standards
Returns a list of standards hierarchies available for use as filter views.
|
void |
setApiClient(ApiClient apiClient) |
public StandardsApi()
public StandardsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call getStandardsCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic java.util.List<Standard> getStandards() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<java.util.List<Standard>> getStandardsWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getStandardsAsync(ApiCallback<java.util.List<Standard>> callback) throws ApiException
callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object