Uses of Class
org.wso2.am.integration.clients.admin.api.dto.CustomRuleListDTO
-
Packages that use CustomRuleListDTO Package Description org.wso2.am.integration.clients.admin.api org.wso2.am.integration.clients.admin.api.dto -
-
Uses of CustomRuleListDTO in org.wso2.am.integration.clients.admin.api
Methods in org.wso2.am.integration.clients.admin.api that return CustomRuleListDTO Modifier and Type Method Description CustomRuleListDTOCustomRulesCollectionApi. throttlingPoliciesCustomGet(String accept, String ifNoneMatch, String ifModifiedSince)Get all Custom Rules Retrieves all custom rules.Methods in org.wso2.am.integration.clients.admin.api that return types with arguments of type CustomRuleListDTO Modifier and Type Method Description ApiResponse<CustomRuleListDTO>CustomRulesCollectionApi. throttlingPoliciesCustomGetWithHttpInfo(String accept, String ifNoneMatch, String ifModifiedSince)Get all Custom Rules Retrieves all custom rules.Method parameters in org.wso2.am.integration.clients.admin.api with type arguments of type CustomRuleListDTO Modifier and Type Method Description okhttp3.CallCustomRulesCollectionApi. throttlingPoliciesCustomGetAsync(String accept, String ifNoneMatch, String ifModifiedSince, ApiCallback<CustomRuleListDTO> _callback)Get all Custom Rules (asynchronously) Retrieves all custom rules. -
Uses of CustomRuleListDTO in org.wso2.am.integration.clients.admin.api.dto
Methods in org.wso2.am.integration.clients.admin.api.dto that return CustomRuleListDTO Modifier and Type Method Description CustomRuleListDTOCustomRuleListDTO. count(Integer count)CustomRuleListDTOCustomRuleListDTO. list(List<CustomRuleDTO> list)
-