| Package | Description |
|---|---|
| org.wso2.am.integration.clients.admin.api | |
| org.wso2.am.integration.clients.admin.api.dto |
| Modifier and Type | Method and Description |
|---|---|
CustomRuleDTO |
CustomRulesCollectionApi.throttlingPoliciesCustomPost(CustomRuleDTO body,
String contentType)
Add a Custom Rule
Adds a new Custom Rule.
|
CustomRuleDTO |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdGet(String ruleId,
String ifNoneMatch,
String ifModifiedSince)
Get a Custom Rule
Retrieves a Custom Rule.
|
CustomRuleDTO |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdPut(String ruleId,
CustomRuleDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update a Custom Rule
Updates an existing Custom Rule.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<CustomRuleDTO> |
CustomRulesCollectionApi.throttlingPoliciesCustomPostWithHttpInfo(CustomRuleDTO body,
String contentType)
Add a Custom Rule
Adds a new Custom Rule.
|
ApiResponse<CustomRuleDTO> |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdGetWithHttpInfo(String ruleId,
String ifNoneMatch,
String ifModifiedSince)
Get a Custom Rule
Retrieves a Custom Rule.
|
ApiResponse<CustomRuleDTO> |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdPutWithHttpInfo(String ruleId,
CustomRuleDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update a Custom Rule
Updates an existing Custom Rule.
|
| Modifier and Type | Method and Description |
|---|---|
CustomRuleDTO |
CustomRulesCollectionApi.throttlingPoliciesCustomPost(CustomRuleDTO body,
String contentType)
Add a Custom Rule
Adds a new Custom Rule.
|
com.squareup.okhttp.Call |
CustomRulesCollectionApi.throttlingPoliciesCustomPostAsync(CustomRuleDTO body,
String contentType,
ApiCallback<CustomRuleDTO> callback)
Add a Custom Rule (asynchronously)
Adds a new Custom Rule.
|
com.squareup.okhttp.Call |
CustomRulesCollectionApi.throttlingPoliciesCustomPostCall(CustomRuleDTO body,
String contentType,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for throttlingPoliciesCustomPost
|
ApiResponse<CustomRuleDTO> |
CustomRulesCollectionApi.throttlingPoliciesCustomPostWithHttpInfo(CustomRuleDTO body,
String contentType)
Add a Custom Rule
Adds a new Custom Rule.
|
CustomRuleDTO |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdPut(String ruleId,
CustomRuleDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update a Custom Rule
Updates an existing Custom Rule.
|
com.squareup.okhttp.Call |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdPutAsync(String ruleId,
CustomRuleDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<CustomRuleDTO> callback)
Update a Custom Rule (asynchronously)
Updates an existing Custom Rule.
|
com.squareup.okhttp.Call |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdPutCall(String ruleId,
CustomRuleDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for throttlingPoliciesCustomRuleIdPut
|
ApiResponse<CustomRuleDTO> |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdPutWithHttpInfo(String ruleId,
CustomRuleDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update a Custom Rule
Updates an existing Custom Rule.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
CustomRulesCollectionApi.throttlingPoliciesCustomPostAsync(CustomRuleDTO body,
String contentType,
ApiCallback<CustomRuleDTO> callback)
Add a Custom Rule (asynchronously)
Adds a new Custom Rule.
|
com.squareup.okhttp.Call |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdGetAsync(String ruleId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<CustomRuleDTO> callback)
Get a Custom Rule (asynchronously)
Retrieves a Custom Rule.
|
com.squareup.okhttp.Call |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdPutAsync(String ruleId,
CustomRuleDTO body,
String contentType,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<CustomRuleDTO> callback)
Update a Custom Rule (asynchronously)
Updates an existing Custom Rule.
|
| Modifier and Type | Method and Description |
|---|---|
CustomRuleDTO |
CustomRuleDTO.description(String description) |
CustomRuleDTO |
CustomRuleDTO.displayName(String displayName) |
CustomRuleDTO |
CustomRuleDTO.isDeployed(Boolean isDeployed) |
CustomRuleDTO |
CustomRuleDTO.keyTemplate(String keyTemplate) |
CustomRuleDTO |
CustomRuleDTO.policyId(String policyId) |
CustomRuleDTO |
CustomRuleDTO.policyName(String policyName) |
CustomRuleDTO |
CustomRuleDTO.siddhiQuery(String siddhiQuery) |
| Modifier and Type | Method and Description |
|---|---|
List<CustomRuleDTO> |
CustomRuleListDTO.getList()
Get list
|
| Modifier and Type | Method and Description |
|---|---|
CustomRuleListDTO |
CustomRuleListDTO.addListItem(CustomRuleDTO listItem) |
| Modifier and Type | Method and Description |
|---|---|
CustomRuleListDTO |
CustomRuleListDTO.list(List<CustomRuleDTO> list) |
void |
CustomRuleListDTO.setList(List<CustomRuleDTO> list) |
Copyright © 2020 WSO2 Inc. All rights reserved.