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