public class PagesGetVersionQuery extends AbstractQueryBuilder<PagesGetVersionQuery,GetVersionResponse>
| Constructor and Description |
|---|
PagesGetVersionQuery(VkApiClient client,
UserActor actor)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
PagesGetVersionQuery(VkApiClient client,
UserActor actor,
java.lang.Integer versionId)
Creates a AbstractQueryBuilder instance that can be used to build user 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 PagesGetVersionQuery |
getThis()
Get reference to this object
|
PagesGetVersionQuery |
groupId(java.lang.Long value)
ID of the community that owns the wiki page.
|
PagesGetVersionQuery |
needHtml(java.lang.Boolean value)
'1' - to return the page as HTML
|
PagesGetVersionQuery |
userId(java.lang.Long value)
Set user id
|
PagesGetVersionQuery |
versionId(java.lang.Integer value)
Set version 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 PagesGetVersionQuery(VkApiClient client, UserActor actor, java.lang.Integer versionId)
client - VK API clientactor - actor with access tokenversionId - value of "version id" parameter.public PagesGetVersionQuery(VkApiClient client, UserActor actor)
client - VK API clientactor - actor with access tokenpublic PagesGetVersionQuery versionId(java.lang.Integer value)
value - value of "version id" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public PagesGetVersionQuery groupId(java.lang.Long value)
value - value of "group id" parameter. Entity - ownerAbstractQueryBuilder object to fulfill the "Builder" pattern.public PagesGetVersionQuery userId(java.lang.Long value)
value - value of "user id" parameter. Entity - ownerAbstractQueryBuilder object to fulfill the "Builder" pattern.public PagesGetVersionQuery needHtml(java.lang.Boolean value)
value - value of "need html" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected PagesGetVersionQuery getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<PagesGetVersionQuery,GetVersionResponse>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<PagesGetVersionQuery,GetVersionResponse>