Klasse GetContentVersionOperationSpec.GetContentVersionOperationSpecBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.GetContentVersionOperationSpec.GetContentVersionOperationSpecBuilder
- Umschließende Klasse:
GetContentVersionOperationSpec
public static class GetContentVersionOperationSpec.GetContentVersionOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()A multi-value parameter indicating which properties of the content to expand.The ID of the content to be queried for its version.toString()versionNumber(@NotNull Integer versionNumber) The number of the version to be retrieved.
-
Methodendetails
-
id
public GetContentVersionOperationSpec.GetContentVersionOperationSpecBuilder id(@NotNull @NotNull String id) The ID of the content to be queried for its version.- Gibt zurück:
this.
-
versionNumber
public GetContentVersionOperationSpec.GetContentVersionOperationSpecBuilder versionNumber(@NotNull @NotNull Integer versionNumber) The number of the version to be retrieved.- Gibt zurück:
this.
-
expand
public GetContentVersionOperationSpec.GetContentVersionOperationSpecBuilder 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
-