| Modifier and Type | Method | Description |
|---|---|---|
Actor |
EventContent.actor() |
Get the agent that initiated the event.
|
Actor |
Actor.withName(String name) |
Set the subject or username associated with the request context that generated the event.
|
| Modifier and Type | Method | Description |
|---|---|---|
EventContent |
EventContent.withActor(Actor actor) |
Set the agent that initiated the event.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/