Uses of Class
com.redwood.scheduler.api.model.enumeration.PermaLinkPurpose
-
Packages that use PermaLinkPurpose Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.enumeration Scheduler API - Model Enumerations -
-
Uses of PermaLinkPurpose in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model with parameters of type PermaLinkPurpose Modifier and Type Method Description String
SchedulerEntity. getUrl(PermaLinkPurpose purpose)
Get a perma link URL for this object.String
SchedulerEntity. getUrl(PermaLinkPurpose purpose, ShowPopUp displayPopup)
Get a perma link URL for this object. -
Uses of PermaLinkPurpose in com.redwood.scheduler.api.model.enumeration
Methods in com.redwood.scheduler.api.model.enumeration that return PermaLinkPurpose Modifier and Type Method Description static PermaLinkPurpose
PermaLinkPurpose. safeValueOf(String value)
Helper function to return the PermaLinkPurpose represented byvalue
.static PermaLinkPurpose
PermaLinkPurpose. valueOf(int code)
Helper function to return the PermaLinkPurpose represented by code.static PermaLinkPurpose
PermaLinkPurpose. valueOf(Integer code)
Helper function to return the PermaLinkPurpose represented by code.static PermaLinkPurpose
PermaLinkPurpose. valueOf(String name)
Returns the enum constant of this type with the specified name.static PermaLinkPurpose
PermaLinkPurpose. valueOfCode(String code)
Helper function to return the PermaLinkPurpose represented by code.static PermaLinkPurpose[]
PermaLinkPurpose. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-