public class FileFullRepresentationsEntriesField extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
FileFullRepresentationsEntriesField.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected FileFullRepresentationsEntriesContentField |
content
An object containing the URL that can be used to actually fetch the representation.
|
protected FileFullRepresentationsEntriesInfoField |
info
An object containing the URL that can be used to fetch more info on this representation.
|
protected FileFullRepresentationsEntriesPropertiesField |
properties
An object containing the size and type of this presentation.
|
protected String |
representation
Indicates the file type of the returned representation.
|
protected FileFullRepresentationsEntriesStatusField |
status
An object containing the status of this representation.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
FileFullRepresentationsEntriesField() |
protected |
FileFullRepresentationsEntriesField(FileFullRepresentationsEntriesField.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
FileFullRepresentationsEntriesContentField |
getContent() |
FileFullRepresentationsEntriesInfoField |
getInfo() |
FileFullRepresentationsEntriesPropertiesField |
getProperties() |
String |
getRepresentation() |
FileFullRepresentationsEntriesStatusField |
getStatus() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected FileFullRepresentationsEntriesContentField content
protected FileFullRepresentationsEntriesInfoField info
protected FileFullRepresentationsEntriesPropertiesField properties
protected String representation
protected FileFullRepresentationsEntriesStatusField status
public FileFullRepresentationsEntriesField()
protected FileFullRepresentationsEntriesField(FileFullRepresentationsEntriesField.Builder builder)
public FileFullRepresentationsEntriesContentField getContent()
public FileFullRepresentationsEntriesInfoField getInfo()
public FileFullRepresentationsEntriesPropertiesField getProperties()
public String getRepresentation()
public FileFullRepresentationsEntriesStatusField getStatus()