public class ThrottlingTierIndividualApi extends Object
| Constructor and Description |
|---|
ThrottlingTierIndividualApi() |
ThrottlingTierIndividualApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
Tier |
policiesTierLevelTierNameGet(String tierName,
String tierLevel,
String ifNoneMatch,
String ifModifiedSince)
Get details of a policy
This operation can be used to retrieve details of a single policy by specifying the policy level and policy name.
|
com.squareup.okhttp.Call |
policiesTierLevelTierNameGetAsync(String tierName,
String tierLevel,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<Tier> callback)
Get details of a policy (asynchronously)
This operation can be used to retrieve details of a single policy by specifying the policy level and policy name.
|
com.squareup.okhttp.Call |
policiesTierLevelTierNameGetCall(String tierName,
String tierLevel,
String ifNoneMatch,
String ifModifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for policiesTierLevelTierNameGet
|
ApiResponse<Tier> |
policiesTierLevelTierNameGetWithHttpInfo(String tierName,
String tierLevel,
String ifNoneMatch,
String ifModifiedSince)
Get details of a policy
This operation can be used to retrieve details of a single policy by specifying the policy level and policy name.
|
void |
setApiClient(ApiClient apiClient) |
public ThrottlingTierIndividualApi()
public ThrottlingTierIndividualApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call policiesTierLevelTierNameGetCall(String tierName, String tierLevel, String ifNoneMatch, String ifModifiedSince, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
tierName - Tier name (required)tierLevel - List API or Application or Resource type policies. (required)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)ifModifiedSince - Validator for conditional requests; based on Last Modified header of the formerly retrieved variant of the resource. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic Tier policiesTierLevelTierNameGet(String tierName, String tierLevel, String ifNoneMatch, String ifModifiedSince) throws ApiException
tierName - Tier name (required)tierLevel - List API or Application or Resource type policies. (required)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)ifModifiedSince - Validator for conditional requests; based on Last Modified header of the formerly retrieved variant of the resource. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Tier> policiesTierLevelTierNameGetWithHttpInfo(String tierName, String tierLevel, String ifNoneMatch, String ifModifiedSince) throws ApiException
tierName - Tier name (required)tierLevel - List API or Application or Resource type policies. (required)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)ifModifiedSince - Validator for conditional requests; based on Last Modified header of the formerly retrieved variant of the resource. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call policiesTierLevelTierNameGetAsync(String tierName, String tierLevel, String ifNoneMatch, String ifModifiedSince, ApiCallback<Tier> callback) throws ApiException
tierName - Tier name (required)tierLevel - List API or Application or Resource type policies. (required)ifNoneMatch - Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resourec. (optional)ifModifiedSince - Validator for conditional requests; based on Last Modified header of the formerly retrieved variant of the resource. (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.