Uses of Class
com.redwood.scheduler.api.model.enumeration.ApplicationMatch
-
Packages that use ApplicationMatch Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.enumeration Scheduler API - Model Enumerations -
-
Uses of ApplicationMatch in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model that return ApplicationMatch Modifier and Type Method Description ApplicationMatch
AuditRule. getApplicationRule()
Get the value for ApplicationRule.Methods in com.redwood.scheduler.api.model with parameters of type ApplicationMatch Modifier and Type Method Description void
AuditRule. setApplicationRule(ApplicationMatch newApplicationRule)
Set the value for ApplicationRule. -
Uses of ApplicationMatch in com.redwood.scheduler.api.model.enumeration
Fields in com.redwood.scheduler.api.model.enumeration declared as ApplicationMatch Modifier and Type Field Description static ApplicationMatch
ApplicationMatch. AllApplications
An alias for AllObjectsstatic ApplicationMatch
ApplicationMatch. AnyApplication
An alias for AnyObjectInAnApplicationMethods in com.redwood.scheduler.api.model.enumeration that return ApplicationMatch Modifier and Type Method Description static ApplicationMatch
ApplicationMatch. safeValueOf(String value)
Helper function to return the ApplicationMatch represented byvalue
.static ApplicationMatch
ApplicationMatch. valueOf(char code)
Helper function to return the ApplicationMatch represented by code.static ApplicationMatch
ApplicationMatch. valueOf(Character code)
Helper function to return the ApplicationMatch represented by code.static ApplicationMatch
ApplicationMatch. valueOf(String name)
Returns the enum constant of this type with the specified name.static ApplicationMatch
ApplicationMatch. valueOfCode(String code)
Helper function to return the ApplicationMatch represented by code.static ApplicationMatch[]
ApplicationMatch. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-