Klasse ChildCustomContent
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.ChildCustomContent
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ChildCustomContent
extends Object
ChildCustomContent
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringID of the child custom content.protected StringID of the space the custom content is in.protected OnlyArchivedAndCurrentContentStatusprotected StringTitle of the custom content.protected StringCustom content type. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedChildCustomContent(String id, OnlyArchivedAndCurrentContentStatus status, String title, String type, String spaceId) Constructs a validated instance ofChildCustomContent.Constructs a validated instance ofChildCustomContent. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()id()ID of the child custom content.ID of the child custom content.spaceId()ID of the space the custom content is in.ID of the space the custom content is in.status()title()Title of the custom content.Title of the custom content.toString()type()Custom content type.Custom content type.
-
Felddetails
-
id
ID of the child custom content. -
status
-
title
Title of the custom content. -
type
Custom content type. -
spaceId
ID of the space the custom content is in.
-
-
Konstruktordetails
-
ChildCustomContent
Constructs a validated instance ofChildCustomContent.- Parameter:
spec- the specification to process
-
ChildCustomContent
@Internal public ChildCustomContent(String id, OnlyArchivedAndCurrentContentStatus status, String title, String type, String spaceId) Constructs a validated instance ofChildCustomContent.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ChildCustomContent(Consumer)instead.- Parameter:
id- ID of the child custom content.status- statustitle- Title of the custom content.type- Custom content type.spaceId- ID of the space the custom content is in.
-
ChildCustomContent
protected ChildCustomContent()
-
-
Methodendetails
-
builder
-
id
ID of the child custom content. -
status
-
title
Title of the custom content. -
type
Custom content type. -
spaceId
ID of the space the custom content is in. -
id
ID of the child custom content.- Gibt zurück:
this.
-
status
- Gibt zurück:
this.
-
title
Title of the custom content.- Gibt zurück:
this.
-
type
Custom content type.- Gibt zurück:
this.
-
spaceId
ID of the space the custom content is in.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-