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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getUsername()
Returns the username of the user.
-
-
-
Method Detail
-
getUsername
String getUsername()
Returns the username of the user.- Returns:
- the username
- Since:
- 9.10.8
-
-