Uses of Class
org.wso2.am.integration.clients.governance.api.dto.RulesetListDTO
-
Packages that use RulesetListDTO Package Description org.wso2.am.integration.clients.governance.api org.wso2.am.integration.clients.governance.api.dto -
-
Uses of RulesetListDTO in org.wso2.am.integration.clients.governance.api
Methods in org.wso2.am.integration.clients.governance.api that return RulesetListDTO Modifier and Type Method Description RulesetListDTORulesetsApi. 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 RulesetListDTO Modifier and Type Method Description ApiResponse<RulesetListDTO>RulesetsApi. 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 RulesetListDTO Modifier and Type Method Description okhttp3.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 RulesetListDTO Modifier and Type Method Description RulesetListDTORulesetListDTO. count(Integer count)RulesetListDTORulesetListDTO. list(List<RulesetInfoDTO> list)RulesetListDTORulesetListDTO. pagination(PaginationDTO pagination)
-