Class O365ExchangeFolderResponse
java.lang.Object
com.iland.core.web.rest.response.vbo.O365ExchangeFolderResponse
- All Implemented Interfaces:
Serializable
O365 Exchange Folder response.
- Author:
- Julien Anguenot
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionO365ExchangeFolderResponse(String id, String name, O365ExchangeFolderType type, String description) -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the description of the organization's backed up mailbox folder.getId()Returns the ID of the organization's backed up mailbox folder.getName()Returns the name of the organization's backed up mailbox folder.getType()Returns the type of the organization's backed up mailbox folder.inthashCode()
-
Constructor Details
-
O365ExchangeFolderResponse
public O365ExchangeFolderResponse(String id, String name, O365ExchangeFolderType type, String description)
-
-
Method Details
-
getId
Returns the ID of the organization's backed up mailbox folder.- Returns:
- the exchange folder Veeam native ID
-
getName
Returns the name of the organization's backed up mailbox folder.- Returns:
- the exchange folder name
-
getType
Returns the type of the organization's backed up mailbox folder.- Returns:
- one of
O365ExchangeFolderType
-
getDescription
Returns the description of the organization's backed up mailbox folder.- Returns:
- the exchange folder description
-
equals
-
hashCode
public int hashCode()
-