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