Klasse UpdateContentOperationSpec.UpdateContentOperationSpecBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.UpdateContentOperationSpec.UpdateContentOperationSpecBuilder
- Umschließende Klasse:
UpdateContentOperationSpec
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()conflictPolicy(@Nullable String conflictPolicy) The action that should be taken when conflicts are discovered.content(@NotNull ContentUpdate content) The updated content.The ID of the content to be updated.The updated status of the content.toString()
-
Methodendetails
-
id
The ID of the content to be updated.- Gibt zurück:
this.
-
content
public UpdateContentOperationSpec.UpdateContentOperationSpecBuilder content(@NotNull @NotNull ContentUpdate content) The updated content.- Gibt zurück:
this.
-
status
public UpdateContentOperationSpec.UpdateContentOperationSpecBuilder status(@Nullable @Nullable String status) The updated status of the content. Use this parameter to change the status of a piece of content without passing the entire request body.- Gibt zurück:
this.
-
conflictPolicy
public UpdateContentOperationSpec.UpdateContentOperationSpecBuilder conflictPolicy(@Nullable @Nullable String conflictPolicy) The action that should be taken when conflicts are discovered. Only used when publishing a draft page.- Gibt zurück:
this.
-
build
-
toString
-