public final class DocumentsGetDocumentResponseThumbnailSizes extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
String |
href |
A URI to the thumbnail
|
String |
mediaType |
The image mediaType
|
String |
renderMode |
Reserved for future use
|
String |
size |
A size description string (e.g.
|
String |
viewOrientation |
Reserved for future use
|
| Constructor | Description |
|---|---|
DocumentsGetDocumentResponseThumbnailSizes() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getHref() |
Get A URI to the thumbnail
|
String |
getMediaType() |
Get The image mediaType
|
String |
getRenderMode() |
Get Reserved for future use
|
String |
getSize() |
Get A size description string (e.g.
|
String |
getViewOrientation() |
Get Reserved for future use
|
String |
toString() |
getOtherPropertiespublic String size
public String mediaType
public String href
public String viewOrientation
public String renderMode
public DocumentsGetDocumentResponseThumbnailSizes()
public final String getSize()
public final String getMediaType()
public final String getHref()
public final String getViewOrientation()
public final String getRenderMode()
Copyright © 2021. All rights reserved.