NewsTopic Class

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

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