Class FriendsGetMutualQueryWithTargetUids

    • Constructor Detail

      • FriendsGetMutualQueryWithTargetUids

        public FriendsGetMutualQueryWithTargetUids​(VkApiClient client,
                                                   UserActor actor,
                                                   java.lang.Integer... targetUids)
        Creates a AbstractQueryBuilder instance that can be used to build api request with various parameters
        Parameters:
        client - VK API client
        actor - actor with access token
      • FriendsGetMutualQueryWithTargetUids

        public FriendsGetMutualQueryWithTargetUids​(VkApiClient client,
                                                   UserActor actor,
                                                   java.util.List<java.lang.Integer> targetUids)
        Creates a AbstractQueryBuilder instance that can be used to build api request with various parameters
        Parameters:
        client - VK API client
        actor - actor with access token
    • Method Detail

      • sourceUid

        public FriendsGetMutualQueryWithTargetUids sourceUid​(java.lang.Integer value)
        ID of the user whose friends will be checked against the friends of the user specified in 'target_uid'.
        Parameters:
        value - value of "source uid" parameter. Minimum is 0.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • targetUid

        public FriendsGetMutualQueryWithTargetUids targetUid​(java.lang.Integer value)
        ID of the user whose friends will be checked against the friends of the user specified in 'source_uid'.
        Parameters:
        value - value of "target uid" parameter. Minimum is 0.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • order

        public FriendsGetMutualQueryWithTargetUids order​(java.lang.String value)
        Sort order: 'random' — random order
        Parameters:
        value - value of "order" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • count

        public FriendsGetMutualQueryWithTargetUids count​(java.lang.Integer value)
        Number of mutual friends to return.
        Parameters:
        value - value of "count" parameter. Minimum is 0.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • offset

        public FriendsGetMutualQueryWithTargetUids offset​(java.lang.Integer value)
        Offset needed to return a specific subset of mutual friends.
        Parameters:
        value - value of "offset" parameter. Minimum is 0.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • targetUids

        protected FriendsGetMutualQueryWithTargetUids targetUids​(java.lang.Integer... value)
        target_uids IDs of the users whose friends will be checked against the friends of the user specified in 'source_uid'.
        Parameters:
        value - value of "target uids" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • targetUids

        protected FriendsGetMutualQueryWithTargetUids targetUids​(java.util.List<java.lang.Integer> value)
        IDs of the users whose friends will be checked against the friends of the user specified in 'source_uid'.
        Parameters:
        value - value of "target uids" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.