ContentApi class
This document describes Confluence's v2 APIs. This is intended to be an iteration on the existing Confluence Cloud REST API with improvements in both endpoint definitions and performance.
Constructors
- ContentApi(ApiClient _client)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
convertContentIdsToContentTypes(
) → Future< ContentIdToContentTypeResponse> -
Converts a list of content ids into their associated content types. This
is useful for users migrating from v1 to v2
who may have stored just content ids without their associated type. This
will return types as they should be used in v2.
Notably, this will return
inline-comment
for inline comments andfooter-comment
for footer comments, which is distinct from them both being represented bycomment
in v1. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited