java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.Label

@Generated("io.github.primelib.primecodegen") public class Label extends Object
Label
  • Field Details

  • Constructor Details

    • Label

      public Label(Consumer<Label> spec)
      Constructs a validated instance of Label.
      Parameters:
      spec - the specification to process
    • Label

      @Internal public Label(String prefix, String name, String id, String label)
      Constructs a validated instance of Label.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using Label(Consumer) instead.

      Parameters:
      prefix - prefix
      name - name
      id - id
      label - label
    • Label

      protected Label()
  • Method Details