Klasse CreateCustomContentRequest.CreateCustomContentRequestBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.CreateCustomContentRequest.CreateCustomContentRequestBuilder
- Umschließende Klasse:
CreateCustomContentRequest
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungblogPostId
(String blogPostId) ID of the containing Blog Postbuild()
customContentId
(String customContentId) ID of the containing custom contentID of the containing pageID of the containing spaceThe status of the custom contentTitle of the custom contenttoString()
Type of custom content.
-
Methodendetails
-
type
Type of custom content.- Gibt zurück:
this
.
-
status
public CreateCustomContentRequest.CreateCustomContentRequestBuilder status(CreateCustomContentRequest.StatusEnum status) The status of the custom content- Gibt zurück:
this
.
-
spaceId
ID of the containing space- Gibt zurück:
this
.
-
pageId
ID of the containing page- Gibt zurück:
this
.
-
blogPostId
ID of the containing Blog Post- Gibt zurück:
this
.
-
customContentId
public CreateCustomContentRequest.CreateCustomContentRequestBuilder customContentId(String customContentId) ID of the containing custom content- Gibt zurück:
this
.
-
title
Title of the custom content- Gibt zurück:
this
.
-
body
public CreateCustomContentRequest.CreateCustomContentRequestBuilder body(CreateCustomContentRequestBody body) - Gibt zurück:
this
.
-
build
-
toString
-