Klasse CreatePageRequestBody.CreatePageRequestBodyBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.CreatePageRequestBody.CreatePageRequestBodyBuilder
- Umschließende Klasse:
CreatePageRequestBody
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungatlasDocFormat(PageBodyWrite atlasDocFormat) build()representation(CreatePageRequestBody.RepresentationEnum representation) Type of content representation used for the value field.storage(PageBodyWrite storage) toString()Body of the page, in the format found in the representation field.wiki(PageBodyWrite wiki)
-
Methodendetails
-
representation
public CreatePageRequestBody.CreatePageRequestBodyBuilder representation(CreatePageRequestBody.RepresentationEnum representation) Type of content representation used for the value field.- Gibt zurück:
this.
-
value
Body of the page, in the format found in the representation field.- Gibt zurück:
this.
-
storage
- Gibt zurück:
this.
-
atlasDocFormat
public CreatePageRequestBody.CreatePageRequestBodyBuilder atlasDocFormat(PageBodyWrite atlasDocFormat) - Gibt zurück:
this.
-
wiki
- Gibt zurück:
this.
-
build
-
toString
-