Class MarketGetOrderByIdQuery

    • Constructor Detail

      • MarketGetOrderByIdQuery

        public MarketGetOrderByIdQuery​(VkApiClient client,
                                       UserActor actor,
                                       int orderId)
        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
        orderId - value of "order id" parameter. Minimum is 0.
      • MarketGetOrderByIdQuery

        public MarketGetOrderByIdQuery​(VkApiClient client,
                                       GroupActor actor,
                                       int orderId)
        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
        orderId - value of "order id" parameter. Minimum is 0.