GraphThumbnail
Inheritance: java.lang.Object
public class GraphThumbnail
… The thumbnail resource type represents a thumbnail for an image, video, document, or any item that has a bitmap representation.
Constructors
| Constructor | Description |
|---|---|
| GraphThumbnail() |
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getContent() | The content stream for the thumbnail. |
| getHeight() | The height of the thumbnail, in pixels. |
| getSourceItemId() | The unique identifier of the item that provided the thumbnail.This is only available when a folder thumbnail is requested. |
| getUrl() | The URL used to fetch the thumbnail content. |
| getWidth() | The width of the thumbnail, in pixels. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setContent(String value) | The content stream for the thumbnail. |
| setHeight(int value) | The height of the thumbnail, in pixels. |
| setSourceItemId(String value) | The unique identifier of the item that provided the thumbnail.This is only available when a folder thumbnail is requested. |
| setUrl(String value) | The URL used to fetch the thumbnail content. |
| setWidth(int value) | The width of the thumbnail, in pixels. |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
GraphThumbnail()
public GraphThumbnail()
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
getContent()
public final String getContent()
The content stream for the thumbnail.
Returns: java.lang.String
getHeight()
public final Integer getHeight()
The height of the thumbnail, in pixels.
Returns: java.lang.Integer
getSourceItemId()
public final String getSourceItemId()
The unique identifier of the item that provided the thumbnail.This is only available when a folder thumbnail is requested.
Returns: java.lang.String
getUrl()
public final String getUrl()
The URL used to fetch the thumbnail content.
Returns: java.lang.String
getWidth()
public final Integer getWidth()
The width of the thumbnail, in pixels.
Returns: java.lang.Integer
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setContent(String value)
public final void setContent(String value)
The content stream for the thumbnail.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setHeight(int value)
public final void setHeight(int value)
The height of the thumbnail, in pixels.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setSourceItemId(String value)
public final void setSourceItemId(String value)
The unique identifier of the item that provided the thumbnail.This is only available when a folder thumbnail is requested.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setUrl(String value)
public final void setUrl(String value)
The URL used to fetch the thumbnail content.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setWidth(int value)
public final void setWidth(int value)
The width of the thumbnail, in pixels.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
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 |