Klasse ContentTemplateCreate
java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.ContentTemplateCreate
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ContentTemplateCreate
extends Object
ContentTemplateCreate
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected ContentTemplateBodyCreateprotected StringA description of the new template.Labels for the new template.protected StringThe name of the new template.protected ContentTemplateCreateSpaceprotected StringThe type of the new template. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedContentTemplateCreate(String name, String templateType, ContentTemplateBodyCreate body, String description, List<Label> labels, ContentTemplateCreateSpace space) Constructs a validated instance ofContentTemplateCreate.Constructs a validated instance ofContentTemplateCreate. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbody()builder()protected booleanA description of the new template.description(String description) A description of the new template.booleaninthashCode()labels()Labels for the new template.Labels for the new template.name()The name of the new template.The name of the new template.space()space(ContentTemplateCreateSpace space) The type of the new template.templateType(String templateType) The type of the new template.toString()
-
Felddetails
-
name
The name of the new template. -
templateType
The type of the new template. Set topage. -
body
-
description
A description of the new template. -
labels
Labels for the new template. -
space
-
-
Konstruktordetails
-
ContentTemplateCreate
Constructs a validated instance ofContentTemplateCreate.- Parameter:
spec- the specification to process
-
ContentTemplateCreate
@Internal public ContentTemplateCreate(String name, String templateType, ContentTemplateBodyCreate body, String description, List<Label> labels, ContentTemplateCreateSpace space) Constructs a validated instance ofContentTemplateCreate.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ContentTemplateCreate(Consumer)instead.- Parameter:
name- The name of the new template.templateType- The type of the new template. Set topage.body- bodydescription- A description of the new template.labels- Labels for the new template.space- space
-
ContentTemplateCreate
protected ContentTemplateCreate()
-
-
Methodendetails
-
builder
-
name
The name of the new template. -
templateType
The type of the new template. Set topage. -
body
-
description
A description of the new template. -
labels
Labels for the new template. -
space
-
name
The name of the new template.- Gibt zurück:
this.
-
templateType
The type of the new template. Set topage.- Gibt zurück:
this.
-
body
- Gibt zurück:
this.
-
description
A description of the new template.- Gibt zurück:
this.
-
labels
Labels for the new template.- Gibt zurück:
this.
-
space
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-