Class AddUserToGroupOperationSpec.AddUserToGroupOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.AddUserToGroupOperationSpec.AddUserToGroupOperationSpecBuilder
- Enclosing class:
- AddUserToGroupOperationSpec
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
The ID of the group.As a group's name can change, use ofgroupId
is recommended to identify a group.toString()
updateUserToGroupBean
(@NotNull UpdateUserToGroupBean updateUserToGroupBean) The user to add to the group.
-
Method Details
-
updateUserToGroupBean
public AddUserToGroupOperationSpec.AddUserToGroupOperationSpecBuilder updateUserToGroupBean(@NotNull @NotNull UpdateUserToGroupBean updateUserToGroupBean) The user to add to the group.- Returns:
this
.
-
groupname
public AddUserToGroupOperationSpec.AddUserToGroupOperationSpecBuilder 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.- Returns:
this
.
-
groupId
public AddUserToGroupOperationSpec.AddUserToGroupOperationSpecBuilder groupId(@Nullable @Nullable String groupId) The ID of the group. This parameter cannot be used with thegroupName
parameter.- Returns:
this
.
-
build
-
toString
-