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 |
thumbnailUrl()
Get the thumbnailUrl value. |
Video |
video()
Get the video value. |
Inherited Members
Thing.alternateName()
Thing.bingId()
Thing.description()
Identifiable.id()
Thing.image()
Thing.name()
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
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java