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
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedLabelCreate(String prefix, String name) Constructs a validated instance ofLabelCreate.LabelCreate(Consumer<LabelCreate> spec) Constructs a validated instance ofLabelCreate. -
Methodenübersicht
-
Felddetails
-
prefix
The prefix for the label.global,myteam, etc. -
name
The name of the label, which will be shown in the UI.
-
-
Konstruktordetails
-
LabelCreate
Constructs a validated instance ofLabelCreate.- Parameter:
spec- the specification to process
-
LabelCreate
Constructs a validated instance ofLabelCreate.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,myteam, etc.name- The name of the label, which will be shown in the UI.
-
LabelCreate
protected LabelCreate()
-
-
Methodendetails
-
builder
-
prefix
The prefix for the label.global,myteam, etc. -
name
The name of the label, which will be shown in the UI. -
prefix
The prefix for the label.global,myteam, etc.- Gibt zurück:
this.
-
name
The name of the label, which will be shown in the UI.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-