Klasse CreateCustomContentRequestBody
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.CreateCustomContentRequestBody
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateCustomContentRequestBody
extends Object
CreateCustomContentRequestBody
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classstatic enumType of content representation used for the value field. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected CustomContentBodyWriteprotected CustomContentBodyWriteType of content representation used for the value field.protected CustomContentBodyWriteprotected StringBody of the custom content, in the format found in the representation field. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedCreateCustomContentRequestBody(CreateCustomContentRequestBody.RepresentationEnum representation, String value, CustomContentBodyWrite storage, CustomContentBodyWrite atlasDocFormat, CustomContentBodyWrite raw) Constructs a validated instance ofCreateCustomContentRequestBody.Constructs a validated instance ofCreateCustomContentRequestBody. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungatlasDocFormat(CustomContentBodyWrite atlasDocFormat) builder()protected booleanbooleaninthashCode()raw()Type of content representation used for the value field.representation(CreateCustomContentRequestBody.RepresentationEnum representation) Type of content representation used for the value field.storage()storage(CustomContentBodyWrite storage) 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. -
storage
-
atlasDocFormat
-
raw
-
-
Konstruktordetails
-
CreateCustomContentRequestBody
Constructs a validated instance ofCreateCustomContentRequestBody.- Parameter:
spec- the specification to process
-
CreateCustomContentRequestBody
@Internal public CreateCustomContentRequestBody(CreateCustomContentRequestBody.RepresentationEnum representation, String value, CustomContentBodyWrite storage, CustomContentBodyWrite atlasDocFormat, CustomContentBodyWrite raw) Constructs a validated instance ofCreateCustomContentRequestBody.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CreateCustomContentRequestBody(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.storage- storageatlasDocFormat- atlasDocFormatraw- raw
-
CreateCustomContentRequestBody
protected CreateCustomContentRequestBody()
-
-
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. -
storage
-
atlasDocFormat
-
raw
-
representation
public CreateCustomContentRequestBody representation(CreateCustomContentRequestBody.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.
-
storage
- Gibt zurück:
this.
-
atlasDocFormat
- Gibt zurück:
this.
-
raw
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-