public class FileRequestUpdateRequest extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
FileRequestUpdateRequest.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
description
An optional new description for the file request.
|
protected OffsetDateTime |
expiresAt
The date after which a file request will no longer accept new submissions.
|
protected Boolean |
isDescriptionRequired
Whether a file request submitter is required to provide a description of the files they are
submitting.
|
protected Boolean |
isEmailRequired
Whether a file request submitter is required to provide their email address.
|
protected EnumWrapper<FileRequestUpdateRequestStatusField> |
status
An optional new status of the file request.
|
protected String |
title
An optional new title for the file request.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
FileRequestUpdateRequest() |
protected |
FileRequestUpdateRequest(FileRequestUpdateRequest.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription() |
OffsetDateTime |
getExpiresAt() |
Boolean |
getIsDescriptionRequired() |
Boolean |
getIsEmailRequired() |
EnumWrapper<FileRequestUpdateRequestStatusField> |
getStatus() |
String |
getTitle() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected String title
This will default to the value on the existing file request.
protected String description
This will default to the value on the existing file request.
protected EnumWrapper<FileRequestUpdateRequestStatusField> status
When the status is set to `inactive`, the file request will no longer accept new submissions, and any visitor to the file request URL will receive a `HTTP 404` status code.
This will default to the value on the existing file request.
protected Boolean isEmailRequired
When this setting is set to true, the Box UI will show an email field on the file request form.
This will default to the value on the existing file request.
protected Boolean isDescriptionRequired
When this setting is set to true, the Box UI will show a description field on the file request form.
This will default to the value on the existing file request.
protected OffsetDateTime expiresAt
After this date, the `status` will automatically be set to `inactive`.
This will default to the value on the existing file request.
public FileRequestUpdateRequest()
protected FileRequestUpdateRequest(FileRequestUpdateRequest.Builder builder)
public String getDescription()
public EnumWrapper<FileRequestUpdateRequestStatusField> getStatus()
public Boolean getIsEmailRequired()
public Boolean getIsDescriptionRequired()
public OffsetDateTime getExpiresAt()