Class FaveGetPhotosQuery

    • Constructor Detail

      • FaveGetPhotosQuery

        public FaveGetPhotosQuery​(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

      • offset

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

        public FaveGetPhotosQuery count​(java.lang.Integer value)
        Number of photos to return.
        Parameters:
        value - value of "count" parameter. Minimum is 0. By default 50.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.