Class O365OneDriveResponse

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

public final class O365OneDriveResponse extends Object implements Serializable
Office 365 VBO One Drive response.
Author:
Julien Anguenot
See Also:
  • Constructor Details

    • O365OneDriveResponse

      public O365OneDriveResponse(String id, String name, String url)
  • Method Details

    • getId

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

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

      public String getUrl()
      Returns the url of the organization's backed up OneDrive.
      Returns:
      the url of the organization's backed up OneDrive
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object