public class FriendsAreFriendsQueryWithExtended extends AbstractQueryBuilder<FriendsAreFriendsQueryWithExtended,java.util.List<AreFriendsExtendedResponse>>
| Constructor and Description |
|---|
FriendsAreFriendsQueryWithExtended(VkApiClient client,
UserActor actor,
java.util.List<java.lang.Long> userIds)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
FriendsAreFriendsQueryWithExtended(VkApiClient client,
UserActor actor,
java.lang.Long... userIds)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
protected FriendsAreFriendsQueryWithExtended |
extended(java.lang.Boolean value)
Return friend request read_state field
|
protected FriendsAreFriendsQueryWithExtended |
getThis()
Get reference to this object
|
FriendsAreFriendsQueryWithExtended |
needSign(java.lang.Boolean value)
'1' - to return 'sign' field.
|
FriendsAreFriendsQueryWithExtended |
userIds(java.util.List<java.lang.Long> value)
IDs of the users whose friendship status to check.
|
FriendsAreFriendsQueryWithExtended |
userIds(java.lang.Long... value)
userIds
IDs of the users whose friendship status to check.
|
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 FriendsAreFriendsQueryWithExtended(VkApiClient client, UserActor actor, java.lang.Long... userIds)
client - VK API clientactor - actor with access tokenuserIds - value of "user ids" parameter.public FriendsAreFriendsQueryWithExtended(VkApiClient client, UserActor actor, java.util.List<java.lang.Long> userIds)
client - VK API clientactor - actor with access tokenuserIds - value of "user ids" parameter.public FriendsAreFriendsQueryWithExtended needSign(java.lang.Boolean value)
value - value of "need sign" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected FriendsAreFriendsQueryWithExtended extended(java.lang.Boolean value)
value - value of "extended" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public FriendsAreFriendsQueryWithExtended userIds(java.lang.Long... value)
value - value of "user ids" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public FriendsAreFriendsQueryWithExtended userIds(java.util.List<java.lang.Long> value)
value - value of "user ids" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected FriendsAreFriendsQueryWithExtended getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<FriendsAreFriendsQueryWithExtended,java.util.List<AreFriendsExtendedResponse>>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<FriendsAreFriendsQueryWithExtended,java.util.List<AreFriendsExtendedResponse>>