| Modifier and Type | Method and Description |
|---|---|
EventContent |
EventRequestMessage.content()
Get the content value.
|
EventContent |
EventContent.withAction(String action)
Set the action value.
|
EventContent |
EventContent.withActor(Actor actor)
Set the actor value.
|
EventContent |
EventContent.withId(String id)
Set the id value.
|
EventContent |
EventContent.withRequest(Request request)
Set the request value.
|
EventContent |
EventContent.withSource(Source source)
Set the source value.
|
EventContent |
EventContent.withTarget(Target target)
Set the target value.
|
EventContent |
EventContent.withTimestamp(org.joda.time.DateTime timestamp)
Set the timestamp value.
|
| Modifier and Type | Method and Description |
|---|---|
EventRequestMessage |
EventRequestMessage.withContent(EventContent content)
Set the content value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/