LikeApi 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

LikeApi(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

getBlogPostLikeCount(int id) Future<Map<String, dynamic>>
Returns the count of likes of specific blog post.
getBlogPostLikeUsers({required int id, String? cursor, int? limit}) Future<MultiEntityResult<Like>>
Returns the account IDs of likes of specific blog post.
getFooterLikeCount(int id) Future<Map<String, dynamic>>
Returns the count of likes of specific footer comment.
getFooterLikeUsers({required int id, String? cursor, int? limit}) Future<MultiEntityResult<Like>>
Returns the account IDs of likes of specific footer comment.
getInlineLikeCount(int id) Future<Map<String, dynamic>>
Returns the count of likes of specific inline comment.
getInlineLikeUsers({required int id, String? cursor, int? limit}) Future<MultiEntityResult<Like>>
Returns the account IDs of likes of specific inline comment.
getPageLikeCount(int id) Future<Map<String, dynamic>>
Returns the count of likes of specific page.
getPageLikeUsers({required int id, String? cursor, int? limit}) Future<MultiEntityResult<Like>>
Returns the account IDs of likes of specific page.
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