public static class TrashFolderRestored.Builder extends NullableFieldTracker
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
contentCreatedAt |
protected OffsetDateTime |
contentModifiedAt |
protected OffsetDateTime |
createdAt |
protected UserMini |
createdBy |
protected String |
description |
protected String |
etag |
protected String |
folderUploadEmail |
protected String |
id |
protected EnumWrapper<TrashFolderRestoredItemStatusField> |
itemStatus |
protected OffsetDateTime |
modifiedAt |
protected UserMini |
modifiedBy |
protected String |
name |
protected UserMini |
ownedBy |
protected FolderMini |
parent |
protected TrashFolderRestoredPathCollectionField |
pathCollection |
protected String |
purgedAt |
protected String |
sequenceId |
protected String |
sharedLink |
protected Long |
size |
protected String |
trashedAt |
protected EnumWrapper<TrashFolderRestoredTypeField> |
type |
explicitlySetNullableFields| Constructor and Description |
|---|
Builder() |
getExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<TrashFolderRestoredTypeField> type
protected String sequenceId
protected OffsetDateTime createdAt
protected OffsetDateTime modifiedAt
protected String description
protected TrashFolderRestoredPathCollectionField pathCollection
protected UserMini modifiedBy
protected OffsetDateTime contentCreatedAt
protected OffsetDateTime contentModifiedAt
protected String sharedLink
protected String folderUploadEmail
protected FolderMini parent
protected EnumWrapper<TrashFolderRestoredItemStatusField> itemStatus
public Builder()
public TrashFolderRestored.Builder id(String id)
public TrashFolderRestored.Builder etag(String etag)
public TrashFolderRestored.Builder type(TrashFolderRestoredTypeField type)
public TrashFolderRestored.Builder type(EnumWrapper<TrashFolderRestoredTypeField> type)
public TrashFolderRestored.Builder sequenceId(String sequenceId)
public TrashFolderRestored.Builder name(String name)
public TrashFolderRestored.Builder createdAt(OffsetDateTime createdAt)
public TrashFolderRestored.Builder modifiedAt(OffsetDateTime modifiedAt)
public TrashFolderRestored.Builder description(String description)
public TrashFolderRestored.Builder size(Long size)
public TrashFolderRestored.Builder pathCollection(TrashFolderRestoredPathCollectionField pathCollection)
public TrashFolderRestored.Builder createdBy(UserMini createdBy)
public TrashFolderRestored.Builder modifiedBy(UserMini modifiedBy)
public TrashFolderRestored.Builder trashedAt(String trashedAt)
public TrashFolderRestored.Builder purgedAt(String purgedAt)
public TrashFolderRestored.Builder contentCreatedAt(OffsetDateTime contentCreatedAt)
public TrashFolderRestored.Builder contentModifiedAt(OffsetDateTime contentModifiedAt)
public TrashFolderRestored.Builder ownedBy(UserMini ownedBy)
public TrashFolderRestored.Builder sharedLink(String sharedLink)
public TrashFolderRestored.Builder folderUploadEmail(String folderUploadEmail)
public TrashFolderRestored.Builder parent(FolderMini parent)
public TrashFolderRestored.Builder itemStatus(TrashFolderRestoredItemStatusField itemStatus)
public TrashFolderRestored.Builder itemStatus(EnumWrapper<TrashFolderRestoredItemStatusField> itemStatus)
public TrashFolderRestored build()