Object DeviceUser.Companion
-
- All Implemented Interfaces:
public class DeviceUser.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static DeviceUser.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final DeviceUsercreateDeviceUserFromJsonString(String str)Converts the given JSON string to 'DeviceUser' -
-
Method Detail
-
createDeviceUserFromJsonString
final DeviceUser createDeviceUserFromJsonString(String str)
Converts the given JSON string to 'DeviceUser'
-
-
-
-