Sdílet prostřednictvím


TrendingImages Class

public class TrendingImages extends Response

The top-level object that the response includes when a trending images request succeeds.

Method Summary

Modifier and Type Method and Description
List<TrendingImagesCategory> categories()

Get the categories value.

TrendingImages withCategories(List<TrendingImagesCategory> categories)

Set the categories value.

Inherited Members

Method Details

categories

public List categories()

Get the categories value.

Returns:

the categories value

withCategories

public TrendingImages withCategories(List categories)

Set the categories value.

Parameters:

categories - the categories value to set

Returns:

the TrendingImages object itself.

Applies to