Class Identity
java.lang.Object
com.amilesend.onedrive.resource.identity.Identity
Describes a user, drive, or application that can take action on a resource.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Identity.IdentityBuilder
builder()
boolean
The display name of the identity.getId()
The unique identifier for the identity.Thumbnails associated with the identity.int
hashCode()
toString()
-
Method Details
-
builder
-
getDisplayName
The display name of the identity. -
getId
The unique identifier for the identity. -
getThumbnails
Thumbnails associated with the identity. -
equals
-
hashCode
public int hashCode() -
toString
-