Class MessagesGetConversationsByIdQueryWithExtended

    • Constructor Detail

      • MessagesGetConversationsByIdQueryWithExtended

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

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

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

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