LabelApi 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

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

getAttachmentLabels({required int id, String? prefix, String? sort, String? cursor, int? limit}) Future<MultiEntityResult<Label>>
Returns the labels of specific attachment. The number of results is limited by the limit parameter and additional results (if available) will be available through the next URL present in the Link response header.
getBlogPostLabels({required int id, String? prefix, String? sort, String? cursor, int? limit}) Future<MultiEntityResult<Label>>
Returns the labels of specific blog post. The number of results is limited by the limit parameter and additional results (if available) will be available through the next URL present in the Link response header.
getCustomContentLabels({required int id, String? prefix, String? sort, String? cursor, int? limit}) Future<MultiEntityResult<Label>>
Returns the labels for a specific piece of custom content. The number of results is limited by the limit parameter and additional results (if available) will be available through the next URL present in the Link response header.
getPageLabels({required int id, String? prefix, String? sort, String? cursor, int? limit}) Future<MultiEntityResult<Label>>
Returns the labels of specific page. The number of results is limited by the limit parameter and additional results (if available) will be available through the next URL present in the Link response header.
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