NewsTopic Class
- java.
lang. Object
public class NewsTopic extends Thing
The NewsTopic model.
Method Summary
Modifier and Type | Method and Description |
---|---|
Boolean |
isBreakingNews()
Get the isBreakingNews value. |
String |
newsSearchUrl()
Get the newsSearchUrl value. |
Query |
query()
Get the query value. |
Inherited Members
Thing.alternateName()
Thing.bingId()
Thing.description()
Identifiable.id()
Thing.image()
Thing.name()
Thing.url()
Response.webSearchUrl()
Method Details
isBreakingNews
public Boolean isBreakingNews()
Get the isBreakingNews value.
Returns:
the isBreakingNews value
newsSearchUrl
public String newsSearchUrl()
Get the newsSearchUrl value.
Returns:
the newsSearchUrl value
query
public Query query()
Get the query value.
Returns:
the query 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