Klasse RemoveGroupOperationSpec.RemoveGroupOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.RemoveGroupOperationSpec.RemoveGroupOperationSpecBuilder
- Umschließende Klasse:
RemoveGroupOperationSpec
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
The ID of the group.As a group's name can change, use ofswapGroupId
is recommended to identify a group.swapGroupId
(@Nullable String swapGroupId) The ID of the group to transfer restrictions to.toString()
-
Methodendetails
-
groupname
public RemoveGroupOperationSpec.RemoveGroupOperationSpecBuilder groupname(@Nullable @Nullable String groupname) - Gibt zurück:
this
.
-
groupId
public RemoveGroupOperationSpec.RemoveGroupOperationSpecBuilder groupId(@Nullable @Nullable String groupId) The ID of the group. This parameter cannot be used with thegroupname
parameter.- Gibt zurück:
this
.
-
swapGroup
public RemoveGroupOperationSpec.RemoveGroupOperationSpecBuilder swapGroup(@Nullable @Nullable String swapGroup) As a group's name can change, use ofswapGroupId
is recommended to identify a group. The group to transfer restrictions to. Only comments and worklogs are transferred. If restrictions are not transferred, comments and worklogs are inaccessible after the deletion. This parameter cannot be used with theswapGroupId
parameter.- Gibt zurück:
this
.
-
swapGroupId
public RemoveGroupOperationSpec.RemoveGroupOperationSpecBuilder swapGroupId(@Nullable @Nullable String swapGroupId) The ID of the group to transfer restrictions to. Only comments and worklogs are transferred. If restrictions are not transferred, comments and worklogs are inaccessible after the deletion. This parameter cannot be used with theswapGroup
parameter.- Gibt zurück:
this
.
-
build
-
toString
-