public class Actor extends Object
| Constructor | Description |
|---|---|
Actor() |
| Modifier and Type | Method | 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.
*/