public class UploadFileVersionRequestBodyAttributesField extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
UploadFileVersionRequestBodyAttributesField.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
contentModifiedAt
Defines the time the file was last modified at.
|
protected String |
name
An optional new name for the file.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
UploadFileVersionRequestBodyAttributesField(String name) |
protected |
UploadFileVersionRequestBodyAttributesField(UploadFileVersionRequestBodyAttributesField.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
OffsetDateTime |
getContentModifiedAt() |
String |
getName() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected final String name
protected OffsetDateTime contentModifiedAt
If not set, the upload time will be used.
public UploadFileVersionRequestBodyAttributesField(String name)
protected UploadFileVersionRequestBodyAttributesField(UploadFileVersionRequestBodyAttributesField.Builder builder)
public OffsetDateTime getContentModifiedAt()