Class O365SharePointAttachmentResponse
java.lang.Object
com.iland.core.web.rest.response.vbo.O365SharePointAttachmentResponse
- All Implemented Interfaces:
Serializable
Office 365 VBO SharePoint Attachment response.
- Author:
- Julien Anguenot
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionO365SharePointAttachmentResponse(String id, String name, long sizeBytes, String url) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()Returns the ID of the backed up SharePoint item attachment.getName()Returns the name of the backed up SharePoint item attachment.longReturns the size of the item attachment.getUrl()Returns the URL of th SharePoint item attachment.inthashCode()
-
Constructor Details
-
O365SharePointAttachmentResponse
-
-
Method Details
-
getId
Returns the ID of the backed up SharePoint item attachment.- Returns:
- a Veeam native ID
-
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
Returns the URL of th SharePoint item attachment.- Returns:
- the URL of th SharePoint item attachment
-
equals
-
hashCode
public int hashCode()
-