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