Class O365ExchangeMailboxResponse
java.lang.Object
com.iland.core.web.rest.response.vbo.O365ExchangeMailboxResponse
- All Implemented Interfaces:
Serializable
O365 Exchange Mailbox response.
- Author:
- Julien Anguenot
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionO365ExchangeMailboxResponse(String id, String name, String email, boolean archive) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetEmail()Returns the email address of the organization's backed up mailbox.getId()Returns the ID of the organization's backed up mailbox.getName()Returns the name of the organization's backed up mailbox.inthashCode()booleanIf set to True, indicates that archiving is enabled for this backed up mailbox.
-
Constructor Details
-
O365ExchangeMailboxResponse
-
-
Method Details
-
getId
Returns the ID of the organization's backed up mailbox.- Returns:
- the exchange mailbox Veeam native ID
-
getName
Returns the name of the organization's backed up mailbox.- Returns:
- the name of the organization's backed up mailbox
-
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
-
hashCode
public int hashCode()
-