Uses of Class
com.uc4.api.TaskFilter.TimeFrame
-
Packages that use TaskFilter.TimeFrame Package Description com.uc4.api -
-
Uses of TaskFilter.TimeFrame in com.uc4.api
Methods in com.uc4.api that return TaskFilter.TimeFrame Modifier and Type Method Description TaskFilter.TimeFrameTaskFilter. getTimeFrame()Returns the selected Time Frame.static TaskFilter.TimeFrameTaskFilter.TimeFrame. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TaskFilter.TimeFrame[]TaskFilter.TimeFrame. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.uc4.api with parameters of type TaskFilter.TimeFrame Modifier and Type Method Description voidTaskFilter. setTimeFrame(TaskFilter.TimeFrame timeFrame)Sets the Activation Time Frame.
-