java.lang.Object
de.uplanet.lucy.server.odata.consumer.office365.json.IdentitySet
Direct Known Subclasses:
UserIdentitySet

@Scriptable public class IdentitySet extends Object
  • Constructor Details

    • IdentitySet

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

    • getId

      public String getId()
      Returns:
      The id to identify the application, device or user.
    • getDisplayName

      public String getDisplayName()
      Returns:
      The display name of the application, device or user.