Interface Highlight.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Highlight.Builder,Highlight>, SdkBuilder<Highlight.Builder,Highlight>, SdkPojo
Enclosing class:
Highlight

public static interface Highlight.Builder extends SdkPojo, CopyableBuilder<Highlight.Builder,Highlight>
  • Method Details

    • beginOffsetInclusive

      Highlight.Builder beginOffsetInclusive(Integer beginOffsetInclusive)

      The offset for the start of the highlight.

      Parameters:
      beginOffsetInclusive - The offset for the start of the highlight.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endOffsetExclusive

      Highlight.Builder endOffsetExclusive(Integer endOffsetExclusive)

      The offset for the end of the highlight.

      Parameters:
      endOffsetExclusive - The offset for the end of the highlight.
      Returns:
      Returns a reference to this object so that method calls can be chained together.