Klasse RestoreContentVersionOperationSpec.RestoreContentVersionOperationSpecBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.RestoreContentVersionOperationSpec.RestoreContentVersionOperationSpecBuilder
- Umschließende Klasse:
RestoreContentVersionOperationSpec
public static class RestoreContentVersionOperationSpec.RestoreContentVersionOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbody(@NotNull VersionRestore body) The content version to be restored.build()A multi-value parameter indicating which properties of the content to expand.The ID of the content for which the history will be restored.toString()
-
Methodendetails
-
id
public RestoreContentVersionOperationSpec.RestoreContentVersionOperationSpecBuilder id(@NotNull @NotNull String id) The ID of the content for which the history will be restored.- Gibt zurück:
this.
-
body
public RestoreContentVersionOperationSpec.RestoreContentVersionOperationSpecBuilder body(@NotNull @NotNull VersionRestore body) The content version to be restored.- Gibt zurück:
this.
-
expand
public RestoreContentVersionOperationSpec.RestoreContentVersionOperationSpecBuilder expand(@Nullable @Nullable List<String> expand) A multi-value parameter indicating which properties of the content to expand. By default, thecontentobject is expanded. -collaboratorsreturns the users that collaborated on the version. -contentreturns the content for the version.- Gibt zurück:
this.
-
build
-
toString
-