public final class O365SharePointDocumentResponse extends Object implements Serializable
Constructor and Description |
---|
O365SharePointDocumentResponse(String id,
String name,
String createdBy,
long sizeBytes,
String version,
Instant creationTime,
String modifiedBy,
Instant modificationTime) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getCreatedBy()
Returns the user, which created the document.
|
Instant |
getCreationTime()
Returns date and time when the document was created.
|
String |
getId()
Returns the ID of the backed up SharePoint document.
|
Instant |
getModificationTime()
Returns date and time when the document was modified.
|
String |
getModifiedBy()
Returns the user, which performed the last modifications to the document.
|
String |
getName()
Returns the name of the document.
|
long |
getSizeBytes()
Returns the size of the document.
|
String |
getVersion()
Returns the version of the document.
|
int |
hashCode() |
public String getId()
public String getName()
public String getCreatedBy()
public long getSizeBytes()
public String getVersion()
public Instant getCreationTime()
Instant
public Instant getModificationTime()
Instant
public String getModifiedBy()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.