ProjectPermissionSchemesApi class
Jira Cloud platform REST API documentation
Constructors
- ProjectPermissionSchemesApi(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
-
assignPermissionScheme(
{required String projectKeyOrId, String? expand, required IdBean body}) → Future< PermissionScheme> - Assigns a permission scheme with a project. See Managing project permissions for more information about permission schemes.
-
getAssignedPermissionScheme(
{required String projectKeyOrId, String? expand}) → Future< PermissionScheme> - Gets the permission scheme associated with the project.
-
getProjectIssueSecurityScheme(
String projectKeyOrId) → Future< SecurityScheme> - Returns the issue security scheme associated with the project.
-
getSecurityLevelsForProject(
String projectKeyOrId) → Future< ProjectIssueSecurityLevels> - Returns all issue security levels for the project that the user has access to.
-
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