data class User
Represents a Cumulocity user profile This attribute becomes available as an attribute of the CumulocityConnection instance after successfully calling its connect() method
Makes no sense to instantiate this class yourself
User(o: JSONObject)
called internally to parse results after successful connection |
val email: String?
Optional, only available after successful connection |
|
val firstName: String?
Optional, only available after successful connection |
|
val id: String
Internal id of the object given by Cumulocity |
|
val lastName: String?
Optional, only available after successful connection |
|
val userName: String
username or alias used by account holder to connect to Cumulocity |