Klasse AddUserToGroupOperationSpec.AddUserToGroupOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.AddUserToGroupOperationSpec.AddUserToGroupOperationSpecBuilder
- Umschließende Klasse:
AddUserToGroupOperationSpec
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
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.
-
Methodendetails
-
updateUserToGroupBean
public AddUserToGroupOperationSpec.AddUserToGroupOperationSpecBuilder updateUserToGroupBean(@NotNull @NotNull UpdateUserToGroupBean updateUserToGroupBean) The user to add to the group.- Gibt zurück:
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.- Gibt zurück:
this
.
-
groupId
public AddUserToGroupOperationSpec.AddUserToGroupOperationSpecBuilder groupId(@Nullable @Nullable String groupId) The ID of the group. This parameter cannot be used with thegroupName
parameter.- Gibt zurück:
this
.
-
build
-
toString
-