Klasse DeleteContentVersionOperationSpec.DeleteContentVersionOperationSpecBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.DeleteContentVersionOperationSpec.DeleteContentVersionOperationSpecBuilder
- Umschließende Klasse:
DeleteContentVersionOperationSpec
public static class DeleteContentVersionOperationSpec.DeleteContentVersionOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()The ID of the content that the version will be deleted from.toString()versionNumber(@NotNull Integer versionNumber) The number of the version to be deleted.
-
Methodendetails
-
id
public DeleteContentVersionOperationSpec.DeleteContentVersionOperationSpecBuilder id(@NotNull @NotNull String id) The ID of the content that the version will be deleted from.- Gibt zurück:
this.
-
versionNumber
public DeleteContentVersionOperationSpec.DeleteContentVersionOperationSpecBuilder versionNumber(@NotNull @NotNull Integer versionNumber) The number of the version to be deleted. The version number starts from 1 up to current version.- Gibt zurück:
this.
-
build
-
toString
-