ScreenTabsApi class

Jira Cloud platform REST API documentation

Constructors

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

addScreenTab({required int screenId, required ScreenableTab body}) Future<ScreenableTab>
Creates a tab for a screen.
deleteScreenTab({required int screenId, required int tabId}) Future<void>
Deletes a screen tab.
getAllScreenTabs({required int screenId, String? projectKey}) Future<List<ScreenableTab>>
Returns the list of tabs for a screen.
moveScreenTab({required int screenId, required int tabId, required int pos}) Future
Moves a screen tab.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
renameScreenTab({required int screenId, required int tabId, required ScreenableTab body}) Future<ScreenableTab>
Updates the name of a screen tab.
toString() String
A string representation of this object.
inherited

Operators

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