Uses of Class
org.wso2.am.integration.clients.governance.api.dto.RulesetValidationResultWithoutRulesDTO.RuleTypeEnum
-
Packages that use RulesetValidationResultWithoutRulesDTO.RuleTypeEnum Package Description org.wso2.am.integration.clients.governance.api.dto -
-
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.RuleTypeEnum Modifier and Type Method Description static RulesetValidationResultWithoutRulesDTO.RuleTypeEnumRulesetValidationResultWithoutRulesDTO.RuleTypeEnum. fromValue(String value)RulesetValidationResultWithoutRulesDTO.RuleTypeEnumRulesetValidationResultWithoutRulesDTO. getRuleType()Context or area to which the ruleset applies.RulesetValidationResultWithoutRulesDTO.RuleTypeEnumRulesetValidationResultWithoutRulesDTO.RuleTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static RulesetValidationResultWithoutRulesDTO.RuleTypeEnumRulesetValidationResultWithoutRulesDTO.RuleTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static RulesetValidationResultWithoutRulesDTO.RuleTypeEnum[]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.RuleTypeEnum Modifier and Type Method Description RulesetValidationResultWithoutRulesDTORulesetValidationResultWithoutRulesDTO. ruleType(RulesetValidationResultWithoutRulesDTO.RuleTypeEnum ruleType)voidRulesetValidationResultWithoutRulesDTO. setRuleType(RulesetValidationResultWithoutRulesDTO.RuleTypeEnum ruleType)voidRulesetValidationResultWithoutRulesDTO.RuleTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, RulesetValidationResultWithoutRulesDTO.RuleTypeEnum enumeration)
-