ScreenSchemesApi class

Jira Cloud platform REST API documentation

Constructors

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

createScreenScheme({required ScreenSchemeDetails body}) Future<ScreenSchemeId>
Creates a screen scheme.
deleteScreenScheme(String screenSchemeId) Future<void>
Deletes a screen scheme. A screen scheme cannot be deleted if it is used in an issue type screen scheme.
getScreenSchemes({int? startAt, int? maxResults, List<int>? id, String? expand, String? queryString, String? orderBy}) Future<PageBeanScreenScheme>
Returns a paginated list of screen schemes.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateScreenScheme({required String screenSchemeId, required UpdateScreenSchemeDetails body}) Future
Updates a screen scheme. Only screen schemes used in classic projects can be updated.

Operators

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