public class FileFullRepresentationsEntriesPropertiesField extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
FileFullRepresentationsEntriesPropertiesField.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
dimensions
The width by height size of this representation in pixels.
|
protected String |
paged
Indicates if the representation is build up out of multiple pages.
|
protected String |
thumb
Indicates if the representation can be used as a thumbnail of the file.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
FileFullRepresentationsEntriesPropertiesField() |
protected |
FileFullRepresentationsEntriesPropertiesField(FileFullRepresentationsEntriesPropertiesField.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDimensions() |
String |
getPaged() |
String |
getThumb() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected String dimensions
public FileFullRepresentationsEntriesPropertiesField()
protected FileFullRepresentationsEntriesPropertiesField(FileFullRepresentationsEntriesPropertiesField.Builder builder)
public String getDimensions()