Klasse CreateContentPropertyOperationSpec.CreateContentPropertyOperationSpecBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.CreateContentPropertyOperationSpec.CreateContentPropertyOperationSpecBuilder
- Umschließende Klasse:
CreateContentPropertyOperationSpec
public static class CreateContentPropertyOperationSpec.CreateContentPropertyOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbody(@NotNull ContentPropertyCreate body) The content property to be created.build()The ID of the content to add the property to.toString()
-
Methodendetails
-
id
public CreateContentPropertyOperationSpec.CreateContentPropertyOperationSpecBuilder id(@NotNull @NotNull String id) The ID of the content to add the property to.- Gibt zurück:
this.
-
body
public CreateContentPropertyOperationSpec.CreateContentPropertyOperationSpecBuilder body(@NotNull @NotNull ContentPropertyCreate body) The content property to be created.- Gibt zurück:
this.
-
build
-
toString
-