Klasse CreateCustomContentRequestBody.CreateCustomContentRequestBodyBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.CreateCustomContentRequestBody.CreateCustomContentRequestBodyBuilder
- Umschließende Klasse:
CreateCustomContentRequestBody
public static class CreateCustomContentRequestBody.CreateCustomContentRequestBodyBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungatlasDocFormat(CustomContentBodyWrite atlasDocFormat) build()representation(CreateCustomContentRequestBody.RepresentationEnum representation) Type of content representation used for the value field.storage(CustomContentBodyWrite storage) toString()Body of the custom content, in the format found in the representation field.
-
Methodendetails
-
representation
public CreateCustomContentRequestBody.CreateCustomContentRequestBodyBuilder 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
public CreateCustomContentRequestBody.CreateCustomContentRequestBodyBuilder storage(CustomContentBodyWrite storage) - Gibt zurück:
this.
-
atlasDocFormat
public CreateCustomContentRequestBody.CreateCustomContentRequestBodyBuilder atlasDocFormat(CustomContentBodyWrite atlasDocFormat) - Gibt zurück:
this.
-
raw
public CreateCustomContentRequestBody.CreateCustomContentRequestBodyBuilder raw(CustomContentBodyWrite raw) - Gibt zurück:
this.
-
build
-
toString
-