public final class O365OneDriveFolderResponse extends Object implements Serializable
Constructor and Description |
---|
O365OneDriveFolderResponse(String id,
String name,
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 date and time when the folder was created.
|
String |
getId()
Returns the ID of the backed up OneDrive folders.
|
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.
|
int |
hashCode() |
public String getId()
public String getName()
public String getCreatedBy()
public Instant getCreationTime()
Instant
public String getModifiedBy()
public Instant getModificationTime()
Instant
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.