CreativeWork Class
- java.
lang. Object
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
Get the about value.
Returns:
commentCount
public Integer commentCount()
Get the commentCount value.
Returns:
copyrightHolder
public Thing copyrightHolder()
Get the copyrightHolder value.
Returns:
copyrightYear
public Integer copyrightYear()
Get the copyrightYear value.
Returns:
creator
public Thing creator()
Get the creator value.
Returns:
disclaimer
public String disclaimer()
Get the disclaimer value.
Returns:
discussionUrl
public String discussionUrl()
Get the discussionUrl value.
Returns:
genre
public List
Get the genre value.
Returns:
headLine
public String headLine()
Get the headLine value.
Returns:
isAccessibleForFree
public Boolean isAccessibleForFree()
Get the isAccessibleForFree value.
Returns:
isFamilyFriendly
public Boolean isFamilyFriendly()
Get the isFamilyFriendly value.
Returns:
mainEntity
public Thing mainEntity()
Get the mainEntity value.
Returns:
mentions
public List
Get the mentions value.
Returns:
provider
public List
Get the provider value.
Returns:
text
public String text()
Get the text value.
Returns:
thumbnailUrl
public String thumbnailUrl()
Get the thumbnailUrl value.
Returns:
Applies to
Azure SDK for Java