Class IdentitySet

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

public class IdentitySet extends Object
A set of identities associated with events for an item.

API Documentation.

See Also:
  • Method Details

    • builder

      public static IdentitySet.IdentitySetBuilder builder()
    • getApplication

      public Identity getApplication()
      The application associated with the action.
    • getDevice

      public Identity getDevice()
      The drive associated with the action.
    • getGroup

      public Identity getGroup()
      The group associated with the action.
    • getUser

      public Identity getUser()
      The user associated with the action.
    • 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