RemoteLinksApi class

Jira Software Cloud REST API documentation

Constructors

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

deleteRemoteLinkById({required String remoteLinkId, int? updateSequenceNumber}) Future<void>
Delete the Remote Link data currently stored for the given ID.
deleteRemoteLinksByProperty({int? updateSequenceNumber, Map<String, dynamic>? params}) Future<void>
Bulk delete all Remote Links data that match the given request.
getRemoteLinkById(String remoteLinkId) Future
Retrieve the currently stored Remote Link data for the given ID.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
Update / insert Remote Link data.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited