public class WallGetRepostsQuery extends AbstractQueryBuilder<WallGetRepostsQuery,GetRepostsResponse>
| Constructor and Description |
|---|
WallGetRepostsQuery(VkApiClient client,
ServiceActor actor)
Creates a AbstractQueryBuilder instance that can be used to build service api request with various parameters
|
WallGetRepostsQuery(VkApiClient client,
UserActor actor)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
| Modifier and Type | Method and Description |
|---|---|
WallGetRepostsQuery |
count(java.lang.Integer value)
Number of reposts to return.
|
protected java.util.List<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
protected WallGetRepostsQuery |
getThis()
Get reference to this object
|
WallGetRepostsQuery |
offset(java.lang.Integer value)
Offset needed to return a specific subset of reposts.
|
WallGetRepostsQuery |
ownerId(java.lang.Long value)
User ID or community ID.
|
WallGetRepostsQuery |
postId(java.lang.Integer value)
Post ID.
|
accessToken, build, captchaKey, captchaSid, clientSecret, confirm, getBody, getMethod, getParams, getQueryHeaders, lang, toString, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, version, withHeader, withHeadersaddHeader, addHeaders, execute, executeAsRaw, executeAsString, executeAsStringWithReturningFullInfo, executeTypeable, executeTypeableWithoutRetry, executeWithoutRetry, getClient, getCookie, getGson, getHeaders, getResponseClass, getUrl, setCookie, setCookies, setHeaders, setHeaderspublic WallGetRepostsQuery(VkApiClient client, UserActor actor)
client - VK API clientactor - actor with access tokenpublic WallGetRepostsQuery(VkApiClient client, ServiceActor actor)
client - VK API clientactor - actor with access tokenpublic WallGetRepostsQuery ownerId(java.lang.Long value)
value - value of "owner id" parameter. Entity - ownerAbstractQueryBuilder object to fulfill the "Builder" pattern.public WallGetRepostsQuery postId(java.lang.Integer value)
value - value of "post id" parameter. Minimum is 0.AbstractQueryBuilder object to fulfill the "Builder" pattern.public WallGetRepostsQuery offset(java.lang.Integer value)
value - value of "offset" parameter. Minimum is 0.AbstractQueryBuilder object to fulfill the "Builder" pattern.public WallGetRepostsQuery count(java.lang.Integer value)
value - value of "count" parameter. Maximum is 1000. Minimum is 0. By default 20.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected WallGetRepostsQuery getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<WallGetRepostsQuery,GetRepostsResponse>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<WallGetRepostsQuery,GetRepostsResponse>