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