Class O365ExchangeMailboxResponse

java.lang.Object
com.iland.core.web.rest.response.vbo.O365ExchangeMailboxResponse
All Implemented Interfaces:
Serializable

public final class O365ExchangeMailboxResponse extends Object implements Serializable
O365 Exchange Mailbox response.
Author:
Julien Anguenot
See Also:
  • Constructor Details

    • O365ExchangeMailboxResponse

      public O365ExchangeMailboxResponse(String id, String name, String email, boolean archive)
  • Method Details

    • getId

      public String getId()
      Returns the ID of the organization's backed up mailbox.
      Returns:
      the exchange mailbox Veeam native ID
    • getName

      public String getName()
      Returns the name of the organization's backed up mailbox.
      Returns:
      the name of the organization's backed up mailbox
    • getEmail

      public String getEmail()
      Returns the email address of the organization's backed up mailbox.
      Returns:
      the email address of the organization's backed up mailbox
    • isArchive

      public boolean isArchive()
      If set to True, indicates that archiving is enabled for this backed up mailbox.

      Archiving can be enabled or disabled in an Exchange organization.

      Returns:
      true or false
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object