EventContent |
EventRequestMessage.content() |
Get the content property: The content of the event request message.
|
EventContent |
EventContent.withAction(String action) |
Set the action property: The action that encompasses the provided event.
|
EventContent |
EventContent.withActor(Actor actor) |
Set the actor property: The agent that initiated the event.
|
EventContent |
EventContent.withId(String id) |
Set the id property: The event ID.
|
EventContent |
EventContent.withRequest(Request request) |
Set the request property: The request that generated the event.
|
EventContent |
EventContent.withSource(Source source) |
Set the source property: The registry node that generated the event.
|
EventContent |
EventContent.withTarget(Target target) |
Set the target property: The target of the event.
|
EventContent |
EventContent.withTimestamp(OffsetDateTime timestamp) |
Set the timestamp property: The time at which the event occurred.
|