Uses of Class
de.fraunhofer.iese.mydata.user.MyDataRole
-
Packages that use MyDataRole Package Description de.fraunhofer.iese.mydata.user -
-
Uses of MyDataRole in de.fraunhofer.iese.mydata.user
Fields in de.fraunhofer.iese.mydata.user declared as MyDataRole Modifier and Type Field Description protected @NotNull @Valid MyDataRole
User. role
Methods in de.fraunhofer.iese.mydata.user that return MyDataRole Modifier and Type Method Description static MyDataRole
MyDataRole. valueOf(String name)
Returns the enum constant of this type with the specified name.static MyDataRole[]
MyDataRole. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.fraunhofer.iese.mydata.user with parameters of type MyDataRole Modifier and Type Method Description void
IUserService. updateRole(String userId, MyDataRole newRole)
update the role of a user
-