Class MailboxEntity


  • public final class MailboxEntity
    extends EntityInner
    Represents a mailbox entity.
    • Constructor Detail

      • MailboxEntity

        public MailboxEntity()
    • Method Detail

      • mailboxPrimaryAddress

        public String mailboxPrimaryAddress()
        Get the mailboxPrimaryAddress property: The mailbox's primary address.
        Returns:
        the mailboxPrimaryAddress value.
      • displayName

        public String displayName()
        Get the displayName property: The mailbox's display name.
        Returns:
        the displayName value.
      • upn

        public String upn()
        Get the upn property: The mailbox's UPN.
        Returns:
        the upn value.
      • externalDirectoryObjectId

        public UUID externalDirectoryObjectId()
        Get the externalDirectoryObjectId property: The AzureAD identifier of mailbox. Similar to AadUserId in account entity but this property is specific to mailbox object on office side.
        Returns:
        the externalDirectoryObjectId value.
      • additionalData

        public Map<String,​Object> additionalData()
        Get the additionalData property: A bag of custom fields that should be part of the entity and will be presented to the user.
        Returns:
        the additionalData value.
      • friendlyName

        public String friendlyName()
        Get the friendlyName property: The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated.
        Returns:
        the friendlyName value.