CreativeWork Class

public class CreativeWork extends Thing

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

Method Summary

Modifier and Type Method and Description
List<Thing> about()

Get the about value.

Integer commentCount()

Get the commentCount value.

Thing copyrightHolder()

Get the copyrightHolder value.

Integer copyrightYear()

Get the copyrightYear value.

Thing creator()

Get the creator value.

String disclaimer()

Get the disclaimer value.

String discussionUrl()

Get the discussionUrl value.

List<String> genre()

Get the genre value.

String headLine()

Get the headLine value.

Boolean isAccessibleForFree()

Get the isAccessibleForFree value.

Boolean isFamilyFriendly()

Get the isFamilyFriendly value.

Thing mainEntity()

Get the mainEntity value.

List<Thing> mentions()

Get the mentions value.

List<Thing> provider()

Get the provider value.

String text()

Get the text value.

String thumbnailUrl()

Get the thumbnailUrl value.

Inherited Members

Method Details

about

public List about()

Get the about value.

Returns:

the about value

commentCount

public Integer commentCount()

Get the commentCount value.

Returns:

the commentCount value

copyrightHolder

public Thing copyrightHolder()

Get the copyrightHolder value.

Returns:

the copyrightHolder value

copyrightYear

public Integer copyrightYear()

Get the copyrightYear value.

Returns:

the copyrightYear value

creator

public Thing creator()

Get the creator value.

Returns:

the creator value

disclaimer

public String disclaimer()

Get the disclaimer value.

Returns:

the disclaimer value

discussionUrl

public String discussionUrl()

Get the discussionUrl value.

Returns:

the discussionUrl value

genre

public List genre()

Get the genre value.

Returns:

the genre value

headLine

public String headLine()

Get the headLine value.

Returns:

the headLine value

isAccessibleForFree

public Boolean isAccessibleForFree()

Get the isAccessibleForFree value.

Returns:

the isAccessibleForFree value

isFamilyFriendly

public Boolean isFamilyFriendly()

Get the isFamilyFriendly value.

Returns:

the isFamilyFriendly value

mainEntity

public Thing mainEntity()

Get the mainEntity value.

Returns:

the mainEntity value

mentions

public List mentions()

Get the mentions value.

Returns:

the mentions value

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