Klasse AddLabelsToSpaceOperationSpec

java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.AddLabelsToSpaceOperationSpec

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class AddLabelsToSpaceOperationSpec extends Object
AddLabelsToSpaceSpec

Specification for the AddLabelsToSpace operation.

Add labels to a space

  • Felddetails

    • VALIDATION_ENABLED

      @Experimental public static Boolean VALIDATION_ENABLED
      allows to disable validation of the spec, use with care!
  • Konstruktordetails

    • AddLabelsToSpaceOperationSpec

      @Internal public AddLabelsToSpaceOperationSpec(Consumer<AddLabelsToSpaceOperationSpec> spec)
      Constructs a validated instance of AddLabelsToSpaceOperationSpec.
      Parameter:
      spec - the specification to process
    • AddLabelsToSpaceOperationSpec

      @Internal public AddLabelsToSpaceOperationSpec(String spaceKey, List<LabelCreate> labelCreate)
      Constructs a validated instance of AddLabelsToSpaceOperationSpec.

      NOTE: This constructor is not considered stable and may change if the operation is updated.

      Parameter:
      spaceKey - The key of the space to add labels to.
      labelCreate - The labels to add to the content.
    • AddLabelsToSpaceOperationSpec

      protected AddLabelsToSpaceOperationSpec()
  • Methodendetails