public final class O365SharePointFolderResponse extends Object implements Serializable
| Constructor and Description | 
|---|
| O365SharePointFolderResponse(O365SharePointFolderType type,
                            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 folder. | 
| Instant | getCreationTime()Returns date and time when the folder was created. | 
| String | getId()Returns the ID of the backed up SharePoint folder. | 
| Instant | getModificationTime()Returns date and time when the folder was modified. | 
| String | getModifiedBy()Returns the user, which performed the last modifications to the folder. | 
| String | getName()Returns the name of the backed up SharePoint folder. | 
| O365SharePointFolderType | getType()Returns the type of the backed up SharePoint folder. | 
| int | hashCode() | 
public O365SharePointFolderType getType()
O365SharePointFolderTypepublic String getId()
public String getName()
public String getCreatedBy()
public Instant getCreationTime()
Instantpublic String getModifiedBy()
public Instant getModificationTime()
InstantCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.