Class NotesEditQuery

    • Constructor Detail

      • NotesEditQuery

        public NotesEditQuery​(VkApiClient client,
                              UserActor actor,
                              int noteId,
                              java.lang.String title,
                              java.lang.String text)
        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.
        title - value of "title" parameter.
        text - value of "text" parameter.
    • Method Detail

      • noteId

        protected NotesEditQuery 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.
      • title

        protected NotesEditQuery title​(java.lang.String value)
        Note title.
        Parameters:
        value - value of "title" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • text

        protected NotesEditQuery text​(java.lang.String value)
        Note text.
        Parameters:
        value - value of "text" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • privacyView

        public NotesEditQuery privacyView​(java.lang.String... value)
        privacy_view Set privacy view
        Parameters:
        value - value of "privacy view" parameter. By default all.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • privacyView

        public NotesEditQuery privacyView​(java.util.List<java.lang.String> value)
        Set privacy view
        Parameters:
        value - value of "privacy view" parameter. By default all.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • privacyComment

        public NotesEditQuery privacyComment​(java.lang.String... value)
        privacy_comment Set privacy comment
        Parameters:
        value - value of "privacy comment" parameter. By default all.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • privacyComment

        public NotesEditQuery privacyComment​(java.util.List<java.lang.String> value)
        Set privacy comment
        Parameters:
        value - value of "privacy comment" parameter. By default all.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.