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 |
---|---|
String |
datePublished()
Get the datePublished value. |
List<Thing> |
provider()
Get the provider value. |
String |
text()
Get the text value. |
String |
thumbnailUrl()
Get the thumbnailUrl value. |
Inherited Members
Thing.alternateName()
Thing.bingId()
Thing.description()
Identifiable.id()
Thing.image()
Thing.name()
Response.readLink()
Thing.url()
Response.webSearchUrl()
Method Details
datePublished
public String datePublished()
Get the datePublished value.
Returns:
the datePublished value
provider
public List
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java