public final class O365SharePointLibraryResponse extends Object implements Serializable
| Constructor and Description | 
|---|
| O365SharePointLibraryResponse(String id,
                             String name,
                             String description,
                             String url,
                             Instant creationTime) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| Instant | getCreationTime()Returns date and time when the document library was created. | 
| String | getDescription()Returns the description of the document library. | 
| String | getId()Returns the ID of the backed up SharePoint document library. | 
| String | getName()Returns the name of the backed up SharePoint document library. | 
| String | getUrl()Returns the URL of the SharePoint document library. | 
| int | hashCode() | 
public String getId()
public String getName()
public String getDescription()
public String getUrl()
public Instant getCreationTime()
InstantCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.