public class GroupsGetQueryWithObjectExtended extends AbstractQueryBuilder<GroupsGetQueryWithObjectExtended,GetObjectExtendedResponse>
| Constructor and Description |
|---|
GroupsGetQueryWithObjectExtended(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 |
|---|---|
GroupsGetQueryWithObjectExtended |
count(java.lang.Integer value)
Number of communities to return.
|
protected java.util.List<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
GroupsGetQueryWithObjectExtended |
extended(java.lang.Boolean value)
'1' - to return complete information about a user's communities, '0' - to return a list of community IDs without any additional fields (default),
|
GroupsGetQueryWithObjectExtended |
fields(Fields... value)
fields
Profile fields to return.
|
GroupsGetQueryWithObjectExtended |
fields(java.util.List<Fields> value)
Profile fields to return.
|
GroupsGetQueryWithObjectExtended |
filter(Filter... value)
filter
Types of communities to return: 'admin' - to return communities administered by the user , 'editor' - to return communities where the user is an administrator or editor, 'moder' - to return communities where the user is an administrator, editor, or moderator, 'groups' - to return only groups, 'publics' - to return only public pages, 'events' - to return only events
|
GroupsGetQueryWithObjectExtended |
filter(java.util.List<Filter> value)
Types of communities to return: 'admin' - to return communities administered by the user , 'editor' - to return communities where the user is an administrator or editor, 'moder' - to return communities where the user is an administrator, editor, or moderator, 'groups' - to return only groups, 'publics' - to return only public pages, 'events' - to return only events
|
protected GroupsGetQueryWithObjectExtended |
getThis()
Get reference to this object
|
GroupsGetQueryWithObjectExtended |
offset(java.lang.Integer value)
Offset needed to return a specific subset of communities.
|
GroupsGetQueryWithObjectExtended |
userId(java.lang.Long value)
User 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 GroupsGetQueryWithObjectExtended(VkApiClient client, UserActor actor)
client - VK API clientactor - actor with access tokenpublic GroupsGetQueryWithObjectExtended userId(java.lang.Long value)
value - value of "user id" parameter. Minimum is 1. Entity - ownerAbstractQueryBuilder object to fulfill the "Builder" pattern.public GroupsGetQueryWithObjectExtended extended(java.lang.Boolean value)
value - value of "extended" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public GroupsGetQueryWithObjectExtended offset(java.lang.Integer value)
value - value of "offset" parameter. Minimum is 0.AbstractQueryBuilder object to fulfill the "Builder" pattern.public GroupsGetQueryWithObjectExtended count(java.lang.Integer value)
value - value of "count" parameter. Maximum is 1000. Minimum is 0.AbstractQueryBuilder object to fulfill the "Builder" pattern.public GroupsGetQueryWithObjectExtended filter(Filter... value)
value - value of "filter" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public GroupsGetQueryWithObjectExtended filter(java.util.List<Filter> value)
value - value of "filter" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public GroupsGetQueryWithObjectExtended fields(Fields... value)
value - value of "fields" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public GroupsGetQueryWithObjectExtended fields(java.util.List<Fields> value)
value - value of "fields" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected GroupsGetQueryWithObjectExtended getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<GroupsGetQueryWithObjectExtended,GetObjectExtendedResponse>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<GroupsGetQueryWithObjectExtended,GetObjectExtendedResponse>