Uses of Enum Class
com.uc4.api.TaskFilter.TimeUnit
Packages that use TaskFilter.TimeUnit
-
Uses of TaskFilter.TimeUnit in com.uc4.api
Methods in com.uc4.api that return TaskFilter.TimeUnitModifier and TypeMethodDescriptionTaskFilter.getTimeUnit()
Returns the TimeUnit for the last Activations.static TaskFilter.TimeUnit
Returns the enum constant of this class with the specified name.static TaskFilter.TimeUnit[]
TaskFilter.TimeUnit.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.uc4.api with parameters of type TaskFilter.TimeUnitModifier and TypeMethodDescriptionvoid
TaskFilter.setTimeUnit
(TaskFilter.TimeUnit timeUnit) Sets the TimeUnit for the last Activation. -
Uses of TaskFilter.TimeUnit in com.uc4.communication.requests
Methods in com.uc4.communication.requests with parameters of type TaskFilter.TimeUnitModifier and TypeMethodDescriptionvoid
TaskList.setDateSelectionLast
(TaskList.DateRange type, int amount, TaskFilter.TimeUnit unit) Sets a time range filter for the last minutes, hours or days.void
ServiceFulfillmentList.Filter.setDetectionTimeSelectionLast
(int amount, TaskFilter.TimeUnit unit) Sets a detection time range filter for the last minutes, hours or days.