Klasse MovePageOperationSpec.MovePageOperationSpecBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.MovePageOperationSpec.MovePageOperationSpecBuilder
- Umschließende Klasse:
MovePageOperationSpec
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()The ID of the page to be movedThe position to move the page to relative to the target page: *before- move the page under the same parent as the target, before the target in the list of children *after- move the page under the same parent as the target, after the target in the list of children *append- move the page to be a child of the targetThe ID of the target page for this operationtoString()
-
Methodendetails
-
pageId
The ID of the page to be moved- Gibt zurück:
this.
-
position
public MovePageOperationSpec.MovePageOperationSpecBuilder position(@NotNull @NotNull String position) The position to move the page to relative to the target page: *before- move the page under the same parent as the target, before the target in the list of children *after- move the page under the same parent as the target, after the target in the list of children *append- move the page to be a child of the target- Gibt zurück:
this.
-
targetId
public MovePageOperationSpec.MovePageOperationSpecBuilder targetId(@NotNull @NotNull String targetId) The ID of the target page for this operation- Gibt zurück:
this.
-
build
-
toString
-