Uses of Enum
org.wso2.am.integration.clients.governance.api.dto.RulesetValidationResultWithoutRulesDTO.RuleTypeEnum
Packages that use RulesetValidationResultWithoutRulesDTO.RuleTypeEnum
-
Uses of RulesetValidationResultWithoutRulesDTO.RuleTypeEnum in org.wso2.am.integration.clients.governance.api.dto
Methods in org.wso2.am.integration.clients.governance.api.dto that return RulesetValidationResultWithoutRulesDTO.RuleTypeEnumModifier and TypeMethodDescriptionRulesetValidationResultWithoutRulesDTO.getRuleType()Context or area to which the ruleset applies.RulesetValidationResultWithoutRulesDTO.RuleTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this type with the specified name.RulesetValidationResultWithoutRulesDTO.RuleTypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wso2.am.integration.clients.governance.api.dto with parameters of type RulesetValidationResultWithoutRulesDTO.RuleTypeEnumModifier and TypeMethodDescriptionRulesetValidationResultWithoutRulesDTO.ruleType(RulesetValidationResultWithoutRulesDTO.RuleTypeEnum ruleType) voidRulesetValidationResultWithoutRulesDTO.setRuleType(RulesetValidationResultWithoutRulesDTO.RuleTypeEnum ruleType) voidRulesetValidationResultWithoutRulesDTO.RuleTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, RulesetValidationResultWithoutRulesDTO.RuleTypeEnum enumeration)