Klasse DeleteActorOperationSpec.DeleteActorOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.DeleteActorOperationSpec.DeleteActorOperationSpecBuilder
- Umschließende Klasse:
DeleteActorOperationSpec
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
The name of the group to remove from the project role.The ID of the group to remove from the project role.The ID of the project role.projectIdOrKey
(@NotNull String projectIdOrKey) The project ID or project key (case sensitive).toString()
The user account ID of the user to remove from the project role.
-
Methodendetails
-
projectIdOrKey
public DeleteActorOperationSpec.DeleteActorOperationSpecBuilder projectIdOrKey(@NotNull @NotNull String projectIdOrKey) The project ID or project key (case sensitive).- Gibt zurück:
this
.
-
id
The ID of the project role. Use [Get all project roles](#api-rest-api-2-role-get) to get a list of project role IDs.- Gibt zurück:
this
.
-
user
public DeleteActorOperationSpec.DeleteActorOperationSpecBuilder user(@Nullable @Nullable String user) The user account ID of the user to remove from the project role.- Gibt zurück:
this
.
-
group
public DeleteActorOperationSpec.DeleteActorOperationSpecBuilder group(@Nullable @Nullable String group) The name of the group to remove from the project role. This parameter cannot be used with thegroupId
parameter. As a group's name can change, use ofgroupId
is recommended.- Gibt zurück:
this
.
-
groupId
public DeleteActorOperationSpec.DeleteActorOperationSpecBuilder groupId(@Nullable @Nullable String groupId) The ID of the group to remove from the project role. This parameter cannot be used with thegroup
parameter.- Gibt zurück:
this
.
-
build
-
toString
-