public static interface Objective.Builder
| Modifier and Type | Method and Description |
|---|---|
Objective.Builder |
fromApp(ApplicationId appId)
Specifies the application which applied the filter.
|
Objective.Builder |
makePermanent()
Makes the filtering objective permanent.
|
Objective.Builder |
makeTemporary(int timeout)
Makes the filtering objective temporary.
|
Objective.Builder |
withPriority(int priority)
Sets the priority for this objective.
|
Objective.Builder makeTemporary(int timeout)
timeout - a timeoutObjective.Builder makePermanent()
Objective.Builder fromApp(ApplicationId appId)
appId - an application idObjective.Builder withPriority(int priority)
priority - an integerCopyright © 2015. All rights reserved.