public class Identity extends Object
https://docs.microsoft.com/en-us/graph/api/resources/identity?view=graph-rest-1.0 The Identity resource represents an identity of an actor. For example, an actor can be a user, device, or application.
Constructor and Description |
---|
Identity() |
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
The identity's display name.
|
String |
getId()
Unique identifier for the identity.
|
ThumbnailSet |
getThumbnails()
The ThumbnailSet resource is a keyed collection of thumbnail resources.
|
void |
setDisplayName(String value)
The identity's display name.
|
void |
setId(String value)
Unique identifier for the identity.
|
void |
setThumbnails(ThumbnailSet value)
The ThumbnailSet resource is a keyed collection of thumbnail resources.
|
public final String getDisplayName()
The identity's display name. Note that this may not always be available or up to date. For example, if a user changes their display name, the API may show the new value in a future response, but the items associated with the user won't show up as having changed when using delta.
public final void setDisplayName(String value)
The identity's display name. Note that this may not always be available or up to date. For example, if a user changes their display name, the API may show the new value in a future response, but the items associated with the user won't show up as having changed when using delta.
public final String getId()
Unique identifier for the identity.
public final void setId(String value)
Unique identifier for the identity.
public final ThumbnailSet getThumbnails()
The ThumbnailSet resource is a keyed collection of thumbnail resources.
public final void setThumbnails(ThumbnailSet value)
The ThumbnailSet resource is a keyed collection of thumbnail resources.