public class AppsGetFriendsListQuery extends AbstractQueryBuilder<AppsGetFriendsListQuery,GetFriendsListResponse>
| Constructor and Description |
|---|
AppsGetFriendsListQuery(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 |
|---|---|
AppsGetFriendsListQuery |
count(java.lang.Integer value)
List size.
|
protected java.util.List<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
AppsGetFriendsListQuery |
extended(java.lang.Boolean value)
Set extended
|
AppsGetFriendsListQuery |
fields(Fields... value)
fields
Additional profile fields, see [vk.com/dev/fields|description].
|
AppsGetFriendsListQuery |
fields(java.util.List<Fields> value)
Additional profile fields, see [vk.com/dev/fields|description].
|
protected AppsGetFriendsListQuery |
getThis()
Get reference to this object
|
AppsGetFriendsListQuery |
offset(java.lang.Integer value)
Set offset
|
AppsGetFriendsListQuery |
query(java.lang.String value)
Search query string (e.g., 'Vasya Babich').
|
AppsGetFriendsListQuery |
type(GetFriendsListType value)
List type.
|
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 AppsGetFriendsListQuery(VkApiClient client, UserActor actor)
client - VK API clientactor - actor with access tokenpublic AppsGetFriendsListQuery extended(java.lang.Boolean value)
value - value of "extended" parameter. By default 0.AbstractQueryBuilder object to fulfill the "Builder" pattern.public AppsGetFriendsListQuery count(java.lang.Integer value)
value - value of "count" parameter. Maximum is 5000. Minimum is 0. By default 20.AbstractQueryBuilder object to fulfill the "Builder" pattern.public AppsGetFriendsListQuery offset(java.lang.Integer value)
value - value of "offset" parameter. Minimum is 0. By default 0.AbstractQueryBuilder object to fulfill the "Builder" pattern.public AppsGetFriendsListQuery type(GetFriendsListType value)
value - value of "type" parameter. By default invite.AbstractQueryBuilder object to fulfill the "Builder" pattern.public AppsGetFriendsListQuery query(java.lang.String value)
value - value of "query" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public AppsGetFriendsListQuery fields(Fields... value)
value - value of "fields" parameter. By default [photo_200].AbstractQueryBuilder object to fulfill the "Builder" pattern.public AppsGetFriendsListQuery fields(java.util.List<Fields> value)
value - value of "fields" parameter. By default [photo_200].AbstractQueryBuilder object to fulfill the "Builder" pattern.protected AppsGetFriendsListQuery getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<AppsGetFriendsListQuery,GetFriendsListResponse>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<AppsGetFriendsListQuery,GetFriendsListResponse>