public class UploadFileRequestBodyAttributesField extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
UploadFileRequestBodyAttributesField.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
contentCreatedAt
Defines the time the file was originally created at.
|
protected OffsetDateTime |
contentModifiedAt
Defines the time the file was last modified at.
|
protected String |
name
The name of the file.
|
protected UploadFileRequestBodyAttributesParentField |
parent
The parent folder to upload the file to.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
UploadFileRequestBodyAttributesField(String name,
UploadFileRequestBodyAttributesParentField parent) |
protected |
UploadFileRequestBodyAttributesField(UploadFileRequestBodyAttributesField.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
OffsetDateTime |
getContentCreatedAt() |
OffsetDateTime |
getContentModifiedAt() |
String |
getName() |
UploadFileRequestBodyAttributesParentField |
getParent() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected final String name
File names must be unique within their parent folder. The name check is case-insensitive, so a file named `New File` cannot be created in a parent folder that already contains a folder named `new file`.
protected final UploadFileRequestBodyAttributesParentField parent
protected OffsetDateTime contentCreatedAt
If not set, the upload time will be used.
protected OffsetDateTime contentModifiedAt
If not set, the upload time will be used.
public UploadFileRequestBodyAttributesField(String name, UploadFileRequestBodyAttributesParentField parent)
protected UploadFileRequestBodyAttributesField(UploadFileRequestBodyAttributesField.Builder builder)
public UploadFileRequestBodyAttributesParentField getParent()
public OffsetDateTime getContentCreatedAt()
public OffsetDateTime getContentModifiedAt()