IssueNavigatorSettingsApi class

Jira Cloud platform REST API documentation

Constructors

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

getIssueNavigatorDefaultColumns() Future<List<ColumnItem>>
Returns the default issue navigator columns.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setIssueNavigatorDefaultColumns({required List<String> body}) Future
Sets the default issue navigator columns.
toString() String
A string representation of this object.
inherited

Operators

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