java.lang.Object
de.uplanet.lucy.server.odata.consumer.office365.json.DriveRecipient

@Scriptable public class DriveRecipient extends Object
  • Constructor Details

    • DriveRecipient

      public DriveRecipient(String p_email)
      Holds the information about one recipient. Usually this object is required when creating a new permission to allow users to access content of one drive etc. The constructor requires the email address of user.
      Parameters:
      p_email - The email of a recipient.
    • DriveRecipient

      public DriveRecipient(String p_email, String p_alias, String p_objectId)
      Holds the information about one recipient. Usually this object is required when creating a new permission to allow users to access content of one drive etc. Only one of the following parameters is required, since each parameter allows to identify a user. The two other parameters should be set to null.
      Parameters:
      p_email - The email of a recipient.
      p_alias - The alias of the domain group.
      p_objectId - The unique identifier for the recipient in the directory.
  • Method Details

    • getEmail

      public String getEmail()
    • getAlias

      public String getAlias()
    • getObjectId

      public String getObjectId()