Class AddUserToGroupOperationSpec.AddUserToGroupOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.AddUserToGroupOperationSpec.AddUserToGroupOperationSpecBuilder
- Enclosing class:
- AddUserToGroupOperationSpec
-
Method Summary
Modifier and TypeMethodDescriptionbuild()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.
-
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 ofgroupIdis recommended to identify a group. The name of the group. This parameter cannot be used with thegroupIdparameter.- Returns:
this.
-
groupId
public AddUserToGroupOperationSpec.AddUserToGroupOperationSpecBuilder groupId(@Nullable @Nullable String groupId) The ID of the group. This parameter cannot be used with thegroupNameparameter.- Returns:
this.
-
build
-
toString
-