public static class Options.Builder<T extends Options.Builder<T>> extends Object
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
Modifier and Type | Method and Description |
---|---|
T |
actions(Event.ChangeAction... actions)
Set the desired event actions.
|
Options |
build() |
T |
filter(Filter filter)
Set the filter to match events against.
|
protected T |
self() |
public T actions(Event.ChangeAction... actions)
actions
- the desired event actionsOptions.Builder
instancepublic T filter(Filter filter)
filter
- the filter to match events againstOptions.Builder
instanceprotected T self()
public Options build()
Copyright © 2022 Bosch.IO GmbH. All rights reserved.