public interface Trends
Trends
gives access to search trend data.Modifier and Type | Interface and Description |
---|---|
static interface |
Trends.Query |
Modifier and Type | Method and Description |
---|---|
int |
getMaxQueries() |
int |
getMaxSize() |
int |
getMinSize() |
java.util.List<Trends.Query> |
getQueries() |
void |
setMaxQueries(int maxQueries) |
void |
setMaxSize(int maxSize) |
void |
setMinSize(int minSize) |
java.util.List<Trends.Query> getQueries() throws RepositoryException
RepositoryException
int getMinSize()
void setMinSize(int minSize)
minSize
- the new minimal font sizeint getMaxSize()
void setMaxSize(int maxSize)
maxSize
- the new maximum font size.int getMaxQueries()
void setMaxQueries(int maxQueries)
maxQueries
- the new maximum number of queries to return.Copyright © 2010 - 2020 Adobe. All Rights Reserved