public class ThrottlingTierCollectionApi extends Object
| Constructor and Description |
|---|
ThrottlingTierCollectionApi() |
ThrottlingTierCollectionApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
List<TierList> |
tiersTierLevelGet(String tierLevel,
Integer limit,
Integer offset,
String xWSO2Tenant,
String accept,
String ifNoneMatch)
Get available tiers
This operation can be used to retrieve all the tiers available for the provided tier level.
|
com.squareup.okhttp.Call |
tiersTierLevelGetAsync(String tierLevel,
Integer limit,
Integer offset,
String xWSO2Tenant,
String accept,
String ifNoneMatch,
ApiCallback<List<TierList>> callback)
Get available tiers (asynchronously)
This operation can be used to retrieve all the tiers available for the provided tier level.
|
ApiResponse<List<TierList>> |
tiersTierLevelGetWithHttpInfo(String tierLevel,
Integer limit,
Integer offset,
String xWSO2Tenant,
String accept,
String ifNoneMatch)
Get available tiers
This operation can be used to retrieve all the tiers available for the provided tier level.
|
public ThrottlingTierCollectionApi()
public ThrottlingTierCollectionApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public List<TierList> tiersTierLevelGet(String tierLevel, Integer limit, Integer offset, String xWSO2Tenant, String accept, String ifNoneMatch) throws ApiException
tierLevel - List API or Application type tiers. (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)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retirieved from. (optional)accept - Media types acceptable for the response. Default is application/json. (optional, default to application/json)ifNoneMatch - Validator for conditional requests; based on the ETag 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<List<TierList>> tiersTierLevelGetWithHttpInfo(String tierLevel, Integer limit, Integer offset, String xWSO2Tenant, String accept, String ifNoneMatch) throws ApiException
tierLevel - List API or Application type tiers. (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)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retirieved from. (optional)accept - Media types acceptable for the response. Default is application/json. (optional, default to application/json)ifNoneMatch - Validator for conditional requests; based on the ETag 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 tiersTierLevelGetAsync(String tierLevel, Integer limit, Integer offset, String xWSO2Tenant, String accept, String ifNoneMatch, ApiCallback<List<TierList>> callback) throws ApiException
tierLevel - List API or Application type tiers. (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)xWSO2Tenant - For cross-tenant invocations, this is used to specify the tenant domain, where the resource need to be retirieved from. (optional)accept - Media types acceptable for the response. Default is application/json. (optional, default to application/json)ifNoneMatch - Validator for conditional requests; based on the ETag 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 Inc. All rights reserved.