Klasse ContentBodyCreateStorage
java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.ContentBodyCreateStorage
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ContentBodyCreateStorage
extends Object
ContentBodyCreateStorage
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classstatic enumThe content format type. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungThe content format type.protected StringThe body of the content in the relevant format. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedContentBodyCreateStorage(String value, ContentBodyCreateStorage.RepresentationEnum representation) Constructs a validated instance ofContentBodyCreateStorage.Constructs a validated instance ofContentBodyCreateStorage. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()The content format type.representation(ContentBodyCreateStorage.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
-
ContentBodyCreateStorage
Constructs a validated instance ofContentBodyCreateStorage.- Parameter:
spec- the specification to process
-
ContentBodyCreateStorage
@Internal public ContentBodyCreateStorage(String value, ContentBodyCreateStorage.RepresentationEnum representation) Constructs a validated instance ofContentBodyCreateStorage.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ContentBodyCreateStorage(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'.
-
ContentBodyCreateStorage
protected ContentBodyCreateStorage()
-
-
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
public ContentBodyCreateStorage representation(ContentBodyCreateStorage.RepresentationEnum 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
-