Klasse RemoveLabelFromContentOperationSpec

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

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

Specification for the RemoveLabelFromContent operation.

Remove label from content

  • Felddetails

    • VALIDATION_ENABLED

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

    • RemoveLabelFromContentOperationSpec

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

      @Internal public RemoveLabelFromContentOperationSpec(String id, String label)
      Constructs a validated instance of RemoveLabelFromContentOperationSpec.

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

      Parameter:
      id - The ID of the content that the label will be removed from.
      label - The name of the label to be removed.
    • RemoveLabelFromContentOperationSpec

      protected RemoveLabelFromContentOperationSpec()
  • Methodendetails