GraphThumbnailSet

Inheritance: java.lang.Object

public class GraphThumbnailSet

The ThumbnailSet resource is a keyed collection of thumbnail resources. It is used to represent a set of thumbnails associated with a DriveItem.

Constructors

ConstructorDescription
GraphThumbnailSet()

Methods

MethodDescription
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(GraphThumbnail value)A 1920x1920 scaled thumbnail.
setMedium(GraphThumbnail value)A 176x176 scaled thumbnail.
setSmall(GraphThumbnail value)A 48x48 cropped thumbnail.
setSource(GraphThumbnail value)A custom thumbnail image or the original image used to generate other thumbnails.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

GraphThumbnailSet()

public GraphThumbnailSet()

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.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 GraphThumbnail getLarge()

A 1920x1920 scaled thumbnail.

Returns: GraphThumbnail

getMedium()

public final GraphThumbnail getMedium()

A 176x176 scaled thumbnail.

Returns: GraphThumbnail

getSmall()

public final GraphThumbnail getSmall()

A 48x48 cropped thumbnail.

Returns: GraphThumbnail

getSource()

public final GraphThumbnail getSource()

A custom thumbnail image or the original image used to generate other thumbnails.

Returns: GraphThumbnail

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:

ParameterTypeDescription
valuejava.lang.String

setLarge(GraphThumbnail value)

public final void setLarge(GraphThumbnail value)

A 1920x1920 scaled thumbnail.

Parameters:

ParameterTypeDescription
valueGraphThumbnail

setMedium(GraphThumbnail value)

public final void setMedium(GraphThumbnail value)

A 176x176 scaled thumbnail.

Parameters:

ParameterTypeDescription
valueGraphThumbnail

setSmall(GraphThumbnail value)

public final void setSmall(GraphThumbnail value)

A 48x48 cropped thumbnail.

Parameters:

ParameterTypeDescription
valueGraphThumbnail

setSource(GraphThumbnail value)

public final void setSource(GraphThumbnail value)

A custom thumbnail image or the original image used to generate other thumbnails.

Parameters:

ParameterTypeDescription
valueGraphThumbnail

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int