Klasse GetContentChildrenOperationSpec.GetContentChildrenOperationSpecBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.GetContentChildrenOperationSpec.GetContentChildrenOperationSpecBuilder
- Umschließende Klasse:
GetContentChildrenOperationSpec
public static class GetContentChildrenOperationSpec.GetContentChildrenOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()A multi-value parameter indicating which properties of the children to expand, where: -attachmentreturns all attachments for the content.The ID of the content to be queried for its children.parentVersion(@Nullable Integer parentVersion) The version of the parent content to retrieve children for.toString()
-
Methodendetails
-
id
public GetContentChildrenOperationSpec.GetContentChildrenOperationSpecBuilder id(@NotNull @NotNull String id) The ID of the content to be queried for its children.- Gibt zurück:
this.
-
expand
public GetContentChildrenOperationSpec.GetContentChildrenOperationSpecBuilder expand(@Nullable @Nullable List<String> expand) A multi-value parameter indicating which properties of the children to expand, where: -attachmentreturns all attachments for the content. -commentsreturns all comments for the content. -pagereturns all child pages of the content. - Custom content types that are provided by apps are also supported.- Gibt zurück:
this.
-
parentVersion
public GetContentChildrenOperationSpec.GetContentChildrenOperationSpecBuilder parentVersion(@Nullable @Nullable Integer parentVersion) The version of the parent content to retrieve children for. Currently, this only works for the latest version.- Gibt zurück:
this.
-
build
-
toString
-