public class FileVersionBaseV2025R0 extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
FileVersionBaseV2025R0.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
id
The unique identifier that represent a file version.
|
protected EnumWrapper<FileVersionBaseV2025R0TypeField> |
type
The value will always be `file_version`.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
protected |
FileVersionBaseV2025R0(FileVersionBaseV2025R0.Builder builder) |
|
FileVersionBaseV2025R0(String id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId() |
EnumWrapper<FileVersionBaseV2025R0TypeField> |
getType() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<FileVersionBaseV2025R0TypeField> type
public FileVersionBaseV2025R0(String id)
protected FileVersionBaseV2025R0(FileVersionBaseV2025R0.Builder builder)
public EnumWrapper<FileVersionBaseV2025R0TypeField> getType()