Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Paragraph |
build() |
Paragraph.Builder |
copy(Paragraph model) |
Paragraph.Builder |
end(Integer end)
Where the text with a citation ends in the generated message.
|
Paragraph.Builder |
start(Integer start)
Where the text with a citation starts in the generated message.
|
Paragraph.Builder |
text(String text)
The part of the generated message that contains a citation.
|
public Paragraph.Builder text(String text)
The part of the generated message that contains a citation.
text
- the value to setpublic Paragraph.Builder start(Integer start)
Where the text with a citation starts in the generated message.
start
- the value to setpublic Paragraph.Builder end(Integer end)
Where the text with a citation ends in the generated message.
end
- the value to setpublic Paragraph build()
public Paragraph.Builder copy(Paragraph model)
Copyright © 2016–2025. All rights reserved.