| Package | Description |
|---|---|
| org.wso2.am.integration.clients.admin.api | |
| org.wso2.am.integration.clients.admin.api.dto |
| Modifier and Type | Method and Description |
|---|---|
CustomRuleListDTO |
CustomRulesCollectionApi.throttlingPoliciesCustomGet(String accept,
String ifNoneMatch,
String ifModifiedSince)
Get all Custom Rules
Retrieves all Custom Rules.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<CustomRuleListDTO> |
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<CustomRuleListDTO> callback)
Get all Custom Rules (asynchronously)
Retrieves all Custom Rules.
|
| Modifier and Type | Method and Description |
|---|---|
CustomRuleListDTO |
CustomRuleListDTO.addListItem(CustomRuleDTO listItem) |
CustomRuleListDTO |
CustomRuleListDTO.count(Integer count) |
CustomRuleListDTO |
CustomRuleListDTO.list(List<CustomRuleDTO> list) |
Copyright © 2020 WSO2 Inc. All rights reserved.