Klasse RemoveUserFromGroupOperationSpec.RemoveUserFromGroupOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.RemoveUserFromGroupOperationSpec.RemoveUserFromGroupOperationSpecBuilder
- Umschließende Klasse:
RemoveUserFromGroupOperationSpec
public static class RemoveUserFromGroupOperationSpec.RemoveUserFromGroupOperationSpecBuilder
extends Object
-
Methodenübersicht
-
Methodendetails
-
accountId
public RemoveUserFromGroupOperationSpec.RemoveUserFromGroupOperationSpecBuilder accountId(@NotNull @NotNull String accountId) The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.- Gibt zurück:
this
.
-
groupname
public RemoveUserFromGroupOperationSpec.RemoveUserFromGroupOperationSpecBuilder groupname(@Nullable @Nullable String groupname) As a group's name can change, use ofgroupId
is recommended to identify a group. The name of the group. This parameter cannot be used with thegroupId
parameter.- Gibt zurück:
this
.
-
groupId
public RemoveUserFromGroupOperationSpec.RemoveUserFromGroupOperationSpecBuilder groupId(@Nullable @Nullable String groupId) The ID of the group. This parameter cannot be used with thegroupName
parameter.- Gibt zurück:
this
.
-
username
public RemoveUserFromGroupOperationSpec.RemoveUserFromGroupOperationSpecBuilder username(@Nullable @Nullable String username) This parameter is no longer available. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.- Gibt zurück:
this
.
-
build
-
toString
-