public final class DocumentsGetElementListResponseElementsThumbnailInfoSizes extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
String |
href |
Thumbnail URL
|
String |
mediaType |
MIME type of thumbnail, image/png
|
String |
size |
Size of thumbnail, in wxh format (ex: 70x40)
|
| Constructor | Description |
|---|---|
DocumentsGetElementListResponseElementsThumbnailInfoSizes() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getHref() |
Get Thumbnail URL
|
String |
getMediaType() |
Get MIME type of thumbnail, image/png
|
String |
getSize() |
Get Size of thumbnail, in wxh format (ex: 70x40)
|
String |
toString() |
getOtherPropertiespublic String size
public String mediaType
public String href
public DocumentsGetElementListResponseElementsThumbnailInfoSizes()
public final String getSize()
public final String getMediaType()
public final String getHref()
Copyright © 2021. All rights reserved.