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