Class O365SharePointAttachmentResponse

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

public final class O365SharePointAttachmentResponse extends Object implements Serializable
Office 365 VBO SharePoint Attachment response.
Author:
Julien Anguenot
See Also:
  • Constructor Details

    • O365SharePointAttachmentResponse

      public O365SharePointAttachmentResponse(String id, String name, long sizeBytes, String url)
  • Method Details

    • getId

      public String getId()
      Returns the ID of the backed up SharePoint item attachment.
      Returns:
      a Veeam native ID
    • getName

      public String getName()
      Returns the name of the backed up SharePoint item attachment.
      Returns:
      the name of the backed up SharePoint item attachment
    • getSizeBytes

      public long getSizeBytes()
      Returns the size of the item attachment.
      Returns:
      the size of the item attachment
    • getUrl

      public String getUrl()
      Returns the URL of th SharePoint item attachment.
      Returns:
      the URL of th SharePoint item attachment
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object