public final class EventFilter extends Object
Modifier and Type | Class and Description |
---|---|
static class |
EventFilter.Builder |
Modifier and Type | Method and Description |
---|---|
static EventFilter.Builder |
builder() |
boolean |
equals(Object o) |
Object |
getFilterExpression()
The JSON object that represents the Jsonlogic expression against which the events are evaluated.
|
FilterMatchAction |
getFilterMatchAction()
Get filterMatchAction
For this enum type, if a value unknown to the SDK is returned the UNKNOWN_TO_SDK_VERSION
enumeration value will be returned.
|
String |
getFilterMatchActionAsString()
Get the underlying String value for filterMatchAction.
|
int |
hashCode() |
String |
toString() |
public static EventFilter.Builder builder()
public Object getFilterExpression()
public FilterMatchAction getFilterMatchAction()
public String getFilterMatchActionAsString()
Copyright © 2023. All rights reserved.