Uses of Class
org.wso2.am.integration.clients.governance.api.dto.RulesetInputDTO.RuleCategoryEnum
-
Packages that use RulesetInputDTO.RuleCategoryEnum Package Description org.wso2.am.integration.clients.governance.api.dto -
-
Uses of RulesetInputDTO.RuleCategoryEnum in org.wso2.am.integration.clients.governance.api.dto
Methods in org.wso2.am.integration.clients.governance.api.dto that return RulesetInputDTO.RuleCategoryEnum Modifier and Type Method Description static RulesetInputDTO.RuleCategoryEnumRulesetInputDTO.RuleCategoryEnum. fromValue(String value)RulesetInputDTO.RuleCategoryEnumRulesetInputDTO. getRuleCategory()Category the rules included in ruleset.RulesetInputDTO.RuleCategoryEnumRulesetInputDTO.RuleCategoryEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static RulesetInputDTO.RuleCategoryEnumRulesetInputDTO.RuleCategoryEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static RulesetInputDTO.RuleCategoryEnum[]RulesetInputDTO.RuleCategoryEnum. 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 RulesetInputDTO.RuleCategoryEnum Modifier and Type Method Description RulesetInputDTORulesetInputDTO. ruleCategory(RulesetInputDTO.RuleCategoryEnum ruleCategory)voidRulesetInputDTO. setRuleCategory(RulesetInputDTO.RuleCategoryEnum ruleCategory)voidRulesetInputDTO.RuleCategoryEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, RulesetInputDTO.RuleCategoryEnum enumeration)
-