java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.Label

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class Label extends Object
Label
  • Felddetails

    • id

      protected String id
      ID of the label.
    • name

      protected String name
      Name of the label.
    • prefix

      protected String prefix
      Prefix of the label.
  • Konstruktordetails

    • Label

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

      @Internal public Label(String id, String name, String prefix)
      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.

      Parameter:
      id - ID of the label.
      name - Name of the label.
      prefix - Prefix of the label.
    • Label

      protected Label()
  • Methodendetails

    • builder

      public static Label.LabelBuilder builder()
    • id

      public String id()
      ID of the label.
    • name

      public String name()
      Name of the label.
    • prefix

      public String prefix()
      Prefix of the label.
    • id

      public Label id(String id)
      ID of the label.
      Gibt zurück:
      this.
    • name

      public Label name(String name)
      Name of the label.
      Gibt zurück:
      this.
    • prefix

      public Label prefix(String prefix)
      Prefix of the label.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object