public class WallPinQuery extends AbstractQueryBuilder<WallPinQuery,OkResponse>
Constructor and Description |
---|
WallPinQuery(VkApiClient client,
UserActor actor,
int postId)
Creates a AbstractQueryBuilder instance that can be used to build api request with various parameters
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
protected WallPinQuery |
getThis()
Get reference to this object
|
WallPinQuery |
ownerId(java.lang.Integer value)
ID of the user or community that owns the wall.
|
protected WallPinQuery |
postId(int value)
Post ID.
|
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 WallPinQuery(VkApiClient client, UserActor actor, int postId)
client
- VK API clientactor
- actor with access tokenpostId
- value of "post id" parameter. Minimum is 0.public WallPinQuery ownerId(java.lang.Integer value)
value
- value of "owner id" parameter.AbstractQueryBuilder
object to fulfill the "Builder" pattern.protected WallPinQuery postId(int value)
value
- value of "post id" parameter. Minimum is 0.AbstractQueryBuilder
object to fulfill the "Builder" pattern.protected WallPinQuery getThis()
AbstractQueryBuilder
getThis
in class AbstractQueryBuilder<WallPinQuery,OkResponse>
AbstractQueryBuilder
object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilder
essentialKeys
in class AbstractQueryBuilder<WallPinQuery,OkResponse>