public class TrashWebLink extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
TrashWebLink.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<TrashWebLinkItemStatusField> |
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 TrashWebLinkPathCollectionField |
pathCollection |
protected OffsetDateTime |
purgedAt
When this file will be permanently deleted.
|
protected String |
sequenceId |
protected String |
sharedLink
The shared link for this bookmark.
|
protected OffsetDateTime |
trashedAt
When this file was last moved to the trash.
|
protected EnumWrapper<TrashWebLinkTypeField> |
type
The value will always be `web_link`.
|
protected String |
url
The URL this web link points to.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
TrashWebLink() |
protected |
TrashWebLink(TrashWebLink.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
OffsetDateTime |
getCreatedAt() |
UserMini |
getCreatedBy() |
String |
getDescription() |
String |
getEtag() |
String |
getId() |
EnumWrapper<TrashWebLinkItemStatusField> |
getItemStatus() |
OffsetDateTime |
getModifiedAt() |
UserMini |
getModifiedBy() |
String |
getName() |
UserMini |
getOwnedBy() |
FolderMini |
getParent() |
TrashWebLinkPathCollectionField |
getPathCollection() |
OffsetDateTime |
getPurgedAt() |
String |
getSequenceId() |
String |
getSharedLink() |
OffsetDateTime |
getTrashedAt() |
EnumWrapper<TrashWebLinkTypeField> |
getType() |
String |
getUrl() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<TrashWebLinkTypeField> type
protected String sequenceId
protected FolderMini parent
protected String description
protected TrashWebLinkPathCollectionField pathCollection
protected OffsetDateTime createdAt
protected OffsetDateTime modifiedAt
protected OffsetDateTime trashedAt
protected OffsetDateTime purgedAt
protected UserMini modifiedBy
protected String sharedLink
protected EnumWrapper<TrashWebLinkItemStatusField> itemStatus
public TrashWebLink()
protected TrashWebLink(TrashWebLink.Builder builder)
public EnumWrapper<TrashWebLinkTypeField> getType()
public String getSequenceId()
public FolderMini getParent()
public String getDescription()
public TrashWebLinkPathCollectionField getPathCollection()
public OffsetDateTime getCreatedAt()
public OffsetDateTime getModifiedAt()
public OffsetDateTime getTrashedAt()
public OffsetDateTime getPurgedAt()
public UserMini getCreatedBy()
public UserMini getModifiedBy()
public UserMini getOwnedBy()
public String getSharedLink()
public EnumWrapper<TrashWebLinkItemStatusField> getItemStatus()