public interface Event
It is expected that these events are serialized as conforming ActivityStream messages.
| Modifier and Type | Method and Description |
|---|---|
Collection<IRI> |
getAgents()
Get the Agents associated with this event.
|
Instant |
getCreated()
Get the created date for this event.
|
IRI |
getIdentifier()
Get an identifier for this event.
|
Optional<IRI> |
getInbox()
Get the inbox corresponding to the target, if one exists.
|
Optional<IRI> |
getTarget()
Get the resource identifier, if one exists.
|
Collection<IRI> |
getTargetTypes()
Get the types for the target resource.
|
Collection<IRI> |
getTypes()
Get types for this event.
|
IRI getIdentifier()
Collection<IRI> getAgents()
Optional<IRI> getTarget()
Collection<IRI> getTypes()
Collection<IRI> getTargetTypes()
Instant getCreated()