Interface SearchResultLocation.Builder

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

@Mutable @NotThreadSafe public static interface SearchResultLocation.Builder extends SdkPojo, CopyableBuilder<SearchResultLocation.Builder,SearchResultLocation>
  • Method Details

    • searchResultIndex

      SearchResultLocation.Builder searchResultIndex(Integer searchResultIndex)

      The index of the search result content block where the cited content is found.

      Parameters:
      searchResultIndex - The index of the search result content block where the cited content is found.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • start

      The starting position in the content array where the cited content begins.

      Parameters:
      start - The starting position in the content array where the cited content begins.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • end

      The ending position in the content array where the cited content ends.

      Parameters:
      end - The ending position in the content array where the cited content ends.
      Returns:
      Returns a reference to this object so that method calls can be chained together.