public class ThrottlingTierCollectionApi extends Object
| Constructor and Description |
|---|
ThrottlingTierCollectionApi() |
ThrottlingTierCollectionApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
TierList |
policiesTierLevelGet(String tierLevel,
Integer limit,
Integer offset,
String ifNoneMatch)
Get all policies
This operation can be used to list the available policies for a given policy level.
|
com.squareup.okhttp.Call |
policiesTierLevelGetAsync(String tierLevel,
Integer limit,
Integer offset,
String ifNoneMatch,
ApiCallback<TierList> callback)
Get all policies (asynchronously)
This operation can be used to list the available policies for a given policy level.
|
com.squareup.okhttp.Call |
policiesTierLevelGetCall(String tierLevel,
Integer limit,
Integer offset,
String ifNoneMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for policiesTierLevelGet
|
ApiResponse<TierList> |
policiesTierLevelGetWithHttpInfo(String tierLevel,
Integer limit,
Integer offset,
String ifNoneMatch)
Get all policies
This operation can be used to list the available policies for a given policy level.
|
void |
setApiClient(ApiClient apiClient) |
public ThrottlingTierCollectionApi()
public ThrottlingTierCollectionApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call policiesTierLevelGetCall(String tierLevel, Integer limit, Integer offset, String ifNoneMatch, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
tierLevel - List API or Application or Resource type policies. (required)limit - Maximum size of resource array to return. (optional, default to 25)offset - Starting point within the complete list of items qualified. (optional, default to 0)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic TierList policiesTierLevelGet(String tierLevel, Integer limit, Integer offset, String ifNoneMatch) throws ApiException
tierLevel - List API or Application or Resource type policies. (required)limit - Maximum size of resource array to return. (optional, default to 25)offset - Starting point within the complete list of items qualified. (optional, default to 0)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<TierList> policiesTierLevelGetWithHttpInfo(String tierLevel, Integer limit, Integer offset, String ifNoneMatch) throws ApiException
tierLevel - List API or Application or Resource type policies. (required)limit - Maximum size of resource array to return. (optional, default to 25)offset - Starting point within the complete list of items qualified. (optional, default to 0)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call policiesTierLevelGetAsync(String tierLevel, Integer limit, Integer offset, String ifNoneMatch, ApiCallback<TierList> callback) throws ApiException
tierLevel - List API or Application or Resource type policies. (required)limit - Maximum size of resource array to return. (optional, default to 25)offset - Starting point within the complete list of items qualified. (optional, default to 0)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (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 © 2018 WSO2. All rights reserved.