Class LabelCreate
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.LabelCreate
LabelCreate
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedLabelCreate(String prefix, String name) Constructs a validated instance ofLabelCreate.LabelCreate(Consumer<LabelCreate> spec) Constructs a validated instance ofLabelCreate. -
Method Summary
-
Field Details
-
prefix
The prefix for the label. `global`, `my` `team`, etc. -
name
The name of the label, which will be shown in the UI.
-
-
Constructor Details
-
LabelCreate
Constructs a validated instance ofLabelCreate.- Parameters:
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.- Parameters:
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()
-
-
Method Details
-
prefix
The prefix for the label. `global`, `my` `team`, etc. -
name
The name of the label, which will be shown in the UI. -
prefix
The prefix for the label. `global`, `my` `team`, etc.- Returns:
this.
-
name
The name of the label, which will be shown in the UI.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-