Builder

public abstract class Builder

Builder for RagChunkPageSpan.

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
public abstract RagChunkPageSpan build()
Link copied to clipboard
@CanIgnoreReturnValue()
public RagChunkPageSpan.Builder clearFirstPage()
Clears the value of firstPage field.
Link copied to clipboard
@CanIgnoreReturnValue()
public RagChunkPageSpan.Builder clearLastPage()
Clears the value of lastPage field.
Link copied to clipboard
public abstract RagChunkPageSpan.Builder firstPage(Integer firstPage)
Setter for firstPage.
Link copied to clipboard
public abstract RagChunkPageSpan.Builder lastPage(Integer lastPage)
Setter for lastPage.