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