Share via


News Class

public class News extends SearchResultsAnswer

Defines a news answer.

Method Summary

Modifier and Type Method and Description
String ___location()

Get the ___location value.

List<NewsArticle> value()

Get the value value.

News withValue(List<NewsArticle> value)

Set the value value.

Inherited Members

Method Details

___location

public String ___location()

Get the ___location value.

Returns:

the ___location value

value

public List value()

Get the value value.

Returns:

the value value

withValue

public News withValue(List value)

Set the value value.

Parameters:

value - the value value to set

Returns:

the News object itself.

Applies to