| Package | Description |
|---|---|
| org.wso2.carbon.apimgt.rest.integration.tests.publisher.api | |
| org.wso2.carbon.apimgt.rest.integration.tests.publisher.model |
| Modifier and Type | Method and Description |
|---|---|
Tier |
ThrottlingTierIndividualApi.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.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<Tier> |
ThrottlingTierIndividualApi.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.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ThrottlingTierIndividualApi.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.
|
| Modifier and Type | Method and Description |
|---|---|
Tier |
Tier.attributes(Map<String,String> attributes) |
Tier |
Tier.description(String description) |
Tier |
Tier.name(String name) |
Tier |
Tier.putAttributesItem(String key,
String attributesItem) |
Tier |
Tier.requestCount(Long requestCount) |
Tier |
Tier.stopOnQuotaReach(Boolean stopOnQuotaReach) |
Tier |
Tier.tierLevel(Tier.TierLevelEnum tierLevel) |
Tier |
Tier.tierPlan(Tier.TierPlanEnum tierPlan) |
Tier |
Tier.timeUnit(String timeUnit) |
Tier |
Tier.unitTime(Long unitTime) |
| Modifier and Type | Method and Description |
|---|---|
List<Tier> |
TierList.getList()
Get list
|
| Modifier and Type | Method and Description |
|---|---|
TierList |
TierList.addListItem(Tier listItem) |
| Modifier and Type | Method and Description |
|---|---|
TierList |
TierList.list(List<Tier> list) |
void |
TierList.setList(List<Tier> list) |
Copyright © 2018 WSO2. All rights reserved.