public class RecentItemResource extends OneOfThree<FileFull,FolderFull,WebLink>
OneOfThree.OneOfThreeSerializer| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
createdAt |
protected UserMini |
createdBy |
protected String |
description |
protected String |
etag |
protected String |
id |
protected String |
itemStatus |
protected OffsetDateTime |
modifiedAt |
protected UserMini |
modifiedBy |
protected String |
name |
protected UserMini |
ownedBy |
protected FolderMini |
parent |
protected OffsetDateTime |
purgedAt |
protected String |
sequenceId |
protected OffsetDateTime |
trashedAt |
protected String |
type |
OBJECT_MAPPER, value0, value1, value2explicitlySetNullableFields| Constructor and Description |
|---|
RecentItemResource(FileFull fileFull) |
RecentItemResource(FolderFull folderFull) |
RecentItemResource(WebLink webLink) |
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
getCreatedAt() |
UserMini |
getCreatedBy() |
String |
getDescription() |
String |
getEtag() |
FileFull |
getFileFull() |
FolderFull |
getFolderFull() |
String |
getId() |
String |
getItemStatus() |
OffsetDateTime |
getModifiedAt() |
UserMini |
getModifiedBy() |
String |
getName() |
UserMini |
getOwnedBy() |
FolderMini |
getParent() |
OffsetDateTime |
getPurgedAt() |
String |
getSequenceId() |
OffsetDateTime |
getTrashedAt() |
String |
getType() |
WebLink |
getWebLink() |
boolean |
isFileFull() |
boolean |
isFolderFull() |
boolean |
isWebLink() |
hasAnyNonNullValuegetRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected final String description
protected final OffsetDateTime createdAt
protected final OffsetDateTime modifiedAt
protected final OffsetDateTime trashedAt
protected final OffsetDateTime purgedAt
protected final UserMini modifiedBy
protected final FolderMini parent
protected final String itemStatus
protected final String sequenceId
public RecentItemResource(FileFull fileFull)
public RecentItemResource(FolderFull folderFull)
public RecentItemResource(WebLink webLink)
public boolean isFileFull()
public FileFull getFileFull()
public boolean isFolderFull()
public FolderFull getFolderFull()
public boolean isWebLink()
public WebLink getWebLink()
public String getDescription()
public OffsetDateTime getCreatedAt()
public OffsetDateTime getModifiedAt()
public OffsetDateTime getTrashedAt()
public OffsetDateTime getPurgedAt()
public UserMini getCreatedBy()
public UserMini getModifiedBy()
public UserMini getOwnedBy()
public FolderMini getParent()
public String getItemStatus()
public String getSequenceId()