IssueSecurityLevelApi class
Jira Cloud platform REST API documentation
Constructors
- IssueSecurityLevelApi(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
-
getIssueSecurityLevel(
String id) → Future< SecurityLevel> - Returns details of an issue security level.
-
getIssueSecurityLevelMembers(
{required int issueSecuritySchemeId, int? startAt, int? maxResults, List< int> ? issueSecurityLevelId, String? expand}) → Future<PageBeanIssueSecurityLevelMember> - Returns issue security level members.
-
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