public class ThrottlingTierIndividualApi extends Object
| Constructor and Description |
|---|
ThrottlingTierIndividualApi() |
ThrottlingTierIndividualApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
Tier |
tiersTierLevelTierNameGet(String tierName,
String tierLevel,
String xWSO2Tenant,
String accept,
String ifNoneMatch,
String ifModifiedSince)
Get details of a tier
This operation can be used to retrieve details of a single tier by specifying the tier level and tier name.
|
com.squareup.okhttp.Call |
tiersTierLevelTierNameGetAsync(String tierName,
String tierLevel,
String xWSO2Tenant,
String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<Tier> callback)
Get details of a tier (asynchronously)
This operation can be used to retrieve details of a single tier by specifying the tier level and tier name.
|
ApiResponse<Tier> |
tiersTierLevelTierNameGetWithHttpInfo(String tierName,
String tierLevel,
String xWSO2Tenant,
String accept,
String ifNoneMatch,
String ifModifiedSince)
Get details of a tier
This operation can be used to retrieve details of a single tier by specifying the tier level and tier name.
|
public ThrottlingTierIndividualApi()
public ThrottlingTierIndividualApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public Tier tiersTierLevelTierNameGet(String tierName, String tierLevel, String xWSO2Tenant, String accept, String ifNoneMatch, String ifModifiedSince) throws ApiException
tierName - Tier name (required)tierLevel - List API or Application type tiers. (required)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)ifModifiedSince - Validator for conditional requests; based on Last Modified header of the formerly retrieved variant of the resource (Will be supported in future). (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Tier> tiersTierLevelTierNameGetWithHttpInfo(String tierName, String tierLevel, String xWSO2Tenant, String accept, String ifNoneMatch, String ifModifiedSince) throws ApiException
tierName - Tier name (required)tierLevel - List API or Application type tiers. (required)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)ifModifiedSince - Validator for conditional requests; based on Last Modified header of the formerly retrieved variant of the resource (Will be supported in future). (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call tiersTierLevelTierNameGetAsync(String tierName, String tierLevel, String xWSO2Tenant, String accept, String ifNoneMatch, String ifModifiedSince, ApiCallback<Tier> callback) throws ApiException
tierName - Tier name (required)tierLevel - List API or Application type tiers. (required)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)ifModifiedSince - Validator for conditional requests; based on Last Modified header of the formerly retrieved variant of the resource (Will be supported in future). (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.