Klasse SetContentStateOperationSpec.SetContentStateOperationSpecBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.SetContentStateOperationSpec.SetContentStateOperationSpecBuilder
- Umschließende Klasse:
SetContentStateOperationSpec
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()contentStateRestInput(@NotNull ContentStateRestInput contentStateRestInput) Content state fields for state.The Id of the content whose content state is to be set.Status of content onto which state will be placed.toString()
-
Methodendetails
-
id
public SetContentStateOperationSpec.SetContentStateOperationSpecBuilder id(@NotNull @NotNull String id) The Id of the content whose content state is to be set.- Gibt zurück:
this.
-
contentStateRestInput
public SetContentStateOperationSpec.SetContentStateOperationSpecBuilder contentStateRestInput(@NotNull @NotNull ContentStateRestInput contentStateRestInput) Content state fields for state. Pass in id for an existing state, or new name and color for best matching existing state, or new state if allowed in space.- Gibt zurück:
this.
-
status
public SetContentStateOperationSpec.SetContentStateOperationSpecBuilder status(@Nullable @Nullable String status) Status of content onto which state will be placed. If draft, then draft state will change. If current, state will be placed onto a new version of the content with same body as previous version.- Gibt zurück:
this.
-
build
-
toString
-