Klasse LabelCreate

java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.LabelCreate

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

    • prefix

      protected String prefix
      The prefix for the label. global, my team, etc.
    • name

      protected String name
      The name of the label, which will be shown in the UI.
  • Konstruktordetails

    • LabelCreate

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

      @Internal public LabelCreate(String prefix, String name)
      Constructs a validated instance of LabelCreate.

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

      Parameter:
      prefix - The prefix for the label. global, my team, etc.
      name - The name of the label, which will be shown in the UI.
    • LabelCreate

      protected LabelCreate()
  • Methodendetails

    • builder

      public static LabelCreate.LabelCreateBuilder builder()
    • prefix

      public String prefix()
      The prefix for the label. global, my team, etc.
    • name

      public String name()
      The name of the label, which will be shown in the UI.
    • prefix

      public LabelCreate prefix(String prefix)
      The prefix for the label. global, my team, etc.
      Gibt zurück:
      this.
    • name

      public LabelCreate name(String name)
      The name of the label, which will be shown in the UI.
      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