Class DriveRecipient

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

public class DriveRecipient extends Object
Describes a person, group, or other recipient that a item was shared to using a share action.

API Documentation.

See Also:
  • Method Details

    • builder

      public static DriveRecipient.DriveRecipientBuilder builder()
    • getEmail

      public String getEmail()
      The recipient's email address.
    • getAlias

      public String getAlias()
      The alias of the recipient (where email address is unavailable.
    • getObjectId

      public String getObjectId()
      The identifier for the recipient.
    • 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