Klasse ContentBodyCreate
java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.ContentBodyCreate
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ContentBodyCreate
extends Object
ContentBodyCreate
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classstatic enumThe content format type. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected ContentBodyCreate.RepresentationEnumThe content format type.protected StringThe body of the content in the relevant format. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedContentBodyCreate(String value, ContentBodyCreate.RepresentationEnum representation) Constructs a validated instance ofContentBodyCreate.Constructs a validated instance ofContentBodyCreate. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()The content format type.representation(ContentBodyCreate.RepresentationEnum representation) The content format type.toString()value()The body of the content in the relevant format.The body of the content in the relevant format.
-
Felddetails
-
value
The body of the content in the relevant format. -
representation
The content format type. Set the value of this property to the name of the format being used, e.g. 'storage'.
-
-
Konstruktordetails
-
ContentBodyCreate
Constructs a validated instance ofContentBodyCreate.- Parameter:
spec- the specification to process
-
ContentBodyCreate
@Internal public ContentBodyCreate(String value, ContentBodyCreate.RepresentationEnum representation) Constructs a validated instance ofContentBodyCreate.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ContentBodyCreate(Consumer)instead.- Parameter:
value- The body of the content in the relevant format.representation- The content format type. Set the value of this property to the name of the format being used, e.g. 'storage'.
-
ContentBodyCreate
protected ContentBodyCreate()
-
-
Methodendetails
-
builder
-
value
The body of the content in the relevant format. -
representation
The content format type. Set the value of this property to the name of the format being used, e.g. 'storage'. -
value
The body of the content in the relevant format.- Gibt zurück:
this.
-
representation
The content format type. Set the value of this property to the name of the format being used, e.g. 'storage'.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-