Class NotesEditCommentQuery

    • Constructor Detail

      • NotesEditCommentQuery

        public NotesEditCommentQuery​(VkApiClient client,
                                     UserActor actor,
                                     int commentId,
                                     java.lang.String message)
        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
        commentId - value of "comment id" parameter. Minimum is 0.
        message - value of "message" parameter.
    • Method Detail

      • commentId

        protected NotesEditCommentQuery commentId​(int value)
        Comment ID.
        Parameters:
        value - value of "comment id" parameter. Minimum is 0.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • ownerId

        public NotesEditCommentQuery 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.
      • message

        protected NotesEditCommentQuery message​(java.lang.String value)
        New comment text.
        Parameters:
        value - value of "message" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.