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