public final class EventsReceivedRequest extends Request
Modifier and Type | Class and Description |
---|---|
static class |
EventsReceivedRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static EventsReceivedRequest.Builder |
builder() |
boolean |
equals(Object o) |
List<Event> |
getEvents()
A list of events that meet the filter criteria.
|
String |
getToken()
Unique identifier associated with the Event Handler that dispatched this event.
|
int |
hashCode() |
String |
toString() |
getLocale, getRequestId, getTimestamp, getType
public static EventsReceivedRequest.Builder builder()
public String getToken()
public List<Event> getEvents()
Copyright © 2023. All rights reserved.