| Package | Description |
|---|---|
| org.wso2.carbon.apimgt.samples.utils.admin.rest.client.api | |
| org.wso2.carbon.apimgt.samples.utils.admin.rest.client.model |
| Modifier and Type | Method and Description |
|---|---|
CustomRuleList |
CustomRulesCollectionApi.throttlingPoliciesCustomGet(String accept,
String ifNoneMatch,
String ifModifiedSince)
Get all Custom Rules
Retrieves all Custom Rules.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<CustomRuleList> |
CustomRulesCollectionApi.throttlingPoliciesCustomGetWithHttpInfo(String accept,
String ifNoneMatch,
String ifModifiedSince)
Get all Custom Rules
Retrieves all Custom Rules.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
CustomRulesCollectionApi.throttlingPoliciesCustomGetAsync(String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<CustomRuleList> callback)
Get all Custom Rules (asynchronously)
Retrieves all Custom Rules.
|
| Modifier and Type | Method and Description |
|---|---|
CustomRuleList |
CustomRuleList.addListItem(CustomRule listItem) |
CustomRuleList |
CustomRuleList.count(Integer count) |
CustomRuleList |
CustomRuleList.list(List<CustomRule> list) |
Copyright © 2018 WSO2 Inc. All rights reserved.