public class WallGetByIdQuery extends AbstractQueryBuilder<WallGetByIdQuery,GetByIdResponse>
| Constructor and Description |
|---|
WallGetByIdQuery(VkApiClient client,
ServiceActor actor)
Creates a AbstractQueryBuilder instance that can be used to build service api request with various parameters
|
WallGetByIdQuery(VkApiClient client,
ServiceActor actor,
java.util.List<java.lang.String> posts)
Creates a AbstractQueryBuilder instance that can be used to build service api request with various parameters
|
WallGetByIdQuery(VkApiClient client,
ServiceActor actor,
java.lang.String... posts)
Creates a AbstractQueryBuilder instance that can be used to build service api request with various parameters
|
WallGetByIdQuery(VkApiClient client,
UserActor actor)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
WallGetByIdQuery(VkApiClient client,
UserActor actor,
java.util.List<java.lang.String> posts)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
WallGetByIdQuery(VkApiClient client,
UserActor actor,
java.lang.String... posts)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
| Modifier and Type | Method and Description |
|---|---|
WallGetByIdQuery |
copyHistoryDepth(java.lang.Integer value)
Sets the number of parent elements to include in the array 'copy_history' that is returned if the post is a repost from another wall.
|
protected java.util.List<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
WallGetByIdQuery |
extended(java.lang.Boolean value)
'1' - to return user and community objects needed to display posts, '0' - no additional fields are returned (default)
|
WallGetByIdQuery |
fields(java.util.List<UserGroupFields> value)
Set fields
|
WallGetByIdQuery |
fields(UserGroupFields... value)
fields
Set fields
|
protected WallGetByIdQuery |
getThis()
Get reference to this object
|
WallGetByIdQuery |
posts(java.util.List<java.lang.String> value)
User or community IDs and post IDs, separated by underscores.
|
WallGetByIdQuery |
posts(java.lang.String... value)
posts
User or community IDs and post IDs, separated by underscores.
|
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 WallGetByIdQuery(VkApiClient client, UserActor actor, java.lang.String... posts)
client - VK API clientactor - actor with access tokenposts - value of "posts" parameter.public WallGetByIdQuery(VkApiClient client, UserActor actor, java.util.List<java.lang.String> posts)
client - VK API clientactor - actor with access tokenposts - value of "posts" parameter.public WallGetByIdQuery(VkApiClient client, UserActor actor)
client - VK API clientactor - actor with access tokenpublic WallGetByIdQuery(VkApiClient client, ServiceActor actor, java.lang.String... posts)
client - VK API clientactor - actor with access tokenposts - value of "posts" parameter.public WallGetByIdQuery(VkApiClient client, ServiceActor actor, java.util.List<java.lang.String> posts)
client - VK API clientactor - actor with access tokenposts - value of "posts" parameter.public WallGetByIdQuery(VkApiClient client, ServiceActor actor)
client - VK API clientactor - actor with access tokenpublic WallGetByIdQuery extended(java.lang.Boolean value)
value - value of "extended" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public WallGetByIdQuery copyHistoryDepth(java.lang.Integer value)
value - value of "copy history depth" parameter. By default 2.AbstractQueryBuilder object to fulfill the "Builder" pattern.public WallGetByIdQuery posts(java.lang.String... value)
value - value of "posts" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public WallGetByIdQuery posts(java.util.List<java.lang.String> value)
value - value of "posts" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public WallGetByIdQuery fields(UserGroupFields... value)
value - value of "fields" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public WallGetByIdQuery fields(java.util.List<UserGroupFields> value)
value - value of "fields" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected WallGetByIdQuery getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<WallGetByIdQuery,GetByIdResponse>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<WallGetByIdQuery,GetByIdResponse>