ContentUpdateBody class
The updated body of the content. Does not apply to attachments.
If you are not sure how to generate these formats, you can create a page in
the
Confluence application, retrieve the content using
Get content,
and expand the desired content format, e.g. expand=body.storage
.
Constructors
- ContentUpdateBody({ContentBodyCreate? view, ContentBodyCreate? exportView, ContentBodyCreate? styledView, ContentBodyCreateStorage? storage, ContentBodyCreate? editor, ContentBodyCreate? editor2, ContentBodyCreate? wiki, ContentBodyCreate? atlasDocFormat, ContentBodyCreate? anonymousExportView})
-
ContentUpdateBody.fromJson(Map<
String, Object?> json) -
factory
Properties
- anonymousExportView → ContentBodyCreate?
-
final
- atlasDocFormat → ContentBodyCreate?
-
final
- editor → ContentBodyCreate?
-
final
- editor2 → ContentBodyCreate?
-
final
- exportView → ContentBodyCreate?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- storage → ContentBodyCreateStorage?
-
final
- styledView → ContentBodyCreate?
-
final
- view → ContentBodyCreate?
-
final
- wiki → ContentBodyCreate?
-
final
Methods
-
copyWith(
{ContentBodyCreate? view, ContentBodyCreate? exportView, ContentBodyCreate? styledView, ContentBodyCreateStorage? storage, ContentBodyCreate? editor, ContentBodyCreate? editor2, ContentBodyCreate? wiki, ContentBodyCreate? atlasDocFormat, ContentBodyCreate? anonymousExportView}) → ContentUpdateBody -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited