CreativeWork Class

public class CreativeWork
extends Thing

The CreativeWork model.

Constructor Summary

Constructor Description
CreativeWork()

Method Summary

Modifier and Type Method and Description
java.util.List<Thing> provider()

Get the provider value.

java.lang.String text()

Get the text value.

java.lang.String thumbnailUrl()

Get the thumbnailUrl 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

provider

public List provider()

Get the provider value.

Returns:

the provider value

text

public String text()

Get the text value.

Returns:

the text value

thumbnailUrl

public String thumbnailUrl()

Get the thumbnailUrl value.

Returns:

the thumbnailUrl value

Applies to