public class FriendsGetMutualQueryWithTargetUids extends AbstractQueryBuilder<FriendsGetMutualQueryWithTargetUids,java.util.List<GetMutualTargetUidsResponse>>
| Constructor and Description |
|---|
FriendsGetMutualQueryWithTargetUids(VkApiClient client,
UserActor actor,
java.util.List<java.lang.Long> targetUids)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
FriendsGetMutualQueryWithTargetUids(VkApiClient client,
UserActor actor,
java.lang.Long... targetUids)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
| Modifier and Type | Method and Description |
|---|---|
FriendsGetMutualQueryWithTargetUids |
count(java.lang.Integer value)
Number of mutual friends to return.
|
protected java.util.List<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
protected FriendsGetMutualQueryWithTargetUids |
getThis()
Get reference to this object
|
FriendsGetMutualQueryWithTargetUids |
offset(java.lang.Integer value)
Offset needed to return a specific subset of mutual friends.
|
FriendsGetMutualQueryWithTargetUids |
order(java.lang.String value)
Sort order: 'random' - random order
|
FriendsGetMutualQueryWithTargetUids |
sourceUid(java.lang.Long value)
ID of the user whose friends will be checked against the friends of the user specified in 'target_uid'.
|
FriendsGetMutualQueryWithTargetUids |
targetUid(java.lang.Long value)
ID of the user whose friends will be checked against the friends of the user specified in 'source_uid'.
|
protected FriendsGetMutualQueryWithTargetUids |
targetUids(java.util.List<java.lang.Long> value)
IDs of the users whose friends will be checked against the friends of the user specified in 'source_uid'.
|
protected FriendsGetMutualQueryWithTargetUids |
targetUids(java.lang.Long... value)
targetUids
IDs of the users whose friends will be checked against the friends of the user specified in 'source_uid'.
|
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 FriendsGetMutualQueryWithTargetUids(VkApiClient client, UserActor actor, java.lang.Long... targetUids)
client - VK API clientactor - actor with access tokenpublic FriendsGetMutualQueryWithTargetUids(VkApiClient client, UserActor actor, java.util.List<java.lang.Long> targetUids)
client - VK API clientactor - actor with access tokenpublic FriendsGetMutualQueryWithTargetUids sourceUid(java.lang.Long value)
value - value of "source uid" parameter. Minimum is 1. Entity - ownerAbstractQueryBuilder object to fulfill the "Builder" pattern.public FriendsGetMutualQueryWithTargetUids targetUid(java.lang.Long value)
value - value of "target uid" parameter. Minimum is 1. Entity - ownerAbstractQueryBuilder object to fulfill the "Builder" pattern.public FriendsGetMutualQueryWithTargetUids order(java.lang.String value)
value - value of "order" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public FriendsGetMutualQueryWithTargetUids count(java.lang.Integer value)
value - value of "count" parameter. Minimum is 0.AbstractQueryBuilder object to fulfill the "Builder" pattern.public FriendsGetMutualQueryWithTargetUids offset(java.lang.Integer value)
value - value of "offset" parameter. Minimum is 0.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected FriendsGetMutualQueryWithTargetUids targetUids(java.lang.Long... value)
value - value of "target uids" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected FriendsGetMutualQueryWithTargetUids targetUids(java.util.List<java.lang.Long> value)
value - value of "target uids" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected FriendsGetMutualQueryWithTargetUids getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<FriendsGetMutualQueryWithTargetUids,java.util.List<GetMutualTargetUidsResponse>>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<FriendsGetMutualQueryWithTargetUids,java.util.List<GetMutualTargetUidsResponse>>