Klasse LabeledContent
java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.LabeledContent
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class LabeledContent
extends Object
LabeledContent
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Longprotected LabeledContentTypeprotected StringTitle of the content. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedLabeledContent(LabeledContentType contentType, Long contentId, String title) Constructs a validated instance ofLabeledContent.LabeledContent(Consumer<LabeledContent> spec) Constructs a validated instance ofLabeledContent. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleancontentType(LabeledContentType contentType) booleaninthashCode()title()Title of the content.Title of the content.toString()
-
Felddetails
-
contentType
-
contentId
-
title
Title of the content.
-
-
Konstruktordetails
-
LabeledContent
Constructs a validated instance ofLabeledContent.- Parameter:
spec- the specification to process
-
LabeledContent
Constructs a validated instance ofLabeledContent.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
LabeledContent(Consumer)instead.- Parameter:
contentType- contentTypecontentId- contentIdtitle- Title of the content.
-
LabeledContent
protected LabeledContent()
-
-
Methodendetails
-
builder
-
contentType
-
contentId
-
title
Title of the content. -
contentType
- Gibt zurück:
this.
-
contentId
- Gibt zurück:
this.
-
title
Title of the content.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-