Uses of Class
org.wso2.am.integration.clients.governance.api.dto.RulesetInfoDTO
-
Packages that use RulesetInfoDTO Package Description org.wso2.am.integration.clients.governance.api org.wso2.am.integration.clients.governance.api.dto -
-
Uses of RulesetInfoDTO in org.wso2.am.integration.clients.governance.api
Methods in org.wso2.am.integration.clients.governance.api that return RulesetInfoDTO Modifier and Type Method Description RulesetInfoDTORulesetsApi. createRuleset(String name, File rulesetContent, String ruleType, String artifactType, String description, String ruleCategory, String documentationLink, String provider)Create a new ruleset.RulesetInfoDTORulesetsApi. getRulesetById(String rulesetId)Retrieves details of a specific ruleset.RulesetInfoDTORulesetsApi. updateRulesetById(String rulesetId, String name, File rulesetContent, String ruleType, String artifactType, String description, String ruleCategory, String documentationLink, String provider)Updates a specific ruleset.Methods in org.wso2.am.integration.clients.governance.api that return types with arguments of type RulesetInfoDTO Modifier and Type Method Description ApiResponse<RulesetInfoDTO>RulesetsApi. createRulesetWithHttpInfo(String name, File rulesetContent, String ruleType, String artifactType, String description, String ruleCategory, String documentationLink, String provider)Create a new ruleset.ApiResponse<RulesetInfoDTO>RulesetsApi. getRulesetByIdWithHttpInfo(String rulesetId)Retrieves details of a specific ruleset.ApiResponse<RulesetInfoDTO>RulesetsApi. updateRulesetByIdWithHttpInfo(String rulesetId, String name, File rulesetContent, String ruleType, String artifactType, String description, String ruleCategory, String documentationLink, String provider)Updates a specific ruleset.Method parameters in org.wso2.am.integration.clients.governance.api with type arguments of type RulesetInfoDTO Modifier and Type Method Description okhttp3.CallRulesetsApi. createRulesetAsync(String name, File rulesetContent, String ruleType, String artifactType, String description, String ruleCategory, String documentationLink, String provider, ApiCallback<RulesetInfoDTO> _callback)Create a new ruleset.okhttp3.CallRulesetsApi. getRulesetByIdAsync(String rulesetId, ApiCallback<RulesetInfoDTO> _callback)Retrieves details of a specific ruleset.okhttp3.CallRulesetsApi. updateRulesetByIdAsync(String rulesetId, String name, File rulesetContent, String ruleType, String artifactType, String description, String ruleCategory, String documentationLink, String provider, ApiCallback<RulesetInfoDTO> _callback)Updates a specific ruleset. -
Uses of RulesetInfoDTO in org.wso2.am.integration.clients.governance.api.dto
Methods in org.wso2.am.integration.clients.governance.api.dto that return RulesetInfoDTO Modifier and Type Method Description RulesetInfoDTORulesetInfoDTO. artifactType(RulesetInfoDTO.ArtifactTypeEnum artifactType)RulesetInfoDTORulesetInfoDTO. createdBy(String createdBy)RulesetInfoDTORulesetInfoDTO. createdTime(String createdTime)RulesetInfoDTORulesetInfoDTO. description(String description)RulesetInfoDTORulesetInfoDTO. documentationLink(String documentationLink)RulesetInfoDTORulesetInfoDTO. id(String id)RulesetInfoDTORulesetInfoDTO. name(String name)RulesetInfoDTORulesetInfoDTO. provider(String provider)RulesetInfoDTORulesetInfoDTO. ruleCategory(RulesetInfoDTO.RuleCategoryEnum ruleCategory)RulesetInfoDTORulesetInfoDTO. ruleType(RulesetInfoDTO.RuleTypeEnum ruleType)RulesetInfoDTORulesetInfoDTO. updatedBy(String updatedBy)RulesetInfoDTORulesetInfoDTO. updatedTime(String updatedTime)Methods in org.wso2.am.integration.clients.governance.api.dto that return types with arguments of type RulesetInfoDTO Modifier and Type Method Description List<RulesetInfoDTO>RulesetListDTO. getList()List of rulesets.Method parameters in org.wso2.am.integration.clients.governance.api.dto with type arguments of type RulesetInfoDTO Modifier and Type Method Description RulesetListDTORulesetListDTO. list(List<RulesetInfoDTO> list)voidRulesetListDTO. setList(List<RulesetInfoDTO> list)
-