Class TextUpdate.TextUpdateBuilder<O>

  • Enclosing class:
    TextUpdate<O>

    public static class TextUpdate.TextUpdateBuilder<O>
    extends Object
    • Method Detail

      • offset

        public TextUpdate.TextUpdateBuilder<O> offset​(int offset)
        The offset in the input text of the region to replace.
        Parameters:
        offset - The offset in the input text of the region to replace.
        Returns:
        this.
      • length

        public TextUpdate.TextUpdateBuilder<O> length​(int length)
        The length of the input text region to replace. May be 0 to insert something.
        Parameters:
        length - The length of the input text region to replace.
        Returns:
        this.