Package | Description |
---|---|
com.uc4.api |
This package contains classes which are generally used.
|
com.uc4.communication.requests |
This package contains request classes that can be sent using the
Connection class. |
Modifier and Type | Method and Description |
---|---|
TaskFilter.TimeUnit |
TaskFilter.getTimeUnit()
Returns the TimeUnit for the last Activations.
|
static TaskFilter.TimeUnit |
TaskFilter.TimeUnit.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TaskFilter.TimeUnit[] |
TaskFilter.TimeUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskFilter.setTimeUnit(TaskFilter.TimeUnit timeUnit)
Sets the TimeUnit for the last Activation.
|
Modifier and Type | Method and Description |
---|---|
void |
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.
|