Klasse CommentBodyWrite
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.CommentBodyWrite
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CommentBodyWrite
extends Object
CommentBodyWrite
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classstatic enumType of content representation used for the value field. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected CommentBodyWrite.RepresentationEnumType of content representation used for the value field.protected StringBody of the comment, in the format found in the representation field. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedCommentBodyWrite(CommentBodyWrite.RepresentationEnum representation, String value) Constructs a validated instance ofCommentBodyWrite.Constructs a validated instance ofCommentBodyWrite. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()Type of content representation used for the value field.representation(CommentBodyWrite.RepresentationEnum representation) Type of content representation used for the value field.toString()value()Body of the comment, in the format found in the representation field.Body of the comment, in the format found in the representation field.
-
Felddetails
-
representation
Type of content representation used for the value field. -
value
Body of the comment, in the format found in the representation field.
-
-
Konstruktordetails
-
CommentBodyWrite
Constructs a validated instance ofCommentBodyWrite.- Parameter:
spec- the specification to process
-
CommentBodyWrite
Constructs a validated instance ofCommentBodyWrite.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CommentBodyWrite(Consumer)instead.- Parameter:
representation- Type of content representation used for the value field.value- Body of the comment, in the format found in the representation field.
-
CommentBodyWrite
protected CommentBodyWrite()
-
-
Methodendetails
-
builder
-
representation
Type of content representation used for the value field. -
value
Body of the comment, in the format found in the representation field. -
representation
Type of content representation used for the value field.- Gibt zurück:
this.
-
value
Body of the comment, in the format found in the representation field.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-