java.lang.Object
com.amilesend.onedrive.resource.identity.Identity

public class Identity extends Object
Describes a user, drive, or application that can take action on a resource.

API Documentation.

  • Method Details

    • builder

      public static Identity.IdentityBuilder builder()
    • getDisplayName

      public String getDisplayName()
      The display name of the identity.
    • getId

      public String getId()
      The unique identifier for the identity.
    • getThumbnails

      public ThumbnailSet getThumbnails()
      Thumbnails associated with the identity.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object