Klasse GetContentVersionsOperationSpec.GetContentVersionsOperationSpecBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.GetContentVersionsOperationSpec.GetContentVersionsOperationSpecBuilder
- Umschließende Klasse:
GetContentVersionsOperationSpec
public static class GetContentVersionsOperationSpec.GetContentVersionsOperationSpecBuilder
extends Object
-
Methodenübersicht
-
Methodendetails
-
id
public GetContentVersionsOperationSpec.GetContentVersionsOperationSpecBuilder id(@NotNull @NotNull String id) The ID of the content to be queried for its versions.- Gibt zurück:
this.
-
start
public GetContentVersionsOperationSpec.GetContentVersionsOperationSpecBuilder start(@Nullable @Nullable Integer start) The starting index of the returned versions.- Gibt zurück:
this.
-
limit
public GetContentVersionsOperationSpec.GetContentVersionsOperationSpecBuilder limit(@Nullable @Nullable Integer limit) The maximum number of versions to return per page. Note, this may be restricted by fixed system limits.- Gibt zurück:
this.
-
expand
public GetContentVersionsOperationSpec.GetContentVersionsOperationSpecBuilder 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
-