public class FindOptions extends Object
| Constructor and Description |
|---|
FindOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Optional<EventContext> |
getTriggeringEvent() |
int |
hashCode() |
FindOptions |
withTriggeringEvent(EventContext eventContext) |
FindOptions |
withTriggeringEvent(Optional<EventContext> eventContext) |
public Optional<EventContext> getTriggeringEvent()
public FindOptions withTriggeringEvent(EventContext eventContext)
public FindOptions withTriggeringEvent(Optional<EventContext> eventContext)
Copyright © 2021. All rights reserved.