| 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 |
|---|---|
BlockingConditionList |
BlacklistCollectionApi.throttlingBlacklistGet(String accept,
String ifNoneMatch,
String ifModifiedSince)
Get all blocking condtions
Retrieves all existing blocking condtions.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<BlockingConditionList> |
BlacklistCollectionApi.throttlingBlacklistGetWithHttpInfo(String accept,
String ifNoneMatch,
String ifModifiedSince)
Get all blocking condtions
Retrieves all existing blocking condtions.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
BlacklistCollectionApi.throttlingBlacklistGetAsync(String accept,
String ifNoneMatch,
String ifModifiedSince,
ApiCallback<BlockingConditionList> callback)
Get all blocking condtions (asynchronously)
Retrieves all existing blocking condtions.
|
| Modifier and Type | Method and Description |
|---|---|
BlockingConditionList |
BlockingConditionList.addListItem(BlockingCondition listItem) |
BlockingConditionList |
BlockingConditionList.count(Integer count) |
BlockingConditionList |
BlockingConditionList.list(List<BlockingCondition> list) |
Copyright © 2018 WSO2 Inc. All rights reserved.