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