| Constructor and Description |
|---|
GraphThumbnailSet() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
The id within the item.Read-only.
|
GraphThumbnail |
getLarge()
A 1920x1920 scaled thumbnail.
|
GraphThumbnail |
getMedium()
A 176x176 scaled thumbnail.
|
GraphThumbnail |
getSmall()
A 48x48 cropped thumbnail.
|
GraphThumbnail |
getSource()
A custom thumbnail image or the original image used to generate other thumbnails.
|
void |
setId(String value)
The id within the item.Read-only.
|
void |
setLarge(GraphThumbnail value)
A 1920x1920 scaled thumbnail.
|
void |
setMedium(GraphThumbnail value)
A 176x176 scaled thumbnail.
|
void |
setSmall(GraphThumbnail value)
A 48x48 cropped thumbnail.
|
void |
setSource(GraphThumbnail value)
A custom thumbnail image or the original image used to generate other thumbnails.
|
public final String getId()
The id within the item.Read-only.
public final void setId(String value)
The id within the item.Read-only.
public final GraphThumbnail getLarge()
A 1920x1920 scaled thumbnail.
public final void setLarge(GraphThumbnail value)
A 1920x1920 scaled thumbnail.
public final GraphThumbnail getMedium()
A 176x176 scaled thumbnail.
public final void setMedium(GraphThumbnail value)
A 176x176 scaled thumbnail.
public final GraphThumbnail getSmall()
A 48x48 cropped thumbnail.
public final void setSmall(GraphThumbnail value)
A 48x48 cropped thumbnail.
public final GraphThumbnail getSource()
A custom thumbnail image or the original image used to generate other thumbnails.
public final void setSource(GraphThumbnail value)
A custom thumbnail image or the original image used to generate other thumbnails.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.