Class AdsGetMusiciansByIdsQuery

    • Constructor Detail

      • AdsGetMusiciansByIdsQuery

        public AdsGetMusiciansByIdsQuery​(VkApiClient client,
                                         UserActor actor,
                                         java.lang.Integer... ids)
        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
        ids - value of "ids" parameter.
      • AdsGetMusiciansByIdsQuery

        public AdsGetMusiciansByIdsQuery​(VkApiClient client,
                                         UserActor actor,
                                         java.util.List<java.lang.Integer> ids)
        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
        ids - value of "ids" parameter.