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