public final class O365OneDriveDocumentResponse extends Object implements Serializable
| Constructor and Description | 
|---|
| O365OneDriveDocumentResponse(String id,
                            String name,
                            String version,
                            long sizeBytes,
                            boolean inheritedPermissions,
                            String createdBy,
                            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 the date and time when the document was created. | 
| String | getId()Returns the ID of the backed up OneDrive 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 backed up OneDrive document. | 
| long | getSizeBytes()Returns the size of the document. | 
| String | getVersion()Returns the version of the document. | 
| int | hashCode() | 
| boolean | isInheritedPermissions()Specifies if the permission settings of an element will be passed on to
 the children of that element. | 
public String getId()
public String getName()
public String getVersion()
public long getSizeBytes()
public boolean isInheritedPermissions()
public String getCreatedBy()
public Instant getCreationTime()
Instantpublic String getModifiedBy()
public Instant getModificationTime()
InstantCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.