Identity
Inheritance: java.lang.Object
public class Identity
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.
Constructors
Constructor | Description |
---|---|
Identity() |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getDisplayName() | The identity’s display name. |
getId() | Unique identifier for the identity. |
getThumbnails() | The ThumbnailSet resource is a keyed collection of thumbnail resources. |
hashCode() | |
notify() | |
notifyAll() | |
setDisplayName(String value) | The identity’s display name. |
setId(String value) | Unique identifier for the identity. |
setThumbnails(ThumbnailSet value) | The ThumbnailSet resource is a keyed collection of thumbnail resources. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
Identity()
public Identity()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getDisplayName()
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.
Returns: java.lang.String
getId()
public final String getId()
Unique identifier for the identity.
Returns: java.lang.String
getThumbnails()
public final ThumbnailSet getThumbnails()
The ThumbnailSet resource is a keyed collection of thumbnail resources.
Returns: ThumbnailSet
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setDisplayName(String value)
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.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setId(String value)
public final void setId(String value)
Unique identifier for the identity.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setThumbnails(ThumbnailSet value)
public final void setThumbnails(ThumbnailSet value)
The ThumbnailSet resource is a keyed collection of thumbnail resources.
Parameters:
Parameter | Type | Description |
---|---|---|
value | ThumbnailSet |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |