Class RemoveGroupOperationSpec.RemoveGroupOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.RemoveGroupOperationSpec.RemoveGroupOperationSpecBuilder
- Enclosing class:
- RemoveGroupOperationSpec
-
Method Summary
Modifier and TypeMethodDescriptionbuild()The ID of the group.As a group's name can change, use ofswapGroupIdis recommended to identify a group.swapGroupId(@Nullable String swapGroupId) The ID of the group to transfer restrictions to.toString()
-
Method Details
-
groupname
public RemoveGroupOperationSpec.RemoveGroupOperationSpecBuilder groupname(@Nullable @Nullable String groupname) - Returns:
this.
-
groupId
public RemoveGroupOperationSpec.RemoveGroupOperationSpecBuilder groupId(@Nullable @Nullable String groupId) The ID of the group. This parameter cannot be used with thegroupnameparameter.- Returns:
this.
-
swapGroup
public RemoveGroupOperationSpec.RemoveGroupOperationSpecBuilder swapGroup(@Nullable @Nullable String swapGroup) As a group's name can change, use ofswapGroupIdis 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 theswapGroupIdparameter.- Returns:
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 theswapGroupparameter.- Returns:
this.
-
build
-
toString
-