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 ofgroupIdis 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 ofgroupIdis recommended to identify a group. The name of the group. This parameter cannot be used with thegroupIdparameter.- Gibt zurück:
this.
-
groupId
public AddUserToGroupOperationSpec.AddUserToGroupOperationSpecBuilder groupId(@Nullable @Nullable String groupId) The ID of the group. This parameter cannot be used with thegroupNameparameter.- Gibt zurück:
this.
-
build
-
toString
-