public class GroupsGetMembersQueryWithFields extends AbstractQueryBuilder<GroupsGetMembersQueryWithFields,GetMembersFieldsResponse>
| Constructor and Description |
|---|
GroupsGetMembersQueryWithFields(VkApiClient client,
GroupActor actor,
Fields... fields)
Creates a AbstractQueryBuilder instance that can be used to build group api request with various parameters
|
GroupsGetMembersQueryWithFields(VkApiClient client,
GroupActor actor,
java.util.List<Fields> fields)
Creates a AbstractQueryBuilder instance that can be used to build group api request with various parameters
|
GroupsGetMembersQueryWithFields(VkApiClient client,
ServiceActor actor,
Fields... fields)
Creates a AbstractQueryBuilder instance that can be used to build service api request with various parameters
|
GroupsGetMembersQueryWithFields(VkApiClient client,
ServiceActor actor,
java.util.List<Fields> fields)
Creates a AbstractQueryBuilder instance that can be used to build service api request with various parameters
|
GroupsGetMembersQueryWithFields(VkApiClient client,
UserActor actor,
Fields... fields)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
GroupsGetMembersQueryWithFields(VkApiClient client,
UserActor actor,
java.util.List<Fields> fields)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
| Modifier and Type | Method and Description |
|---|---|
GroupsGetMembersQueryWithFields |
count(java.lang.Integer value)
Number of community members to return.
|
protected java.util.List<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
protected GroupsGetMembersQueryWithFields |
fields(Fields... value)
fields
List of additional fields to be returned.
|
protected GroupsGetMembersQueryWithFields |
fields(java.util.List<Fields> value)
List of additional fields to be returned.
|
GroupsGetMembersQueryWithFields |
filter(GetMembersFilter value)
*'friends' - only friends in this community will be returned,, *'unsure' - only those who pressed 'I may attend' will be returned (if it's an event).
|
protected GroupsGetMembersQueryWithFields |
getThis()
Get reference to this object
|
GroupsGetMembersQueryWithFields |
groupId(java.lang.String value)
ID or screen name of the community.
|
GroupsGetMembersQueryWithFields |
offset(java.lang.Integer value)
Offset needed to return a specific subset of community members.
|
GroupsGetMembersQueryWithFields |
sort(GetMembersSort value)
Sort order.
|
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 GroupsGetMembersQueryWithFields(VkApiClient client, GroupActor actor, Fields... fields)
client - VK API clientactor - actor with access tokenpublic GroupsGetMembersQueryWithFields(VkApiClient client, GroupActor actor, java.util.List<Fields> fields)
client - VK API clientactor - actor with access tokenpublic GroupsGetMembersQueryWithFields(VkApiClient client, UserActor actor, Fields... fields)
client - VK API clientactor - actor with access tokenpublic GroupsGetMembersQueryWithFields(VkApiClient client, UserActor actor, java.util.List<Fields> fields)
client - VK API clientactor - actor with access tokenpublic GroupsGetMembersQueryWithFields(VkApiClient client, ServiceActor actor, Fields... fields)
client - VK API clientactor - actor with access tokenpublic GroupsGetMembersQueryWithFields(VkApiClient client, ServiceActor actor, java.util.List<Fields> fields)
client - VK API clientactor - actor with access tokenpublic GroupsGetMembersQueryWithFields groupId(java.lang.String value)
value - value of "group id" parameter. Entity - groupsAbstractQueryBuilder object to fulfill the "Builder" pattern.public GroupsGetMembersQueryWithFields sort(GetMembersSort value)
value - value of "sort" parameter. By default id_asc.AbstractQueryBuilder object to fulfill the "Builder" pattern.public GroupsGetMembersQueryWithFields offset(java.lang.Integer value)
value - value of "offset" parameter. Minimum is 0.AbstractQueryBuilder object to fulfill the "Builder" pattern.public GroupsGetMembersQueryWithFields count(java.lang.Integer value)
value - value of "count" parameter. Minimum is 0. By default 1000.AbstractQueryBuilder object to fulfill the "Builder" pattern.public GroupsGetMembersQueryWithFields filter(GetMembersFilter value)
value - value of "filter" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected GroupsGetMembersQueryWithFields fields(Fields... value)
value - value of "fields" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected GroupsGetMembersQueryWithFields fields(java.util.List<Fields> value)
value - value of "fields" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected GroupsGetMembersQueryWithFields getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<GroupsGetMembersQueryWithFields,GetMembersFieldsResponse>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<GroupsGetMembersQueryWithFields,GetMembersFieldsResponse>