ProjectRoleActorsApi class
Jira Cloud platform REST API documentation
Constructors
- ProjectRoleActorsApi(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
-
addActorUsers(
{required String projectIdOrKey, required int id, required ActorsMap body}) → Future< ProjectRole> - Adds actors to a project role for the project.
-
addProjectRoleActorsToRole(
{required int id, required ActorInputBean body}) → Future< ProjectRole> - Adds default actors to a role. You may add groups or users, but you cannot add groups and users in the same request.
-
deleteActor(
{required String projectIdOrKey, required int id, String? user, String? group, String? groupId}) → Future< void> - Deletes actors from a project role for the project.
-
deleteProjectRoleActorsFromRole(
{required int id, String? user, String? groupId, String? group}) → Future< ProjectRole> - Deletes the default actors from a project role. You may delete a group or user, but you cannot delete a group and a user in the same request.
-
getProjectRoleActorsForRole(
int id) → Future< ProjectRole> - Returns the default actors for the project role.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setActors(
{required String projectIdOrKey, required int id, required ProjectRoleActorsUpdateBean body}) → Future< ProjectRole> - Sets the actors for a project role for a project, replacing all existing actors.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited