Klasse ContentTemplate
java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.ContentTemplate
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ContentTemplate
extends Object
ContentTemplate
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected BlueprintTemplateExpandableprotected ContentTemplateBodyprotected Stringprotected Stringprotected Stringprotected ContentTemplateOriginalTemplateprotected Stringprotected Stringprotected String -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedContentTemplate(String templateId, ContentTemplateOriginalTemplate originalTemplate, String referencingBlueprint, String name, String description, Map<String, Object> space, List<Label> labels, String templateType, String editorVersion, ContentTemplateBody body, BlueprintTemplateExpandable _expandable, Map<String, String> _links) Constructs a validated instance ofContentTemplate.Constructs a validated instance ofContentTemplate. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung_expandable(BlueprintTemplateExpandable _expandable) _links()body()body(ContentTemplateBody body) builder()protected booleandescription(String description) editorVersion(String editorVersion) booleaninthashCode()labels()name()originalTemplate(ContentTemplateOriginalTemplate originalTemplate) referencingBlueprint(String referencingBlueprint) space()templateId(String templateId) templateType(String templateType) toString()
-
Felddetails
-
templateId
-
originalTemplate
-
referencingBlueprint
-
name
-
description
-
space
-
labels
-
templateType
-
editorVersion
-
body
-
_expandable
-
_links
-
-
Konstruktordetails
-
ContentTemplate
Constructs a validated instance ofContentTemplate.- Parameter:
spec- the specification to process
-
ContentTemplate
@Internal public ContentTemplate(String templateId, ContentTemplateOriginalTemplate originalTemplate, String referencingBlueprint, String name, String description, Map<String, Object> space, List<Label> labels, String templateType, String editorVersion, ContentTemplateBody body, BlueprintTemplateExpandable _expandable, Map<String, String> _links) Constructs a validated instance ofContentTemplate.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ContentTemplate(Consumer)instead.- Parameter:
templateId- templateIdoriginalTemplate- originalTemplatereferencingBlueprint- referencingBlueprintname- namedescription- descriptionspace- spacelabels- labelstemplateType- templateTypeeditorVersion- editorVersionbody- body_expandable- _expandable_links- _links
-
ContentTemplate
protected ContentTemplate()
-
-
Methodendetails
-
builder
-
templateId
-
originalTemplate
-
referencingBlueprint
-
name
-
description
-
space
-
labels
-
templateType
-
editorVersion
-
body
-
_expandable
-
_links
-
templateId
- Gibt zurück:
this.
-
originalTemplate
- Gibt zurück:
this.
-
referencingBlueprint
- Gibt zurück:
this.
-
name
- Gibt zurück:
this.
-
description
- Gibt zurück:
this.
-
space
- Gibt zurück:
this.
-
labels
- Gibt zurück:
this.
-
templateType
- Gibt zurück:
this.
-
editorVersion
- Gibt zurück:
this.
-
body
- Gibt zurück:
this.
-
_expandable
- Gibt zurück:
this.
-
_links
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-