Uses of Class
com.redwood.scheduler.api.model.enumeration.ObjectSearchCombineRule
-
Packages that use ObjectSearchCombineRule Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.enumeration Scheduler API - Model Enumerations -
-
Uses of ObjectSearchCombineRule in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model that return ObjectSearchCombineRule Modifier and Type Method Description ObjectSearchCombineRule
ObjectSearch. getCombineRule()
Get the value for CombineRule.Methods in com.redwood.scheduler.api.model with parameters of type ObjectSearchCombineRule Modifier and Type Method Description void
ObjectSearch. setCombineRule(ObjectSearchCombineRule newCombineRule)
Set the value for CombineRule. -
Uses of ObjectSearchCombineRule in com.redwood.scheduler.api.model.enumeration
Methods in com.redwood.scheduler.api.model.enumeration that return ObjectSearchCombineRule Modifier and Type Method Description static ObjectSearchCombineRule
ObjectSearchCombineRule. safeValueOf(String value)
Helper function to return the ObjectSearchCombineRule represented byvalue
.static ObjectSearchCombineRule
ObjectSearchCombineRule. valueOf(char code)
Helper function to return the ObjectSearchCombineRule represented by code.static ObjectSearchCombineRule
ObjectSearchCombineRule. valueOf(Character code)
Helper function to return the ObjectSearchCombineRule represented by code.static ObjectSearchCombineRule
ObjectSearchCombineRule. valueOf(String name)
Returns the enum constant of this type with the specified name.static ObjectSearchCombineRule
ObjectSearchCombineRule. valueOfCode(String code)
Helper function to return the ObjectSearchCombineRule represented by code.static ObjectSearchCombineRule[]
ObjectSearchCombineRule. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-