Klasse GetPageByIdOperationSpec.GetPageByIdOperationSpecBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v2.spec.GetPageByIdOperationSpec.GetPageByIdOperationSpecBuilder
- Umschließende Klasse:
GetPageByIdOperationSpec
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbodyFormat(@Nullable PrimaryBodyRepresentationSingle bodyFormat) The content format types to be returned in thebodyfield of the response.build()Retrieve the draft version of this page.The ID of the page to be returned.toString()Allows you to retrieve a previously published version.
-
Methodendetails
-
id
The ID of the page to be returned. If you don't know the page ID, use Get pages and filter the results.- Gibt zurück:
this.
-
bodyFormat
public GetPageByIdOperationSpec.GetPageByIdOperationSpecBuilder bodyFormat(@Nullable @Nullable PrimaryBodyRepresentationSingle bodyFormat) The content format types to be returned in thebodyfield of the response. If available, the representation will be available under a response field of the same name under thebodyfield.- Gibt zurück:
this.
-
getDraft
public GetPageByIdOperationSpec.GetPageByIdOperationSpecBuilder getDraft(@Nullable @Nullable Boolean getDraft) Retrieve the draft version of this page.- Gibt zurück:
this.
-
version
public GetPageByIdOperationSpec.GetPageByIdOperationSpecBuilder version(@Nullable @Nullable Integer version) Allows you to retrieve a previously published version. Specify the previous version's number to retrieve its details.- Gibt zurück:
this.
-
build
-
toString
-