Class FriendsGetByPhonesQuery

    • Constructor Detail

      • FriendsGetByPhonesQuery

        public FriendsGetByPhonesQuery​(VkApiClient client,
                                       UserActor actor)
        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

      • phones

        public FriendsGetByPhonesQuery phones​(java.lang.String... value)
        phones List of phone numbers in MSISDN format (maximum 1000). Example: "+79219876543,+79111234567"
        Parameters:
        value - value of "phones" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • phones

        public FriendsGetByPhonesQuery phones​(java.util.List<java.lang.String> value)
        List of phone numbers in MSISDN format (maximum 1000). Example: "+79219876543,+79111234567"
        Parameters:
        value - value of "phones" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • fields

        public FriendsGetByPhonesQuery fields​(Fields... value)
        fields Profile fields to return. Sample values: 'nickname', 'screen_name', 'sex', 'bdate' (birthdate), 'city', 'country', 'timezone', 'photo', 'photo_medium', 'photo_big', 'has_mobile', 'rate', 'contacts', 'education', 'online, counters'.
        Parameters:
        value - value of "fields" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • fields

        public FriendsGetByPhonesQuery fields​(java.util.List<Fields> value)
        Profile fields to return. Sample values: 'nickname', 'screen_name', 'sex', 'bdate' (birthdate), 'city', 'country', 'timezone', 'photo', 'photo_medium', 'photo_big', 'has_mobile', 'rate', 'contacts', 'education', 'online, counters'.
        Parameters:
        value - value of "fields" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.