public class TrashFolderRestored extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
TrashFolderRestored.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
contentCreatedAt
The date and time at which this folder was originally created.
|
protected OffsetDateTime |
contentModifiedAt
The date and time at which this folder was last updated.
|
protected OffsetDateTime |
createdAt
The date and time when the folder was created.
|
protected UserMini |
createdBy |
protected String |
description |
protected String |
etag
The HTTP `etag` of this folder.
|
protected String |
folderUploadEmail
The folder upload email for this folder.
|
protected String |
id
The unique identifier that represent a folder.
|
protected EnumWrapper<TrashFolderRestoredItemStatusField> |
itemStatus
Defines if this item has been deleted or not.
|
protected OffsetDateTime |
modifiedAt
The date and time when the folder was last updated.
|
protected UserMini |
modifiedBy |
protected String |
name
The name of the folder.
|
protected UserMini |
ownedBy |
protected FolderMini |
parent |
protected TrashFolderRestoredPathCollectionField |
pathCollection |
protected String |
purgedAt
The time at which this folder is expected to be purged from the trash - becomes `null` after
restore.
|
protected String |
sequenceId |
protected String |
sharedLink
The shared link for this file.
|
protected Long |
size
The folder size in bytes.
|
protected String |
trashedAt
The time at which this folder was put in the trash - becomes `null` after restore.
|
protected EnumWrapper<TrashFolderRestoredTypeField> |
type
The value will always be `folder`.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
TrashFolderRestored() |
protected |
TrashFolderRestored(TrashFolderRestored.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
OffsetDateTime |
getContentCreatedAt() |
OffsetDateTime |
getContentModifiedAt() |
OffsetDateTime |
getCreatedAt() |
UserMini |
getCreatedBy() |
String |
getDescription() |
String |
getEtag() |
String |
getFolderUploadEmail() |
String |
getId() |
EnumWrapper<TrashFolderRestoredItemStatusField> |
getItemStatus() |
OffsetDateTime |
getModifiedAt() |
UserMini |
getModifiedBy() |
String |
getName() |
UserMini |
getOwnedBy() |
FolderMini |
getParent() |
TrashFolderRestoredPathCollectionField |
getPathCollection() |
String |
getPurgedAt() |
String |
getSequenceId() |
String |
getSharedLink() |
Long |
getSize() |
String |
getTrashedAt() |
EnumWrapper<TrashFolderRestoredTypeField> |
getType() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected String id
The ID for any folder can be determined by visiting a folder in the web application and copying the ID from the URL. For example, for the URL `https://*.app.box.com/folders/123` the `folder_id` is `123`.
protected String etag
protected EnumWrapper<TrashFolderRestoredTypeField> type
protected String sequenceId
protected OffsetDateTime createdAt
protected OffsetDateTime modifiedAt
protected String description
protected Long size
Be careful parsing this integer as its value can get very large.
protected TrashFolderRestoredPathCollectionField pathCollection
protected UserMini modifiedBy
protected String trashedAt
protected String purgedAt
protected OffsetDateTime contentCreatedAt
protected OffsetDateTime contentModifiedAt
protected String sharedLink
protected String folderUploadEmail
protected FolderMini parent
protected EnumWrapper<TrashFolderRestoredItemStatusField> itemStatus
* `active` when the item has is not in the trash, * `trashed` when the item has been moved to the trash but not deleted, * `deleted` when the item has been permanently deleted.
public TrashFolderRestored()
protected TrashFolderRestored(TrashFolderRestored.Builder builder)
public EnumWrapper<TrashFolderRestoredTypeField> getType()
public String getSequenceId()
public OffsetDateTime getCreatedAt()
public OffsetDateTime getModifiedAt()
public String getDescription()
public TrashFolderRestoredPathCollectionField getPathCollection()
public UserMini getCreatedBy()
public UserMini getModifiedBy()
public String getTrashedAt()
public String getPurgedAt()
public OffsetDateTime getContentCreatedAt()
public OffsetDateTime getContentModifiedAt()
public UserMini getOwnedBy()
public String getSharedLink()
public String getFolderUploadEmail()
public FolderMini getParent()
public EnumWrapper<TrashFolderRestoredItemStatusField> getItemStatus()