TrendingImagesCategory Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. search. imagesearch. models. TrendingImagesCategory
- com.
public class TrendingImagesCategory
Defines the category of trending images.
Constructor Summary
Constructor | Description | |
---|---|---|
TrendingImagesCategory() |
Method Summary
Modifier and Type | Method and Description |
---|---|
java.util.List<Trending |
tiles()
Get the tiles value. |
java.lang.String |
title()
Get the title value. |
Trending |
withTiles(List<TrendingImagesTile> tiles)
Set the tiles value. |
Trending |
withTitle(String title)
Set the title value. |
Methods inherited from java.lang.Object
java.lang.Object.clone
java.lang.Object.equals
java.lang.Object.finalize
java.lang.Object.getClass
java.lang.Object.hashCode
java.lang.Object.notify
java.lang.Object.notifyAll
java.lang.Object.toString
java.lang.Object.wait
java.lang.Object.wait
java.lang.Object.wait
Constructor Details
TrendingImagesCategory
public TrendingImagesCategory()
Method Details
tiles
public List
Get the tiles value.
Returns:
the tiles value
title
public String title()
Get the title value.
Returns:
the title value
withTiles
public TrendingImagesCategory withTiles(List
Set the tiles value.
Parameters:
tiles
- the tiles value to set
Returns:
the TrendingImagesCategory object itself.
withTitle
public TrendingImagesCategory withTitle(String title)
Set the title value.
Parameters:
title
- the title value to set
Returns:
the TrendingImagesCategory object itself.
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