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