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