public final class O365SharePointAttachmentResponse extends Object implements Serializable
Constructor and Description |
---|
O365SharePointAttachmentResponse(String id,
String name,
long sizeBytes,
String url) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getId()
Returns the ID of the backed up SharePoint item attachment.
|
String |
getName()
Returns the name of the backed up SharePoint item attachment.
|
long |
getSizeBytes()
Returns the size of the item attachment.
|
String |
getUrl()
Returns the URL of th SharePoint item attachment.
|
int |
hashCode() |
public String getId()
public String getName()
public long getSizeBytes()
public String getUrl()
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.