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
  • Felddetails

    • inlineMarkerRef

      protected String inlineMarkerRef
      Property value used to reference the highlighted element in DOM.
    • inlineOriginalSelection

      protected String inlineOriginalSelection
      Text that is highlighted.
  • Konstruktordetails

    • InlineCommentProperties

      public InlineCommentProperties(Consumer<InlineCommentProperties> spec)
      Constructs a validated instance of InlineCommentProperties.
      Parameter:
      spec - the specification to process
    • InlineCommentProperties

      @Internal public InlineCommentProperties(String inlineMarkerRef, String inlineOriginalSelection)
      Constructs a validated instance of InlineCommentProperties.

      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

      public String inlineMarkerRef()
      Property value used to reference the highlighted element in DOM.
    • inlineOriginalSelection

      public String inlineOriginalSelection()
      Text that is highlighted.
    • inlineMarkerRef

      public InlineCommentProperties inlineMarkerRef(String inlineMarkerRef)
      Property value used to reference the highlighted element in DOM.
      Gibt zurück:
      this.
    • inlineOriginalSelection

      public InlineCommentProperties inlineOriginalSelection(String inlineOriginalSelection)
      Text that is highlighted.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object