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