| Package | Description |
|---|---|
| org.wso2.carbon.apimgt.rest.integration.tests.api | |
| org.wso2.carbon.apimgt.rest.integration.tests.model |
| Modifier and Type | Method and Description |
|---|---|
Tier |
ThrottlingTierCollectionApi.policiesTierLevelPost(Tier body,
String tierLevel,
String contentType)
Create a Tier
This operation can be used to create a new throttling policy.
|
Tier |
ThrottlingTierIndividualApi.policiesTierLevelTierNameGet(String tierName,
String tierLevel,
String accept,
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.
|
Tier |
ThrottlingTierIndividualApi.policiesTierLevelTierNamePut(String tierName,
Tier body,
String tierLevel,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update a Tier
This operation can be used to update an existing policy.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<Tier> |
ThrottlingTierCollectionApi.policiesTierLevelPostWithHttpInfo(Tier body,
String tierLevel,
String contentType)
Create a Tier
This operation can be used to create a new throttling policy.
|
ApiResponse<Tier> |
ThrottlingTierIndividualApi.policiesTierLevelTierNameGetWithHttpInfo(String tierName,
String tierLevel,
String accept,
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.
|
ApiResponse<Tier> |
ThrottlingTierIndividualApi.policiesTierLevelTierNamePutWithHttpInfo(String tierName,
Tier body,
String tierLevel,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update a Tier
This operation can be used to update an existing policy.
|
List<Tier> |
ThrottlingTierIndividualApi.policiesUpdatePermissionPost(String tierName,
String tierLevel,
String ifMatch,
String ifUnmodifiedSince,
TierPermission permissions)
Update policy permission
This operation can be used to update policy permissions which controls access for the particular policy based on the subscribers' roles.
|
ApiResponse<List<Tier>> |
ThrottlingTierIndividualApi.policiesUpdatePermissionPostWithHttpInfo(String tierName,
String tierLevel,
String ifMatch,
String ifUnmodifiedSince,
TierPermission permissions)
Update policy permission
This operation can be used to update policy permissions which controls access for the particular policy based on the subscribers' roles.
|
| Modifier and Type | Method and Description |
|---|---|
Tier |
ThrottlingTierCollectionApi.policiesTierLevelPost(Tier body,
String tierLevel,
String contentType)
Create a Tier
This operation can be used to create a new throttling policy.
|
com.squareup.okhttp.Call |
ThrottlingTierCollectionApi.policiesTierLevelPostAsync(Tier body,
String tierLevel,
String contentType,
ApiCallback<Tier> callback)
Create a Tier (asynchronously)
This operation can be used to create a new throttling policy.
|
ApiResponse<Tier> |
ThrottlingTierCollectionApi.policiesTierLevelPostWithHttpInfo(Tier body,
String tierLevel,
String contentType)
Create a Tier
This operation can be used to create a new throttling policy.
|
Tier |
ThrottlingTierIndividualApi.policiesTierLevelTierNamePut(String tierName,
Tier body,
String tierLevel,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update a Tier
This operation can be used to update an existing policy.
|
com.squareup.okhttp.Call |
ThrottlingTierIndividualApi.policiesTierLevelTierNamePutAsync(String tierName,
Tier body,
String tierLevel,
String contentType,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Tier> callback)
Update a Tier (asynchronously)
This operation can be used to update an existing policy.
|
ApiResponse<Tier> |
ThrottlingTierIndividualApi.policiesTierLevelTierNamePutWithHttpInfo(String tierName,
Tier body,
String tierLevel,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update a Tier
This operation can be used to update an existing policy.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ThrottlingTierCollectionApi.policiesTierLevelPostAsync(Tier body,
String tierLevel,
String contentType,
ApiCallback<Tier> callback)
Create a Tier (asynchronously)
This operation can be used to create a new throttling policy.
|
com.squareup.okhttp.Call |
ThrottlingTierIndividualApi.policiesTierLevelTierNameGetAsync(String tierName,
String tierLevel,
String accept,
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.
|
com.squareup.okhttp.Call |
ThrottlingTierIndividualApi.policiesTierLevelTierNamePutAsync(String tierName,
Tier body,
String tierLevel,
String contentType,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<Tier> callback)
Update a Tier (asynchronously)
This operation can be used to update an existing policy.
|
com.squareup.okhttp.Call |
ThrottlingTierIndividualApi.policiesUpdatePermissionPostAsync(String tierName,
String tierLevel,
String ifMatch,
String ifUnmodifiedSince,
TierPermission permissions,
ApiCallback<List<Tier>> callback)
Update policy permission (asynchronously)
This operation can be used to update policy permissions which controls access for the particular policy based on the subscribers' roles.
|
| 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 © 2017 WSO2. All rights reserved.