Uses of Class
org.wso2.am.integration.clients.admin.api.dto.CustomRuleDTO
-
Packages that use CustomRuleDTO Package Description org.wso2.am.integration.clients.admin.api org.wso2.am.integration.clients.admin.api.dto -
-
Uses of CustomRuleDTO in org.wso2.am.integration.clients.admin.api
Methods in org.wso2.am.integration.clients.admin.api that return CustomRuleDTO Modifier and Type Method Description CustomRuleDTOCustomRulesCollectionApi. throttlingPoliciesCustomPost(String contentType, CustomRuleDTO customRuleDTO)Add a Custom Rule Adds a new custom rule.CustomRuleDTOCustomRulesIndividualApi. throttlingPoliciesCustomRuleIdGet(String ruleId, String ifNoneMatch, String ifModifiedSince)Get a Custom Rule Retrieves a custom rule.CustomRuleDTOCustomRulesIndividualApi. throttlingPoliciesCustomRuleIdPut(String ruleId, String contentType, CustomRuleDTO customRuleDTO, String ifMatch, String ifUnmodifiedSince)Update a Custom Rule Updates an existing custom rule.Methods in org.wso2.am.integration.clients.admin.api that return types with arguments of type CustomRuleDTO Modifier and Type Method Description ApiResponse<CustomRuleDTO>CustomRulesCollectionApi. throttlingPoliciesCustomPostWithHttpInfo(String contentType, CustomRuleDTO customRuleDTO)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, String contentType, CustomRuleDTO customRuleDTO, String ifMatch, String ifUnmodifiedSince)Update a Custom Rule Updates an existing custom rule.Methods in org.wso2.am.integration.clients.admin.api with parameters of type CustomRuleDTO Modifier and Type Method Description CustomRuleDTOCustomRulesCollectionApi. throttlingPoliciesCustomPost(String contentType, CustomRuleDTO customRuleDTO)Add a Custom Rule Adds a new custom rule.okhttp3.CallCustomRulesCollectionApi. throttlingPoliciesCustomPostAsync(String contentType, CustomRuleDTO customRuleDTO, ApiCallback<CustomRuleDTO> _callback)Add a Custom Rule (asynchronously) Adds a new custom rule.okhttp3.CallCustomRulesCollectionApi. throttlingPoliciesCustomPostCall(String contentType, CustomRuleDTO customRuleDTO, ApiCallback _callback)Build call for throttlingPoliciesCustomPostApiResponse<CustomRuleDTO>CustomRulesCollectionApi. throttlingPoliciesCustomPostWithHttpInfo(String contentType, CustomRuleDTO customRuleDTO)Add a Custom Rule Adds a new custom rule.CustomRuleDTOCustomRulesIndividualApi. throttlingPoliciesCustomRuleIdPut(String ruleId, String contentType, CustomRuleDTO customRuleDTO, String ifMatch, String ifUnmodifiedSince)Update a Custom Rule Updates an existing custom rule.okhttp3.CallCustomRulesIndividualApi. throttlingPoliciesCustomRuleIdPutAsync(String ruleId, String contentType, CustomRuleDTO customRuleDTO, String ifMatch, String ifUnmodifiedSince, ApiCallback<CustomRuleDTO> _callback)Update a Custom Rule (asynchronously) Updates an existing custom rule.okhttp3.CallCustomRulesIndividualApi. throttlingPoliciesCustomRuleIdPutCall(String ruleId, String contentType, CustomRuleDTO customRuleDTO, String ifMatch, String ifUnmodifiedSince, ApiCallback _callback)Build call for throttlingPoliciesCustomRuleIdPutApiResponse<CustomRuleDTO>CustomRulesIndividualApi. throttlingPoliciesCustomRuleIdPutWithHttpInfo(String ruleId, String contentType, CustomRuleDTO customRuleDTO, String ifMatch, String ifUnmodifiedSince)Update a Custom Rule Updates an existing custom rule.Method parameters in org.wso2.am.integration.clients.admin.api with type arguments of type CustomRuleDTO Modifier and Type Method Description okhttp3.CallCustomRulesCollectionApi. throttlingPoliciesCustomPostAsync(String contentType, CustomRuleDTO customRuleDTO, ApiCallback<CustomRuleDTO> _callback)Add a Custom Rule (asynchronously) Adds a new custom rule.okhttp3.CallCustomRulesIndividualApi. throttlingPoliciesCustomRuleIdGetAsync(String ruleId, String ifNoneMatch, String ifModifiedSince, ApiCallback<CustomRuleDTO> _callback)Get a Custom Rule (asynchronously) Retrieves a custom rule.okhttp3.CallCustomRulesIndividualApi. throttlingPoliciesCustomRuleIdPutAsync(String ruleId, String contentType, CustomRuleDTO customRuleDTO, String ifMatch, String ifUnmodifiedSince, ApiCallback<CustomRuleDTO> _callback)Update a Custom Rule (asynchronously) Updates an existing custom rule. -
Uses of CustomRuleDTO in org.wso2.am.integration.clients.admin.api.dto
Methods in org.wso2.am.integration.clients.admin.api.dto that return CustomRuleDTO Modifier and Type Method Description CustomRuleDTOCustomRuleDTO. keyTemplate(String keyTemplate)CustomRuleDTOCustomRuleDTO. siddhiQuery(String siddhiQuery)Methods in org.wso2.am.integration.clients.admin.api.dto that return types with arguments of type CustomRuleDTO Modifier and Type Method Description List<CustomRuleDTO>CustomRuleListDTO. getList()Get listMethod parameters in org.wso2.am.integration.clients.admin.api.dto with type arguments of type CustomRuleDTO Modifier and Type Method Description CustomRuleListDTOCustomRuleListDTO. list(List<CustomRuleDTO> list)voidCustomRuleListDTO. setList(List<CustomRuleDTO> list)
-