public class FileFullRepresentationsEntriesStatusField extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
FileFullRepresentationsEntriesStatusField.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected EnumWrapper<FileFullRepresentationsEntriesStatusStateField> |
state
The status of the representation.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
FileFullRepresentationsEntriesStatusField() |
protected |
FileFullRepresentationsEntriesStatusField(FileFullRepresentationsEntriesStatusField.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
EnumWrapper<FileFullRepresentationsEntriesStatusStateField> |
getState() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<FileFullRepresentationsEntriesStatusStateField> state
* `success` defines the representation as ready to be viewed. * `viewable` defines a video to be ready for viewing. * `pending` defines the representation as to be generated. Retry this endpoint to re-check the status. * `none` defines that the representation will be created when requested. Request the URL defined in the `info` object to trigger this generation.
public FileFullRepresentationsEntriesStatusField()
protected FileFullRepresentationsEntriesStatusField(FileFullRepresentationsEntriesStatusField.Builder builder)
public EnumWrapper<FileFullRepresentationsEntriesStatusStateField> getState()