Klasse AddLabelsToSpaceOperationSpec.AddLabelsToSpaceOperationSpecBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.AddLabelsToSpaceOperationSpec.AddLabelsToSpaceOperationSpecBuilder
- Umschließende Klasse:
AddLabelsToSpaceOperationSpec
public static class AddLabelsToSpaceOperationSpec.AddLabelsToSpaceOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()labelCreate(@NotNull List<LabelCreate> labelCreate) The labels to add to the content.The key of the space to add labels to.toString()
-
Methodendetails
-
spaceKey
public AddLabelsToSpaceOperationSpec.AddLabelsToSpaceOperationSpecBuilder spaceKey(@NotNull @NotNull String spaceKey) The key of the space to add labels to.- Gibt zurück:
this.
-
labelCreate
public AddLabelsToSpaceOperationSpec.AddLabelsToSpaceOperationSpecBuilder labelCreate(@NotNull @NotNull List<LabelCreate> labelCreate) The labels to add to the content.- Gibt zurück:
this.
-
build
-
toString
-