Klasse UpdateBlogpostPropertyByIdOperationSpec.UpdateBlogpostPropertyByIdOperationSpecBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v2.spec.UpdateBlogpostPropertyByIdOperationSpec.UpdateBlogpostPropertyByIdOperationSpecBuilder
- Umschließende Klasse:
UpdateBlogpostPropertyByIdOperationSpec
public static class UpdateBlogpostPropertyByIdOperationSpec.UpdateBlogpostPropertyByIdOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungblogpostId(@NotNull Long blogpostId) The ID of the blog post the property belongs to.build()contentPropertyUpdateRequest(@NotNull ContentPropertyUpdateRequest contentPropertyUpdateRequest) The content property to be updated.propertyId(@NotNull Long propertyId) The ID of the property to be updated.toString()
-
Methodendetails
-
blogpostId
public UpdateBlogpostPropertyByIdOperationSpec.UpdateBlogpostPropertyByIdOperationSpecBuilder blogpostId(@NotNull @NotNull Long blogpostId) The ID of the blog post the property belongs to.- Gibt zurück:
this.
-
propertyId
public UpdateBlogpostPropertyByIdOperationSpec.UpdateBlogpostPropertyByIdOperationSpecBuilder propertyId(@NotNull @NotNull Long propertyId) The ID of the property to be updated.- Gibt zurück:
this.
-
contentPropertyUpdateRequest
public UpdateBlogpostPropertyByIdOperationSpec.UpdateBlogpostPropertyByIdOperationSpecBuilder contentPropertyUpdateRequest(@NotNull @NotNull ContentPropertyUpdateRequest contentPropertyUpdateRequest) The content property to be updated.- Gibt zurück:
this.
-
build
-
toString
-