-
- All Implemented Interfaces:
public final class User
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringidprivate final Stringemailprivate final Stringnameprivate JSONObjectextensionsprivate List<String>encryptedprivate final JSONObjectjson
-
Constructor Summary
Constructors Constructor Description User(JSONObject json)
-
Method Summary
Modifier and Type Method Description final StringgetId()final StringgetEmail()final StringgetName()final JSONObjectgetExtensions()final UnitsetExtensions(JSONObject extensions)final List<String>getEncrypted()final UnitsetEncrypted(List<String> encrypted)final JSONObjectgetJson()-
-
Constructor Detail
-
User
User(JSONObject json)
-
-
Method Detail
-
getExtensions
final JSONObject getExtensions()
-
setExtensions
final Unit setExtensions(JSONObject extensions)
-
getEncrypted
final List<String> getEncrypted()
-
setEncrypted
final Unit setEncrypted(List<String> encrypted)
-
getJson
final JSONObject getJson()
-
-
-
-