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