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

@Scriptable public final class UserIdentitySet extends IdentitySet
  • Constructor Details

    • UserIdentitySet

      public UserIdentitySet(String p_id, String p_displayName, String p_email)
      Object to identify an user.
      Parameters:
      p_id - The id of the application, device or user.
      p_displayName - The display name of the application, device or user.
      p_email - The email of the user.
  • Method Details

    • getEmail

      public String getEmail()
      Returns:
      The email of the user.