public class GroupsGetBannedQuery extends AbstractQueryBuilder<GroupsGetBannedQuery,GetBannedResponse>
| Constructor and Description |
|---|
GroupsGetBannedQuery(VkApiClient client,
GroupActor actor)
Creates a AbstractQueryBuilder instance that can be used to build group api request with various parameters
|
GroupsGetBannedQuery(VkApiClient client,
GroupActor actor,
java.lang.Long groupId)
Creates a AbstractQueryBuilder instance that can be used to build group api request with various parameters
|
GroupsGetBannedQuery(VkApiClient client,
UserActor actor)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
GroupsGetBannedQuery(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 |
|---|---|
GroupsGetBannedQuery |
count(java.lang.Integer value)
Number of users to return.
|
protected java.util.List<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
GroupsGetBannedQuery |
fields(java.util.List<UserGroupFields> value)
Set fields
|
GroupsGetBannedQuery |
fields(UserGroupFields... value)
fields
Set fields
|
protected GroupsGetBannedQuery |
getThis()
Get reference to this object
|
GroupsGetBannedQuery |
groupId(java.lang.Long value)
Community ID.
|
GroupsGetBannedQuery |
offset(java.lang.Integer value)
Offset needed to return a specific subset of users.
|
GroupsGetBannedQuery |
ownerId(java.lang.Long value)
Set owner id
|
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 GroupsGetBannedQuery(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 GroupsGetBannedQuery(VkApiClient client, GroupActor actor)
client - VK API clientactor - actor with access tokenpublic GroupsGetBannedQuery(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 GroupsGetBannedQuery(VkApiClient client, UserActor actor)
client - VK API clientactor - actor with access tokenpublic GroupsGetBannedQuery groupId(java.lang.Long value)
value - value of "group id" parameter. Minimum is 1. Entity - ownerAbstractQueryBuilder object to fulfill the "Builder" pattern.public GroupsGetBannedQuery offset(java.lang.Integer value)
value - value of "offset" parameter. Minimum is 0.AbstractQueryBuilder object to fulfill the "Builder" pattern.public GroupsGetBannedQuery count(java.lang.Integer value)
value - value of "count" parameter. Maximum is 200. Minimum is 0. By default 20.AbstractQueryBuilder object to fulfill the "Builder" pattern.public GroupsGetBannedQuery ownerId(java.lang.Long value)
value - value of "owner id" parameter. Entity - ownerAbstractQueryBuilder object to fulfill the "Builder" pattern.public GroupsGetBannedQuery fields(UserGroupFields... value)
value - value of "fields" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public GroupsGetBannedQuery fields(java.util.List<UserGroupFields> value)
value - value of "fields" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected GroupsGetBannedQuery getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<GroupsGetBannedQuery,GetBannedResponse>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<GroupsGetBannedQuery,GetBannedResponse>