public class TrashWebLinkRestored extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
TrashWebLinkRestored.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
createdAt
When this file was created on Box’s servers.
|
protected UserMini |
createdBy |
protected String |
description
The description accompanying the web link.
|
protected String |
etag
The entity tag of this web link.
|
protected String |
id
The unique identifier for this web link.
|
protected EnumWrapper<TrashWebLinkRestoredItemStatusField> |
itemStatus
Whether this item is deleted or not.
|
protected OffsetDateTime |
modifiedAt
When this file was last updated on the Box servers.
|
protected UserMini |
modifiedBy |
protected String |
name
The name of the web link.
|
protected UserMini |
ownedBy |
protected FolderMini |
parent |
protected TrashWebLinkRestoredPathCollectionField |
pathCollection |
protected String |
purgedAt
The time at which this bookmark will be permanently deleted - becomes `null` after restore.
|
protected String |
sequenceId |
protected String |
sharedLink
The shared link for this bookmark.
|
protected String |
trashedAt
The time at which this bookmark was put in the trash - becomes `null` after restore.
|
protected EnumWrapper<TrashWebLinkRestoredTypeField> |
type
The value will always be `web_link`.
|
protected String |
url
The URL this web link points to.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
TrashWebLinkRestored(String sequenceId,
TrashWebLinkRestoredPathCollectionField pathCollection) |
protected |
TrashWebLinkRestored(TrashWebLinkRestored.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
OffsetDateTime |
getCreatedAt() |
UserMini |
getCreatedBy() |
String |
getDescription() |
String |
getEtag() |
String |
getId() |
EnumWrapper<TrashWebLinkRestoredItemStatusField> |
getItemStatus() |
OffsetDateTime |
getModifiedAt() |
UserMini |
getModifiedBy() |
String |
getName() |
UserMini |
getOwnedBy() |
FolderMini |
getParent() |
TrashWebLinkRestoredPathCollectionField |
getPathCollection() |
String |
getPurgedAt() |
String |
getSequenceId() |
String |
getSharedLink() |
String |
getTrashedAt() |
EnumWrapper<TrashWebLinkRestoredTypeField> |
getType() |
String |
getUrl() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<TrashWebLinkRestoredTypeField> type
protected final String sequenceId
protected FolderMini parent
protected String description
protected final TrashWebLinkRestoredPathCollectionField pathCollection
protected OffsetDateTime createdAt
protected OffsetDateTime modifiedAt
protected String trashedAt
protected String purgedAt
protected UserMini modifiedBy
protected String sharedLink
protected EnumWrapper<TrashWebLinkRestoredItemStatusField> itemStatus
public TrashWebLinkRestored(String sequenceId, TrashWebLinkRestoredPathCollectionField pathCollection)
protected TrashWebLinkRestored(TrashWebLinkRestored.Builder builder)
public EnumWrapper<TrashWebLinkRestoredTypeField> getType()
public String getSequenceId()
public FolderMini getParent()
public String getDescription()
public TrashWebLinkRestoredPathCollectionField getPathCollection()
public OffsetDateTime getCreatedAt()
public OffsetDateTime getModifiedAt()
public String getTrashedAt()
public String getPurgedAt()
public UserMini getCreatedBy()
public UserMini getModifiedBy()
public UserMini getOwnedBy()
public String getSharedLink()
public EnumWrapper<TrashWebLinkRestoredItemStatusField> getItemStatus()