public final class O365SharePointItemResponse extends Object implements Serializable
Constructor and Description |
---|
O365SharePointItemResponse(String title,
String version,
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 item.
|
Instant |
getCreationTime()
Returns date and time when the item was created.
|
String |
getId()
Returns the ID of the backed up SharePoint item.
|
Instant |
getModificationTime()
Returns the user, which performed the last modifications to the item.
|
String |
getModifiedBy()
Returns the user, which performed the last modifications to the item.
|
String |
getName()
Returns the name of the backed up SharePoint item.
|
String |
getTitle()
Returns the title of the backed up SharePoint item.
|
String |
getVersion()
Returns the version of an item.
|
int |
hashCode() |
public String getTitle()
public String getVersion()
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.