public final class ThumbnailsGetElementThumbnailResponseSizes extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
String |
href |
URI for thumbnail
|
String |
mediaType |
Media type for thumbnail, typically image/png
|
String |
size |
Size o this thumbnail, typically one of 70x40, 300x170, 300x300, or 600x340
|
String |
viewOrientation |
View orientation at which thumbnail is rendered, example trimetric
|
| Constructor | Description |
|---|---|
ThumbnailsGetElementThumbnailResponseSizes() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getHref() |
Get URI for thumbnail
|
String |
getMediaType() |
Get Media type for thumbnail, typically image/png
|
String |
getSize() |
Get Size o this thumbnail, typically one of 70x40, 300x170, 300x300, or 600x340
|
String |
getViewOrientation() |
Get View orientation at which thumbnail is rendered, example trimetric
|
String |
toString() |
getOtherPropertiespublic String href
public String viewOrientation
public String mediaType
public String size
public ThumbnailsGetElementThumbnailResponseSizes()
public final String getHref()
public final String getViewOrientation()
public final String getMediaType()
public final String getSize()
Copyright © 2021. All rights reserved.