| Package | Description |
|---|---|
| org.wso2.carbon.apimgt.rest.integration.tests.api | |
| org.wso2.carbon.apimgt.rest.integration.tests.model |
| Modifier and Type | Method and Description |
|---|---|
TierList |
ThrottlingTierCollectionApi.policiesTierLevelGet(String tierLevel,
Integer limit,
Integer offset,
String accept,
String ifNoneMatch)
Get all policies
This operation can be used to list the available policies for a given policy level.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<TierList> |
ThrottlingTierCollectionApi.policiesTierLevelGetWithHttpInfo(String tierLevel,
Integer limit,
Integer offset,
String accept,
String ifNoneMatch)
Get all policies
This operation can be used to list the available policies for a given policy level.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ThrottlingTierCollectionApi.policiesTierLevelGetAsync(String tierLevel,
Integer limit,
Integer offset,
String accept,
String ifNoneMatch,
ApiCallback<TierList> callback)
Get all policies (asynchronously)
This operation can be used to list the available policies for a given policy 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 © 2017 WSO2. All rights reserved.