public class FaveGetPostsQuery extends AbstractQueryBuilder<FaveGetPostsQuery,GetPostsResponse>
Constructor and Description |
---|
FaveGetPostsQuery(VkApiClient client,
UserActor actor)
Creates a AbstractQueryBuilder instance that can be used to build api request with various parameters
|
Modifier and Type | Method and Description |
---|---|
FaveGetPostsQuery |
count(java.lang.Integer value)
Number of posts to return.
|
protected java.util.List<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
FaveGetPostsQuery |
extended(java.lang.Boolean value)
Return additional "wall", "profiles", and "groups" fields
false - (default)
|
protected FaveGetPostsQuery |
getThis()
Get reference to this object
|
FaveGetPostsQuery |
offset(java.lang.Integer value)
Offset needed to return a specific subset of posts.
|
accessToken, build, captchaKey, captchaSid, clientSecret, confirm, getBody, getMethod, lang, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, version
execute, executeAsRaw, executeAsString, getClient, getGson, getResponseClass, getUrl
public FaveGetPostsQuery(VkApiClient client, UserActor actor)
client
- VK API clientactor
- actor with access tokenpublic FaveGetPostsQuery offset(java.lang.Integer value)
value
- value of "offset" parameter. Minimum is 0.AbstractQueryBuilder
object to fulfill the "Builder" pattern.public FaveGetPostsQuery count(java.lang.Integer value)
value
- value of "count" parameter. Minimum is 0. By default 50.AbstractQueryBuilder
object to fulfill the "Builder" pattern.public FaveGetPostsQuery extended(java.lang.Boolean value)
value
- value of "extended" parameter.AbstractQueryBuilder
object to fulfill the "Builder" pattern.protected FaveGetPostsQuery getThis()
AbstractQueryBuilder
getThis
in class AbstractQueryBuilder<FaveGetPostsQuery,GetPostsResponse>
AbstractQueryBuilder
object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilder
essentialKeys
in class AbstractQueryBuilder<FaveGetPostsQuery,GetPostsResponse>