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