Uses of Enum
org.wso2.am.integration.clients.governance.api.dto.RulesetInputDTO.RuleTypeEnum
Packages that use RulesetInputDTO.RuleTypeEnum
-
Uses of RulesetInputDTO.RuleTypeEnum in org.wso2.am.integration.clients.governance.api.dto
Methods in org.wso2.am.integration.clients.governance.api.dto that return RulesetInputDTO.RuleTypeEnumModifier and TypeMethodDescriptionstatic RulesetInputDTO.RuleTypeEnumRulesetInputDTO.getRuleType()Context or area to which the ruleset applies.RulesetInputDTO.RuleTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static RulesetInputDTO.RuleTypeEnumReturns the enum constant of this type with the specified name.static RulesetInputDTO.RuleTypeEnum[]RulesetInputDTO.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 RulesetInputDTO.RuleTypeEnumModifier and TypeMethodDescriptionRulesetInputDTO.ruleType(RulesetInputDTO.RuleTypeEnum ruleType) voidRulesetInputDTO.setRuleType(RulesetInputDTO.RuleTypeEnum ruleType) voidRulesetInputDTO.RuleTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, RulesetInputDTO.RuleTypeEnum enumeration)