| Package | Description |
|---|---|
| org.wso2.am.integration.clients.publisher.api.v1 | |
| org.wso2.am.integration.clients.publisher.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
ThrottlingPolicyListDTO |
ThrottlingPoliciesApi.getAllThrottlingPolicies(String policyLevel,
Integer limit,
Integer offset,
String ifNoneMatch)
Get all throttling policies for the given type
This operation can be used to list the available policies for a given policy level.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<ThrottlingPolicyListDTO> |
ThrottlingPoliciesApi.getAllThrottlingPoliciesWithHttpInfo(String policyLevel,
Integer limit,
Integer offset,
String ifNoneMatch)
Get all throttling policies for the given type
This operation can be used to list the available policies for a given policy level.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ThrottlingPoliciesApi.getAllThrottlingPoliciesAsync(String policyLevel,
Integer limit,
Integer offset,
String ifNoneMatch,
ApiCallback<ThrottlingPolicyListDTO> callback)
Get all throttling policies for the given type (asynchronously)
This operation can be used to list the available policies for a given policy level.
|
| Modifier and Type | Method and Description |
|---|---|
ThrottlingPolicyListDTO |
ThrottlingPolicyListDTO.addListItem(ThrottlingPolicyDTO listItem) |
ThrottlingPolicyListDTO |
ThrottlingPolicyListDTO.count(Integer count) |
ThrottlingPolicyListDTO |
ThrottlingPolicyListDTO.list(List<ThrottlingPolicyDTO> list) |
ThrottlingPolicyListDTO |
ThrottlingPolicyListDTO.pagination(PaginationDTO pagination) |
Copyright © 2020 WSO2 Inc. All rights reserved.