public class TagProperty extends Object
| Constructor and Description |
|---|
TagProperty() |
| Modifier and Type | Method and Description |
|---|---|
String |
objectIdentifier()
Get returns the Object ID of the user who added the tag.
|
String |
tag()
Get the tag value.
|
String |
tenantId()
Get returns the Tenant ID that issued the token for the user who added the tag.
|
org.joda.time.DateTime |
timestamp()
Get returns the date and time the tag was added.
|
String |
upn()
Get returns the User Principal Name of the user who added the tag.
|
public String tag()
public org.joda.time.DateTime timestamp()
public String objectIdentifier()
public String tenantId()
public String upn()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/