public final class TagsQuery
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFeedName() |
int |
getLimit() |
java.lang.String |
getQuery() |
static TagsQuery |
tagsForFeed(java.lang.String feedName)
Create a query to find all tags for specific feed.
|
static TagsQuery |
tagsForGlobalFeed()
Create a query to find all tags for global feed.
|
TagsQuery |
withLimit(int limit)
Set a limit for a query.
|
TagsQuery |
withName(java.lang.String name)
Create a query to find all tags that starts with name.
|
public static TagsQuery tagsForGlobalFeed()
public static TagsQuery tagsForFeed(java.lang.String feedName)
feedName
- name of the feedpublic TagsQuery withName(java.lang.String name)
name
- query parameter.public TagsQuery withLimit(int limit)
limit
- max count of tags to retrieve.public int getLimit()
public java.lang.String getQuery()
public java.lang.String getFeedName()
(c) Copyright GetSocial BV, 2020. All Rights Reserved.