Class O365ExchangeFolderResponse

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

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

  • Method Details

    • getId

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

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

      public O365ExchangeFolderType getType()
      Returns the type of the organization's backed up mailbox folder.
      Returns:
      one of O365ExchangeFolderType
    • getDescription

      public String getDescription()
      Returns the description of the organization's backed up mailbox folder.
      Returns:
      the exchange folder description
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object