OperationApi 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

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

getAttachmentOperations(int id) Future<PermittedOperationsResponse>
Returns the permitted operations on specific attachment.
getBlogPostOperations(int id) Future<PermittedOperationsResponse>
Returns the permitted operations on specific blog post.
getCustomContentOperations(int id) Future<PermittedOperationsResponse>
Returns the permitted operations on specific custom content.
getFooterCommentOperations(int id) Future<PermittedOperationsResponse>
Returns the permitted operations on specific footer comment.
getInlineCommentOperations(int id) Future<PermittedOperationsResponse>
Returns the permitted operations on specific inline comment.
getPageOperations(int id) Future<PermittedOperationsResponse>
Returns the permitted operations on specific page.
getSpaceOperations(int id) Future<PermittedOperationsResponse>
Returns the permitted operations on specific space.
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