public class GroupsInviteQuery extends AbstractQueryBuilder<GroupsInviteQuery,OkResponse>
| Constructor and Description |
|---|
GroupsInviteQuery(VkApiClient client,
UserActor actor)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
GroupsInviteQuery(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 |
|---|---|
protected java.util.List<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
protected GroupsInviteQuery |
getThis()
Get reference to this object
|
GroupsInviteQuery |
groupId(java.lang.Long value)
Community ID.
|
GroupsInviteQuery |
userId(java.lang.Long value)
User ID.
|
GroupsInviteQuery |
userIdsList(java.util.List<java.lang.Long> value)
User IDs.
|
GroupsInviteQuery |
userIdsList(java.lang.Long... value)
userIdsList
User IDs.
|
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 GroupsInviteQuery(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 GroupsInviteQuery(VkApiClient client, UserActor actor)
client - VK API clientactor - actor with access tokenpublic GroupsInviteQuery groupId(java.lang.Long value)
value - value of "group id" parameter. Minimum is 1. Entity - ownerAbstractQueryBuilder object to fulfill the "Builder" pattern.public GroupsInviteQuery userId(java.lang.Long value)
value - value of "user id" parameter. Minimum is 1. Entity - ownerAbstractQueryBuilder object to fulfill the "Builder" pattern.public GroupsInviteQuery userIdsList(java.lang.Long... value)
value - value of "user ids list" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public GroupsInviteQuery userIdsList(java.util.List<java.lang.Long> value)
value - value of "user ids list" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected GroupsInviteQuery getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<GroupsInviteQuery,OkResponse>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<GroupsInviteQuery,OkResponse>