| Modifier and Type | Method | Description |
|---|---|---|
EventContent |
EventRequestMessage.content() |
Get the content of the event request message.
|
EventContent |
EventContent.withAction(String action) |
Set the action that encompasses the provided event.
|
EventContent |
EventContent.withActor(Actor actor) |
Set the agent that initiated the event.
|
EventContent |
EventContent.withId(String id) |
Set the event ID.
|
EventContent |
EventContent.withRequest(Request request) |
Set the request that generated the event.
|
EventContent |
EventContent.withSource(Source source) |
Set the registry node that generated the event.
|
EventContent |
EventContent.withTarget(Target target) |
Set the target of the event.
|
EventContent |
EventContent.withTimestamp(org.joda.time.DateTime timestamp) |
Set the time at which the event occurred.
|
| Modifier and Type | Method | Description |
|---|---|---|
EventRequestMessage |
EventRequestMessage.withContent(EventContent content) |
Set the content of the event request message.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/