public class GroupsJoinQuery extends AbstractQueryBuilder<GroupsJoinQuery,OkResponse>
| Constructor and Description |
|---|
GroupsJoinQuery(VkApiClient client,
UserActor actor)
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 GroupsJoinQuery |
getThis()
Get reference to this object
|
GroupsJoinQuery |
groupId(java.lang.Long value)
ID or screen name of the community.
|
GroupsJoinQuery |
notSure(java.lang.String value)
Optional parameter which is taken into account when 'gid' belongs to the event: '1' - Perhaps I will attend, '0' - I will be there for sure (default), ,
|
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 GroupsJoinQuery(VkApiClient client, UserActor actor)
client - VK API clientactor - actor with access tokenpublic GroupsJoinQuery groupId(java.lang.Long value)
value - value of "group id" parameter. Minimum is 1. Entity - ownerAbstractQueryBuilder object to fulfill the "Builder" pattern.public GroupsJoinQuery notSure(java.lang.String value)
value - value of "not sure" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected GroupsJoinQuery getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<GroupsJoinQuery,OkResponse>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<GroupsJoinQuery,OkResponse>