Class NotesGetCommentsQuery

    • Constructor Detail

      • NotesGetCommentsQuery

        public NotesGetCommentsQuery​(VkApiClient client,
                                     UserActor actor,
                                     int noteId)
        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
        noteId - value of "note id" parameter. Minimum is 0.
    • Method Detail

      • noteId

        protected NotesGetCommentsQuery noteId​(int value)
        Note ID.
        Parameters:
        value - value of "note id" parameter. Minimum is 0.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • ownerId

        public NotesGetCommentsQuery ownerId​(java.lang.Integer value)
        Note owner ID.
        Parameters:
        value - value of "owner id" parameter. Minimum is 0.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • sort

        public NotesGetCommentsQuery sort​(GetCommentsSort value)
        Set sort
        Parameters:
        value - value of "sort" parameter. Minimum is 0. By default 0.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • offset

        public NotesGetCommentsQuery offset​(java.lang.Integer value)
        Set offset
        Parameters:
        value - value of "offset" parameter. Minimum is 0. By default 0.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • count

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