ThumbnailSet
Inheritance: java.lang.Object
public class ThumbnailSet
https://docs.microsoft.com/en-us/graph/api/resources/thumbnailset?view=graph-rest-1.0 The ThumbnailSet resource is a keyed collection of thumbnail resources. It is used to represent a set of thumbnails associated with a DriveItem.
Constructors
| Constructor | Description |
|---|---|
| ThumbnailSet() |
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getId() | The id within the item.Read-only. |
| getLarge() | A 1920x1920 scaled thumbnail. |
| getMedium() | A 176x176 scaled thumbnail. |
| getSmall() | A 48x48 cropped thumbnail. |
| getSource() | A custom thumbnail image or the original image used to generate other thumbnails. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setId(String value) | The id within the item.Read-only. |
| setLarge(Thumbnail value) | A 1920x1920 scaled thumbnail. |
| setMedium(Thumbnail value) | A 176x176 scaled thumbnail. |
| setSmall(Thumbnail value) | A 48x48 cropped thumbnail. |
| setSource(Thumbnail value) | A custom thumbnail image or the original image used to generate other thumbnails. |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
ThumbnailSet()
public ThumbnailSet()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getId()
public final String getId()
The id within the item.Read-only.
Returns: java.lang.String
getLarge()
public final Thumbnail getLarge()
A 1920x1920 scaled thumbnail.
Returns: Thumbnail
getMedium()
public final Thumbnail getMedium()
A 176x176 scaled thumbnail.
Returns: Thumbnail
getSmall()
public final Thumbnail getSmall()
A 48x48 cropped thumbnail.
Returns: Thumbnail
getSource()
public final Thumbnail getSource()
A custom thumbnail image or the original image used to generate other thumbnails.
Returns: Thumbnail
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setId(String value)
public final void setId(String value)
The id within the item.Read-only.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setLarge(Thumbnail value)
public final void setLarge(Thumbnail value)
A 1920x1920 scaled thumbnail.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Thumbnail |
setMedium(Thumbnail value)
public final void setMedium(Thumbnail value)
A 176x176 scaled thumbnail.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Thumbnail |
setSmall(Thumbnail value)
public final void setSmall(Thumbnail value)
A 48x48 cropped thumbnail.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Thumbnail |
setSource(Thumbnail value)
public final void setSource(Thumbnail value)
A custom thumbnail image or the original image used to generate other thumbnails.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Thumbnail |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |