CreativeWork Class

public class CreativeWork
extends Thing

The most generic kind of creative work, including books, movies, photographs, software programs, etc.

Constructor Summary

Constructor Description
CreativeWork()

Method Summary

Modifier and Type Method and Description
java.lang.String datePublished()

Get the datePublished value.

java.util.List<Thing> provider()

Get the provider value.

java.lang.String thumbnailUrl()

Get the thumbnailUrl value.

VideoObject video()

Get the video value.

Methods inherited from Identifiable

id

Methods inherited from Response

Methods inherited from Thing

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

CreativeWork

public CreativeWork()

Method Details

datePublished

public String datePublished()

Get the datePublished value.

Returns:

the datePublished value

provider

public List provider()

Get the provider value.

Returns:

the provider value

thumbnailUrl

public String thumbnailUrl()

Get the thumbnailUrl value.

Returns:

the thumbnailUrl value

video

public VideoObject video()

Get the video value.

Returns:

the video value

Applies to