| 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 |
|---|---|
CustomRule |
CustomRulesCollectionApi.throttlingPoliciesCustomPost(CustomRule body,
String contentType)
Add a Custom Rule
Adds a new Custom Rule.
|
CustomRule |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdGet(String ruleId,
String ifNoneMatch,
String ifModifiedSince)
Get a Custom Rule
Retrieves a Custom Rule.
|
CustomRule |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdPut(String ruleId,
CustomRule body,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update a Custom Rule
Updates an existing Custom Rule.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<CustomRule> |
CustomRulesCollectionApi.throttlingPoliciesCustomPostWithHttpInfo(CustomRule body,
String contentType)
Add a Custom Rule
Adds a new Custom Rule.
|
ApiResponse<CustomRule> |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdGetWithHttpInfo(String ruleId,
String ifNoneMatch,
String ifModifiedSince)
Get a Custom Rule
Retrieves a Custom Rule.
|
ApiResponse<CustomRule> |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdPutWithHttpInfo(String ruleId,
CustomRule body,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update a Custom Rule
Updates an existing Custom Rule.
|
| Modifier and Type | Method and Description |
|---|---|
CustomRule |
CustomRulesCollectionApi.throttlingPoliciesCustomPost(CustomRule body,
String contentType)
Add a Custom Rule
Adds a new Custom Rule.
|
com.squareup.okhttp.Call |
CustomRulesCollectionApi.throttlingPoliciesCustomPostAsync(CustomRule body,
String contentType,
ApiCallback<CustomRule> callback)
Add a Custom Rule (asynchronously)
Adds a new Custom Rule.
|
ApiResponse<CustomRule> |
CustomRulesCollectionApi.throttlingPoliciesCustomPostWithHttpInfo(CustomRule body,
String contentType)
Add a Custom Rule
Adds a new Custom Rule.
|
CustomRule |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdPut(String ruleId,
CustomRule body,
String contentType,
String ifMatch,
String ifUnmodifiedSince)
Update a Custom Rule
Updates an existing Custom Rule.
|
com.squareup.okhttp.Call |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdPutAsync(String ruleId,
CustomRule body,
String contentType,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<CustomRule> callback)
Update a Custom Rule (asynchronously)
Updates an existing Custom Rule.
|
ApiResponse<CustomRule> |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdPutWithHttpInfo(String ruleId,
CustomRule 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(CustomRule body,
String contentType,
ApiCallback<CustomRule> callback)
Add a Custom Rule (asynchronously)
Adds a new Custom Rule.
|
com.squareup.okhttp.Call |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdGetAsync(String ruleId,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<CustomRule> callback)
Get a Custom Rule (asynchronously)
Retrieves a Custom Rule.
|
com.squareup.okhttp.Call |
CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdPutAsync(String ruleId,
CustomRule body,
String contentType,
String ifMatch,
String ifUnmodifiedSince,
ApiCallback<CustomRule> callback)
Update a Custom Rule (asynchronously)
Updates an existing Custom Rule.
|
| Modifier and Type | Method and Description |
|---|---|
CustomRule |
CustomRule.description(String description) |
CustomRule |
CustomRule.displayName(String displayName) |
CustomRule |
CustomRule.isDeployed(Boolean isDeployed) |
CustomRule |
CustomRule.keyTemplate(String keyTemplate) |
CustomRule |
CustomRule.policyId(String policyId) |
CustomRule |
CustomRule.policyName(String policyName) |
CustomRule |
CustomRule.siddhiQuery(String siddhiQuery) |
| Modifier and Type | Method and Description |
|---|---|
List<CustomRule> |
CustomRuleList.getList()
Get list
|
| Modifier and Type | Method and Description |
|---|---|
CustomRuleList |
CustomRuleList.addListItem(CustomRule listItem) |
| Modifier and Type | Method and Description |
|---|---|
CustomRuleList |
CustomRuleList.list(List<CustomRule> list) |
void |
CustomRuleList.setList(List<CustomRule> list) |
Copyright © 2018 WSO2 Inc. All rights reserved.