Klasse CreateInlineCommentModelInlineCommentProperties.CreateInlineCommentModelInlineCommentPropertiesBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.CreateInlineCommentModelInlineCommentProperties.CreateInlineCommentModelInlineCommentPropertiesBuilder
- Umschließende Klasse:
CreateInlineCommentModelInlineCommentProperties
public static class CreateInlineCommentModelInlineCommentProperties.CreateInlineCommentModelInlineCommentPropertiesBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
textSelection
(String textSelection) The text to highlighttextSelectionMatchCount
(Integer textSelectionMatchCount) The number of matches for the selected text on the page (should be strictly greater than textSelectionMatchIndex)textSelectionMatchIndex
(Integer textSelectionMatchIndex) The match index to highlight.toString()
-
Methodendetails
-
textSelection
public CreateInlineCommentModelInlineCommentProperties.CreateInlineCommentModelInlineCommentPropertiesBuilder textSelection(String textSelection) The text to highlight- Gibt zurück:
this
.
-
textSelectionMatchCount
public CreateInlineCommentModelInlineCommentProperties.CreateInlineCommentModelInlineCommentPropertiesBuilder textSelectionMatchCount(Integer textSelectionMatchCount) The number of matches for the selected text on the page (should be strictly greater than textSelectionMatchIndex)- Gibt zurück:
this
.
-
textSelectionMatchIndex
public CreateInlineCommentModelInlineCommentProperties.CreateInlineCommentModelInlineCommentPropertiesBuilder textSelectionMatchIndex(Integer textSelectionMatchIndex) The match index to highlight. This is zero-based. E.g. if you have 3 occurrences of "hello world" on a page and you want to highlight the second occurrence, you should pass 1 for textSelectionMatchIndex and 3 for textSelectionMatchCount.- Gibt zurück:
this
.
-
build
-
toString
-