public class GroupsSetSettingsQuery extends AbstractQueryBuilder<GroupsSetSettingsQuery,OkResponse>
| Constructor and Description |
|---|
GroupsSetSettingsQuery(VkApiClient client,
GroupActor actor)
Creates a AbstractQueryBuilder instance that can be used to build group api request with various parameters
|
GroupsSetSettingsQuery(VkApiClient client,
GroupActor actor,
java.lang.Long groupId)
Creates a AbstractQueryBuilder instance that can be used to build group api request with various parameters
|
GroupsSetSettingsQuery(VkApiClient client,
UserActor actor)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
GroupsSetSettingsQuery(VkApiClient client,
UserActor actor,
java.lang.Long groupId)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
| Modifier and Type | Method and Description |
|---|---|
GroupsSetSettingsQuery |
botsAddToChat(java.lang.Boolean value)
If this setting is enabled then users can add your community to a chat
|
GroupsSetSettingsQuery |
botsCapabilities(java.lang.Boolean value)
By enabling bot abilities, you can send users messages with a customized keyboard attached as well as use other promotional abilities
|
GroupsSetSettingsQuery |
botsStartButton(java.lang.Boolean value)
If this setting is enabled, users will see a Start button when they start a chat with your community for the first time
|
protected java.util.List<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
protected GroupsSetSettingsQuery |
getThis()
Get reference to this object
|
GroupsSetSettingsQuery |
groupId(java.lang.Long value)
Set group id
|
GroupsSetSettingsQuery |
messages(java.lang.Boolean value)
Set messages
|
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 GroupsSetSettingsQuery(VkApiClient client, GroupActor actor, java.lang.Long groupId)
client - VK API clientactor - actor with access tokengroupId - value of "group id" parameter. Minimum is 1. Entity - ownerpublic GroupsSetSettingsQuery(VkApiClient client, GroupActor actor)
client - VK API clientactor - actor with access tokenpublic GroupsSetSettingsQuery(VkApiClient client, UserActor actor, java.lang.Long groupId)
client - VK API clientactor - actor with access tokengroupId - value of "group id" parameter. Minimum is 1. Entity - ownerpublic GroupsSetSettingsQuery(VkApiClient client, UserActor actor)
client - VK API clientactor - actor with access tokenpublic GroupsSetSettingsQuery groupId(java.lang.Long value)
value - value of "group id" parameter. Minimum is 1. Entity - ownerAbstractQueryBuilder object to fulfill the "Builder" pattern.public GroupsSetSettingsQuery messages(java.lang.Boolean value)
value - value of "messages" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public GroupsSetSettingsQuery botsCapabilities(java.lang.Boolean value)
value - value of "bots capabilities" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public GroupsSetSettingsQuery botsStartButton(java.lang.Boolean value)
value - value of "bots start button" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public GroupsSetSettingsQuery botsAddToChat(java.lang.Boolean value)
value - value of "bots add to chat" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected GroupsSetSettingsQuery getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<GroupsSetSettingsQuery,OkResponse>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<GroupsSetSettingsQuery,OkResponse>