Uses of Class
org.wso2.am.integration.clients.governance.api.dto.RulesetInputDTO.RuleTypeEnum
-
Packages that use RulesetInputDTO.RuleTypeEnum Package Description org.wso2.am.integration.clients.governance.api.dto -
-
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.RuleTypeEnum Modifier and Type Method Description static RulesetInputDTO.RuleTypeEnumRulesetInputDTO.RuleTypeEnum. fromValue(String value)RulesetInputDTO.RuleTypeEnumRulesetInputDTO. getRuleType()Context or area to which the ruleset applies.RulesetInputDTO.RuleTypeEnumRulesetInputDTO.RuleTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static RulesetInputDTO.RuleTypeEnumRulesetInputDTO.RuleTypeEnum. valueOf(String name)Returns 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.RuleTypeEnum Modifier and Type Method Description RulesetInputDTORulesetInputDTO. ruleType(RulesetInputDTO.RuleTypeEnum ruleType)voidRulesetInputDTO. setRuleType(RulesetInputDTO.RuleTypeEnum ruleType)voidRulesetInputDTO.RuleTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, RulesetInputDTO.RuleTypeEnum enumeration)
-