Klasse GetContentPropertyOperationSpec.GetContentPropertyOperationSpecBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.GetContentPropertyOperationSpec.GetContentPropertyOperationSpecBuilder
- Umschließende Klasse:
GetContentPropertyOperationSpec
public static class GetContentPropertyOperationSpec.GetContentPropertyOperationSpecBuilder
extends Object
-
Methodenübersicht
-
Methodendetails
-
id
public GetContentPropertyOperationSpec.GetContentPropertyOperationSpecBuilder id(@NotNull @NotNull String id) The ID of the content to be queried for the property.- Gibt zurück:
this.
-
key
public GetContentPropertyOperationSpec.GetContentPropertyOperationSpecBuilder key(@NotNull @NotNull String key) The key of the content property.- Gibt zurück:
this.
-
expand
public GetContentPropertyOperationSpec.GetContentPropertyOperationSpecBuilder 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.
-
status
public GetContentPropertyOperationSpec.GetContentPropertyOperationSpecBuilder status(@Nullable @Nullable List<String> status) Filter the results to a set of content based on their status. If set toany, content with any status is returned. By default it will fetch current and archived statuses?status=current&status=archived. All supported statuses - any - archived - current - deleted - draft - trashed- Gibt zurück:
this.
-
build
-
toString
-