| Package | Description |
|---|---|
| org.wso2.carbon.apimgt.samples.utils.store.rest.client.api | |
| org.wso2.carbon.apimgt.samples.utils.store.rest.client.model |
| Modifier and Type | Method and Description |
|---|---|
List<TierList> |
ThrottlingTierCollectionApi.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.
|
ApiResponse<List<TierList>> |
ThrottlingTierCollectionApi.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.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ThrottlingTierCollectionApi.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.
|
| Modifier and Type | Method and Description |
|---|---|
TierList |
TierList.addListItem(Tier listItem) |
TierList |
TierList.count(Integer count) |
TierList |
TierList.list(List<Tier> list) |
TierList |
TierList.next(String next) |
TierList |
TierList.previous(String previous) |
Copyright © 2018 WSO2 Inc. All rights reserved.