public class GroupsEditCallbackServerQuery extends AbstractQueryBuilder<GroupsEditCallbackServerQuery,OkResponse>
| Constructor and Description |
|---|
GroupsEditCallbackServerQuery(VkApiClient client,
GroupActor actor)
Creates a AbstractQueryBuilder instance that can be used to build group api request with various parameters
|
GroupsEditCallbackServerQuery(VkApiClient client,
GroupActor actor,
java.lang.Long groupId,
java.lang.Integer serverId,
java.lang.String url,
java.lang.String title)
Creates a AbstractQueryBuilder instance that can be used to build group api request with various parameters
|
GroupsEditCallbackServerQuery(VkApiClient client,
UserActor actor)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
GroupsEditCallbackServerQuery(VkApiClient client,
UserActor actor,
java.lang.Long groupId,
java.lang.Integer serverId,
java.lang.String url,
java.lang.String title)
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 GroupsEditCallbackServerQuery |
getThis()
Get reference to this object
|
GroupsEditCallbackServerQuery |
groupId(java.lang.Long value)
Set group id
|
GroupsEditCallbackServerQuery |
secretKey(java.lang.String value)
Set secret key
|
GroupsEditCallbackServerQuery |
serverId(java.lang.Integer value)
Set server id
|
GroupsEditCallbackServerQuery |
title(java.lang.String value)
Set title
|
GroupsEditCallbackServerQuery |
url(java.lang.String value)
Set url
|
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 GroupsEditCallbackServerQuery(VkApiClient client, GroupActor actor, java.lang.Long groupId, java.lang.Integer serverId, java.lang.String url, java.lang.String title)
client - VK API clientactor - actor with access tokengroupId - value of "group id" parameter. Minimum is 1. Entity - ownerserverId - value of "server id" parameter. Minimum is 0.url - value of "url" parameter.title - value of "title" parameter.public GroupsEditCallbackServerQuery(VkApiClient client, GroupActor actor)
client - VK API clientactor - actor with access tokenpublic GroupsEditCallbackServerQuery(VkApiClient client, UserActor actor, java.lang.Long groupId, java.lang.Integer serverId, java.lang.String url, java.lang.String title)
client - VK API clientactor - actor with access tokengroupId - value of "group id" parameter. Minimum is 1. Entity - ownerserverId - value of "server id" parameter. Minimum is 0.url - value of "url" parameter.title - value of "title" parameter.public GroupsEditCallbackServerQuery(VkApiClient client, UserActor actor)
client - VK API clientactor - actor with access tokenpublic GroupsEditCallbackServerQuery groupId(java.lang.Long value)
value - value of "group id" parameter. Minimum is 1. Entity - ownerAbstractQueryBuilder object to fulfill the "Builder" pattern.public GroupsEditCallbackServerQuery serverId(java.lang.Integer value)
value - value of "server id" parameter. Minimum is 0.AbstractQueryBuilder object to fulfill the "Builder" pattern.public GroupsEditCallbackServerQuery url(java.lang.String value)
value - value of "url" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public GroupsEditCallbackServerQuery title(java.lang.String value)
value - value of "title" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public GroupsEditCallbackServerQuery secretKey(java.lang.String value)
value - value of "secret key" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected GroupsEditCallbackServerQuery getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<GroupsEditCallbackServerQuery,OkResponse>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<GroupsEditCallbackServerQuery,OkResponse>