Klasse GetContentPropertiesOperationSpec.GetContentPropertiesOperationSpecBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.GetContentPropertiesOperationSpec.GetContentPropertiesOperationSpecBuilder
- Umschließende Klasse:
GetContentPropertiesOperationSpec
public static class GetContentPropertiesOperationSpec.GetContentPropertiesOperationSpecBuilder
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 properties.The key of the content property.The maximum number of properties to return per page.The starting index of the returned properties.toString()
-
Methodendetails
-
id
public GetContentPropertiesOperationSpec.GetContentPropertiesOperationSpecBuilder id(@NotNull @NotNull String id) The ID of the content to be queried for its properties.- Gibt zurück:
this.
-
key
public GetContentPropertiesOperationSpec.GetContentPropertiesOperationSpecBuilder key(@Nullable @Nullable List<String> key) The key of the content property.- Gibt zurück:
this.
-
expand
public GetContentPropertiesOperationSpec.GetContentPropertiesOperationSpecBuilder expand(@Nullable @Nullable List<String> expand) A multi-value parameter indicating which properties of the content to expand. By default, theversionobject is expanded. -contentreturns the content that the property is stored against. -versionreturns information about the version of the property, such as the version number, when it was created, etc.- Gibt zurück:
this.
-
start
public GetContentPropertiesOperationSpec.GetContentPropertiesOperationSpecBuilder start(@Nullable @Nullable Integer start) The starting index of the returned properties.- Gibt zurück:
this.
-
limit
public GetContentPropertiesOperationSpec.GetContentPropertiesOperationSpecBuilder limit(@Nullable @Nullable Integer limit) The maximum number of properties to return per page. Note, this may be restricted by fixed system limits.- Gibt zurück:
this.
-
build
-
toString
-