Uses of Class
com.oracle.bmc.fusionapps.model.RuleCondition.AttributeName
-
Packages that use RuleCondition.AttributeName Package Description com.oracle.bmc.fusionapps.model -
-
Uses of RuleCondition.AttributeName in com.oracle.bmc.fusionapps.model
Methods in com.oracle.bmc.fusionapps.model that return RuleCondition.AttributeName Modifier and Type Method Description static RuleCondition.AttributeName
RuleCondition.AttributeName. create(String key)
static RuleCondition.AttributeName
RuleCondition.AttributeName. valueOf(String name)
Returns the enum constant of this type with the specified name.static RuleCondition.AttributeName[]
RuleCondition.AttributeName. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-