Klasse ContentTemplateUpdate.ContentTemplateUpdateBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.ContentTemplateUpdate.ContentTemplateUpdateBuilder
- Umschließende Klasse:
ContentTemplateUpdate
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()description(String description) A description of the template.Labels for the template.The name of the template.space(ContentTemplateUpdateSpace space) templateId(String templateId) The ID of the template being updated.templateType(ContentTemplateUpdate.TemplateTypeEnum templateType) The type of the template.toString()
-
Methodendetails
-
templateId
The ID of the template being updated.- Gibt zurück:
this.
-
name
The name of the template. Set to the currentnameif this field is not being updated.- Gibt zurück:
this.
-
templateType
public ContentTemplateUpdate.ContentTemplateUpdateBuilder templateType(ContentTemplateUpdate.TemplateTypeEnum templateType) The type of the template. Set topage.- Gibt zurück:
this.
-
body
- Gibt zurück:
this.
-
description
A description of the template.- Gibt zurück:
this.
-
labels
Labels for the template.- Gibt zurück:
this.
-
space
- Gibt zurück:
this.
-
build
-
toString
-