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