public static class GetEventsRequest.EventFilter.EventFilterBuilder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
GetEventsRequest.EventFilter |
build() |
GetEventsRequest.EventFilter.EventFilterBuilder |
clearTopics() |
GetEventsRequest.EventFilter.EventFilterBuilder |
contractIds(java.util.Collection<java.lang.String> contractIds) |
GetEventsRequest.EventFilter.EventFilterBuilder |
topic(java.util.Collection<java.lang.String> topic) |
GetEventsRequest.EventFilter.EventFilterBuilder |
topics(java.util.Collection<? extends java.util.Collection<java.lang.String>> topics) |
java.lang.String |
toString() |
GetEventsRequest.EventFilter.EventFilterBuilder |
type(EventFilterType type) |
public GetEventsRequest.EventFilter.EventFilterBuilder type(EventFilterType type)
this.public GetEventsRequest.EventFilter.EventFilterBuilder contractIds(java.util.Collection<java.lang.String> contractIds)
this.public GetEventsRequest.EventFilter.EventFilterBuilder topic(java.util.Collection<java.lang.String> topic)
public GetEventsRequest.EventFilter.EventFilterBuilder topics(java.util.Collection<? extends java.util.Collection<java.lang.String>> topics)
public GetEventsRequest.EventFilter.EventFilterBuilder clearTopics()
public GetEventsRequest.EventFilter build()
public java.lang.String toString()
toString in class java.lang.Object