Package com.solibri.smc.api.user
Interface User
public interface User
User can be used to access information about the current user using the software.
- Since:
- 9.10.8
-
Method Summary
Modifier and Type Method Description String
getUsername()
Returns the username of the user.
-
Method Details
-
getUsername
String getUsername()Returns the username of the user.- Returns:
- the username
- Since:
- 9.10.8
-