Uses of Class
org.wso2.am.integration.clients.admin.api.dto.CustomRuleDTO
Packages that use CustomRuleDTO
Package
Description
-
Uses of CustomRuleDTO in org.wso2.am.integration.clients.admin.api
Methods in org.wso2.am.integration.clients.admin.api that return CustomRuleDTOModifier and TypeMethodDescriptionCustomRulesCollectionApi.throttlingPoliciesCustomPost(String contentType, CustomRuleDTO customRuleDTO) Add a Custom Rule Adds a new custom rule.CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdGet(String ruleId, String ifNoneMatch, String ifModifiedSince) Get a Custom Rule Retrieves a custom rule.CustomRulesIndividualApi.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 CustomRuleDTOModifier and TypeMethodDescriptionCustomRulesCollectionApi.throttlingPoliciesCustomPostWithHttpInfo(String contentType, CustomRuleDTO customRuleDTO) Add a Custom Rule Adds a new custom rule.CustomRulesIndividualApi.throttlingPoliciesCustomRuleIdGetWithHttpInfo(String ruleId, String ifNoneMatch, String ifModifiedSince) Get a Custom Rule Retrieves a custom rule.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 CustomRuleDTOModifier and TypeMethodDescriptionCustomRulesCollectionApi.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 throttlingPoliciesCustomPostCustomRulesCollectionApi.throttlingPoliciesCustomPostWithHttpInfo(String contentType, CustomRuleDTO customRuleDTO) Add a Custom Rule Adds a new custom rule.CustomRulesIndividualApi.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 throttlingPoliciesCustomRuleIdPutCustomRulesIndividualApi.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 CustomRuleDTOModifier and TypeMethodDescriptionokhttp3.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 CustomRuleDTOModifier and TypeMethodDescriptionCustomRuleDTO.keyTemplate(String keyTemplate) CustomRuleDTO.siddhiQuery(String siddhiQuery) Methods in org.wso2.am.integration.clients.admin.api.dto that return types with arguments of type CustomRuleDTOMethod parameters in org.wso2.am.integration.clients.admin.api.dto with type arguments of type CustomRuleDTOModifier and TypeMethodDescriptionCustomRuleListDTO.list(List<CustomRuleDTO> list) voidCustomRuleListDTO.setList(List<CustomRuleDTO> list)