Uses of Class
org.wso2.am.integration.clients.governance.api.dto.RulesetListDTO
Packages that use RulesetListDTO
Package
Description
-
Uses of RulesetListDTO in org.wso2.am.integration.clients.governance.api
Methods in org.wso2.am.integration.clients.governance.api that return RulesetListDTOModifier and TypeMethodDescriptionRulesetsApi.getRulesets(Integer limit, Integer offset, String query) Retrieves a list of rulesets.Methods in org.wso2.am.integration.clients.governance.api that return types with arguments of type RulesetListDTOModifier and TypeMethodDescriptionRulesetsApi.getRulesetsWithHttpInfo(Integer limit, Integer offset, String query) Retrieves a list of rulesets.Method parameters in org.wso2.am.integration.clients.governance.api with type arguments of type RulesetListDTOModifier and TypeMethodDescriptionokhttp3.CallRulesetsApi.getRulesetsAsync(Integer limit, Integer offset, String query, ApiCallback<RulesetListDTO> _callback) Retrieves a list of rulesets. -
Uses of RulesetListDTO in org.wso2.am.integration.clients.governance.api.dto
Methods in org.wso2.am.integration.clients.governance.api.dto that return RulesetListDTOModifier and TypeMethodDescriptionRulesetListDTO.list(List<RulesetInfoDTO> list) RulesetListDTO.pagination(PaginationDTO pagination)