Klasse Content
java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.Content
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class Content
extends Object
Content
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected ContentExpandableprotected ContentBodyprotected ContentChildrenprotected ContentChildTypeContainer for content.protected ContentChildrenprotected Objectprotected ContentHistoryprotected Stringprotected ContentMetadataprotected List<OperationCheckResult>protected ContentRestrictionsprotected Spaceprotected Stringprotected Stringprotected StringCan be "page", "blogpost", "attachment" or "content"protected Version -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedContent()Content(String id, String type, String status, String title, Space space, ContentHistory history, Version version, List<Content> ancestors, List<OperationCheckResult> operations, ContentChildren children, ContentChildType childTypes, ContentChildren descendants, Map<String, Object> container, ContentBody body, ContentRestrictions restrictions, ContentMetadata metadata, Map<String, Object> macroRenderedOutput, Object extensions, ContentExpandable _expandable, Map<String, String> _links) Constructs a validated instance ofContent.Constructs a validated instance ofContent. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung_expandable(ContentExpandable _expandable) _links()body()body(ContentBody body) static Content.ContentBuilderbuilder()protected booleanchildren()children(ContentChildren children) childTypes(ContentChildType childTypes) Container for content.Container for content.descendants(ContentChildren descendants) booleanextensions(Object extensions) inthashCode()history()history(ContentHistory history) id()macroRenderedOutput(Map<String, Object> macroRenderedOutput) metadata()metadata(ContentMetadata metadata) operations(List<OperationCheckResult> operations) restrictions(ContentRestrictions restrictions) space()status()title()toString()type()Can be "page", "blogpost", "attachment" or "content"Can be "page", "blogpost", "attachment" or "content"version()
-
Felddetails
-
id
-
type
Can be "page", "blogpost", "attachment" or "content" -
status
-
title
-
space
-
history
-
version
-
ancestors
-
operations
-
children
-
childTypes
-
descendants
-
container
Container for content. This can be either a space (containing a page or blogpost) or a page/blog post (containing an attachment or comment) -
body
-
restrictions
-
metadata
-
macroRenderedOutput
-
extensions
-
_expandable
-
_links
-
-
Konstruktordetails
-
Content
Constructs a validated instance ofContent.- Parameter:
spec- the specification to process
-
Content
@Internal public Content(String id, String type, String status, String title, Space space, ContentHistory history, Version version, List<Content> ancestors, List<OperationCheckResult> operations, ContentChildren children, ContentChildType childTypes, ContentChildren descendants, Map<String, Object> container, ContentBody body, ContentRestrictions restrictions, ContentMetadata metadata, Map<String, Object> macroRenderedOutput, Object extensions, ContentExpandable _expandable, Map<String, String> _links) Constructs a validated instance ofContent.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Content(Consumer)instead.- Parameter:
id- idtype- Can be "page", "blogpost", "attachment" or "content"status- statustitle- titlespace- spacehistory- historyversion- versionancestors- ancestorsoperations- operationschildren- childrenchildTypes- childTypesdescendants- descendantscontainer- Container for content. This can be either a space (containing a page or blogpost) or a page/blog post (containing an attachment or comment)body- bodyrestrictions- restrictionsmetadata- metadatamacroRenderedOutput- macroRenderedOutputextensions- extensions_expandable- _expandable_links- _links
-
Content
protected Content()
-
-
Methodendetails
-
builder
-
id
-
type
Can be "page", "blogpost", "attachment" or "content" -
status
-
title
-
space
-
history
-
version
-
ancestors
-
operations
-
children
-
childTypes
-
descendants
-
container
Container for content. This can be either a space (containing a page or blogpost) or a page/blog post (containing an attachment or comment) -
body
-
restrictions
-
metadata
-
macroRenderedOutput
-
extensions
-
_expandable
-
_links
-
id
- Gibt zurück:
this.
-
type
Can be "page", "blogpost", "attachment" or "content"- Gibt zurück:
this.
-
status
- Gibt zurück:
this.
-
title
- Gibt zurück:
this.
-
space
- Gibt zurück:
this.
-
history
- Gibt zurück:
this.
-
version
- Gibt zurück:
this.
-
ancestors
- Gibt zurück:
this.
-
operations
- Gibt zurück:
this.
-
children
- Gibt zurück:
this.
-
childTypes
- Gibt zurück:
this.
-
descendants
- Gibt zurück:
this.
-
container
Container for content. This can be either a space (containing a page or blogpost) or a page/blog post (containing an attachment or comment)- Gibt zurück:
this.
-
body
- Gibt zurück:
this.
-
restrictions
- Gibt zurück:
this.
-
metadata
- Gibt zurück:
this.
-
macroRenderedOutput
- Gibt zurück:
this.
-
extensions
- Gibt zurück:
this.
-
_expandable
- Gibt zurück:
this.
-
_links
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-