public class MetadataQueryResultItem extends OneOfTwo<FileFull,FolderFull>
OneOfTwo.OneOfTwoSerializer| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
allowedInviteeRoles |
protected OffsetDateTime |
contentCreatedAt |
protected OffsetDateTime |
contentModifiedAt |
protected OffsetDateTime |
createdAt |
protected UserMini |
createdBy |
protected String |
description |
protected String |
etag |
protected Boolean |
hasCollaborations |
protected String |
id |
protected Boolean |
isAccessibleViaSharedLink |
protected Boolean |
isAssociatedWithAppItem |
protected Boolean |
isExternallyOwned |
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 Long |
size |
protected List<String> |
tags |
protected OffsetDateTime |
trashedAt |
protected String |
type |
OBJECT_MAPPER, value0, value1explicitlySetNullableFields| Constructor and Description |
|---|
MetadataQueryResultItem(FileFull fileFull) |
MetadataQueryResultItem(FolderFull folderFull) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAllowedInviteeRoles() |
OffsetDateTime |
getContentCreatedAt() |
OffsetDateTime |
getContentModifiedAt() |
OffsetDateTime |
getCreatedAt() |
UserMini |
getCreatedBy() |
String |
getDescription() |
String |
getEtag() |
FileFull |
getFileFull() |
FolderFull |
getFolderFull() |
boolean |
getHasCollaborations() |
String |
getId() |
boolean |
getIsAccessibleViaSharedLink() |
boolean |
getIsAssociatedWithAppItem() |
boolean |
getIsExternallyOwned() |
String |
getItemStatus() |
OffsetDateTime |
getModifiedAt() |
UserMini |
getModifiedBy() |
String |
getName() |
UserMini |
getOwnedBy() |
FolderMini |
getParent() |
OffsetDateTime |
getPurgedAt() |
String |
getSequenceId() |
long |
getSize() |
List<String> |
getTags() |
OffsetDateTime |
getTrashedAt() |
String |
getType() |
boolean |
isFileFull() |
boolean |
isFolderFull() |
hasAnyNonNullValuegetRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected final Boolean isAccessibleViaSharedLink
protected final List<String> allowedInviteeRoles
protected final Boolean isExternallyOwned
protected final Boolean hasCollaborations
protected final Boolean isAssociatedWithAppItem
protected final String description
protected final OffsetDateTime createdAt
protected final OffsetDateTime modifiedAt
protected final OffsetDateTime trashedAt
protected final OffsetDateTime purgedAt
protected final OffsetDateTime contentCreatedAt
protected final OffsetDateTime contentModifiedAt
protected final UserMini modifiedBy
protected final FolderMini parent
protected final String itemStatus
protected final String sequenceId
public MetadataQueryResultItem(FileFull fileFull)
public MetadataQueryResultItem(FolderFull folderFull)
public boolean isFileFull()
public FileFull getFileFull()
public boolean isFolderFull()
public FolderFull getFolderFull()
public boolean getIsAccessibleViaSharedLink()
public List<String> getAllowedInviteeRoles()
public boolean getIsExternallyOwned()
public boolean getHasCollaborations()
public boolean getIsAssociatedWithAppItem()
public String getDescription()
public long getSize()
public OffsetDateTime getCreatedAt()
public OffsetDateTime getModifiedAt()
public OffsetDateTime getTrashedAt()
public OffsetDateTime getPurgedAt()
public OffsetDateTime getContentCreatedAt()
public OffsetDateTime getContentModifiedAt()
public UserMini getCreatedBy()
public UserMini getModifiedBy()
public UserMini getOwnedBy()
public FolderMini getParent()
public String getItemStatus()
public String getSequenceId()