Klasse InlineCommentProperties
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.InlineCommentProperties
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class InlineCommentProperties
extends Object
InlineCommentProperties
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedInlineCommentProperties(String inlineMarkerRef, String inlineOriginalSelection) Constructs a validated instance ofInlineCommentProperties.Constructs a validated instance ofInlineCommentProperties. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()Property value used to reference the highlighted element in DOM.inlineMarkerRef(String inlineMarkerRef) Property value used to reference the highlighted element in DOM.Text that is highlighted.inlineOriginalSelection(String inlineOriginalSelection) Text that is highlighted.toString()
-
Felddetails
-
inlineMarkerRef
Property value used to reference the highlighted element in DOM. -
inlineOriginalSelection
Text that is highlighted.
-
-
Konstruktordetails
-
InlineCommentProperties
Constructs a validated instance ofInlineCommentProperties.- Parameter:
spec- the specification to process
-
InlineCommentProperties
Constructs a validated instance ofInlineCommentProperties.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
InlineCommentProperties(Consumer)instead.- Parameter:
inlineMarkerRef- Property value used to reference the highlighted element in DOM.inlineOriginalSelection- Text that is highlighted.
-
InlineCommentProperties
protected InlineCommentProperties()
-
-
Methodendetails
-
builder
-
inlineMarkerRef
Property value used to reference the highlighted element in DOM. -
inlineOriginalSelection
Text that is highlighted. -
inlineMarkerRef
Property value used to reference the highlighted element in DOM.- Gibt zurück:
this.
-
inlineOriginalSelection
Text that is highlighted.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-