Klasse UpdateCustomContentRequest.UpdateCustomContentRequestBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.UpdateCustomContentRequest.UpdateCustomContentRequestBuilder
- Umschließende Klasse:
UpdateCustomContentRequest
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungblogPostId(String blogPostId) ID of the containing Blog Postbuild()customContentId(String customContentId) ID of the containing custom contentId of custom content.ID of the containing pageID of the containing spaceThe status of the custom contentTitle of the custom contenttoString()Type of custom content.version(UpdateCustomContentRequestVersion version)
-
Methodendetails
-
id
Id of custom content.- Gibt zurück:
this.
-
type
Type of custom content.- Gibt zurück:
this.
-
status
public UpdateCustomContentRequest.UpdateCustomContentRequestBuilder status(UpdateCustomContentRequest.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 UpdateCustomContentRequest.UpdateCustomContentRequestBuilder 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 UpdateCustomContentRequest.UpdateCustomContentRequestBuilder body(CreateCustomContentRequestBody body) - Gibt zurück:
this.
-
version
public UpdateCustomContentRequest.UpdateCustomContentRequestBuilder version(UpdateCustomContentRequestVersion version) - Gibt zurück:
this.
-
build
-
toString
-