Klasse CreateInlineCommentModelInlineCommentProperties
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.CreateInlineCommentModelInlineCommentProperties
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateInlineCommentModelInlineCommentProperties
extends Object
CreateInlineCommentModelInlineCommentProperties
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedCreateInlineCommentModelInlineCommentProperties(String textSelection, Integer textSelectionMatchCount, Integer textSelectionMatchIndex) Constructs a validated instance ofCreateInlineCommentModelInlineCommentProperties.CreateInlineCommentModelInlineCommentProperties(Consumer<CreateInlineCommentModelInlineCommentProperties> spec) Constructs a validated instance ofCreateInlineCommentModelInlineCommentProperties. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()The text to highlighttextSelection(String textSelection) The text to highlightThe number of matches for the selected text on the page (should be strictly greater than textSelectionMatchIndex)textSelectionMatchCount(Integer textSelectionMatchCount) The number of matches for the selected text on the page (should be strictly greater than textSelectionMatchIndex)The match index to highlight.textSelectionMatchIndex(Integer textSelectionMatchIndex) The match index to highlight.toString()
-
Felddetails
-
textSelection
The text to highlight -
textSelectionMatchCount
The number of matches for the selected text on the page (should be strictly greater than textSelectionMatchIndex) -
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.
-
-
Konstruktordetails
-
CreateInlineCommentModelInlineCommentProperties
public CreateInlineCommentModelInlineCommentProperties(Consumer<CreateInlineCommentModelInlineCommentProperties> spec) Constructs a validated instance ofCreateInlineCommentModelInlineCommentProperties.- Parameter:
spec- the specification to process
-
CreateInlineCommentModelInlineCommentProperties
@Internal public CreateInlineCommentModelInlineCommentProperties(String textSelection, Integer textSelectionMatchCount, Integer textSelectionMatchIndex) Constructs a validated instance ofCreateInlineCommentModelInlineCommentProperties.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CreateInlineCommentModelInlineCommentProperties(Consumer)instead.- Parameter:
textSelection- The text to highlighttextSelectionMatchCount- The number of matches for the selected text on the page (should be strictly greater than textSelectionMatchIndex)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.
-
CreateInlineCommentModelInlineCommentProperties
protected CreateInlineCommentModelInlineCommentProperties()
-
-
Methodendetails
-
builder
-
textSelection
The text to highlight -
textSelectionMatchCount
The number of matches for the selected text on the page (should be strictly greater than textSelectionMatchIndex) -
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. -
textSelection
The text to highlight- Gibt zurück:
this.
-
textSelectionMatchCount
public CreateInlineCommentModelInlineCommentProperties 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 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.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-