Class LabelDetails
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.LabelDetails
LabelDetails
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedLabelDetails(Label label, LabeledContentPageResponse associatedContents) Constructs a validated instance ofLabelDetails.LabelDetails(Consumer<LabelDetails> spec) Constructs a validated instance ofLabelDetails. -
Method Summary
Modifier and TypeMethodDescriptionassociatedContents(LabeledContentPageResponse associatedContents) protected booleanbooleaninthashCode()label()toString()
-
Field Details
-
label
-
associatedContents
-
-
Constructor Details
-
LabelDetails
Constructs a validated instance ofLabelDetails.- Parameters:
spec- the specification to process
-
LabelDetails
Constructs a validated instance ofLabelDetails.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
LabelDetails(Consumer)instead.- Parameters:
label- labelassociatedContents- associatedContents
-
LabelDetails
protected LabelDetails()
-
-
Method Details