Klasse ContentTemplateUpdate
java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.ContentTemplateUpdate
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ContentTemplateUpdate
extends Object
ContentTemplateUpdate
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classstatic enumThe type of the template. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected ContentTemplateBodyCreateprotected StringA description of the template.Labels for the template.protected StringThe name of the template.protected ContentTemplateUpdateSpaceprotected StringThe ID of the template being updated.protected ContentTemplateUpdate.TemplateTypeEnumThe type of the template. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedContentTemplateUpdate(String templateId, String name, ContentTemplateUpdate.TemplateTypeEnum templateType, ContentTemplateBodyCreate body, String description, List<Label> labels, ContentTemplateUpdateSpace space) Constructs a validated instance ofContentTemplateUpdate.Constructs a validated instance ofContentTemplateUpdate. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbody()builder()protected booleanA description of the template.description(String description) A description of the template.booleaninthashCode()labels()Labels for the template.Labels for the template.name()The name of the template.The name of the template.space()space(ContentTemplateUpdateSpace space) The ID of the template being updated.templateId(String templateId) The ID of the template being updated.The type of the template.templateType(ContentTemplateUpdate.TemplateTypeEnum templateType) The type of the template.toString()
-
Felddetails
-
templateId
The ID of the template being updated. -
name
The name of the template. Set to the currentnameif this field is not being updated. -
templateType
The type of the template. Set topage. -
body
-
description
A description of the template. -
labels
Labels for the template. -
space
-
-
Konstruktordetails
-
ContentTemplateUpdate
Constructs a validated instance ofContentTemplateUpdate.- Parameter:
spec- the specification to process
-
ContentTemplateUpdate
@Internal public ContentTemplateUpdate(String templateId, String name, ContentTemplateUpdate.TemplateTypeEnum templateType, ContentTemplateBodyCreate body, String description, List<Label> labels, ContentTemplateUpdateSpace space) Constructs a validated instance ofContentTemplateUpdate.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ContentTemplateUpdate(Consumer)instead.- Parameter:
templateId- The ID of the template being updated.name- The name of the template. Set to the currentnameif this field is not being updated.templateType- The type of the template. Set topage.body- bodydescription- A description of the template.labels- Labels for the template.space- space
-
ContentTemplateUpdate
protected ContentTemplateUpdate()
-
-
Methodendetails
-
builder
-
templateId
The ID of the template being updated. -
name
The name of the template. Set to the currentnameif this field is not being updated. -
templateType
The type of the template. Set topage. -
body
-
description
A description of the template. -
labels
Labels for the template. -
space
-
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
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.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-