Uses of Class
org.wso2.am.integration.clients.governance.api.dto.RulesetValidationResultWithoutRulesDTO
-
Packages that use RulesetValidationResultWithoutRulesDTO Package Description org.wso2.am.integration.clients.governance.api.dto -
-
Uses of RulesetValidationResultWithoutRulesDTO in org.wso2.am.integration.clients.governance.api.dto
Methods in org.wso2.am.integration.clients.governance.api.dto that return RulesetValidationResultWithoutRulesDTO Modifier and Type Method Description RulesetValidationResultWithoutRulesDTORulesetValidationResultWithoutRulesDTO. id(String id)RulesetValidationResultWithoutRulesDTORulesetValidationResultWithoutRulesDTO. name(String name)RulesetValidationResultWithoutRulesDTORulesetValidationResultWithoutRulesDTO. ruleType(RulesetValidationResultWithoutRulesDTO.RuleTypeEnum ruleType)RulesetValidationResultWithoutRulesDTORulesetValidationResultWithoutRulesDTO. status(RulesetValidationResultWithoutRulesDTO.StatusEnum status)Methods in org.wso2.am.integration.clients.governance.api.dto that return types with arguments of type RulesetValidationResultWithoutRulesDTO Modifier and Type Method Description List<RulesetValidationResultWithoutRulesDTO>PolicyAdherenceWithRulesetsDTO. getRulesetValidationResults()List of ruleset validation information.Method parameters in org.wso2.am.integration.clients.governance.api.dto with type arguments of type RulesetValidationResultWithoutRulesDTO Modifier and Type Method Description PolicyAdherenceWithRulesetsDTOPolicyAdherenceWithRulesetsDTO. rulesetValidationResults(List<RulesetValidationResultWithoutRulesDTO> rulesetValidationResults)voidPolicyAdherenceWithRulesetsDTO. setRulesetValidationResults(List<RulesetValidationResultWithoutRulesDTO> rulesetValidationResults)
-