public class UserInput
extends Object
Details about user to be created or updated;
- Since:
- v5.1.0
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
getKey
@Nullable
public String getKey()
-
getName
@Nullable
public String getName()
-
getPassword
@Nullable
public String getPassword()
-
getEmailAddress
@Nullable
public String getEmailAddress()
-
getDisplayName
@Nullable
public String getDisplayName()
-
getNotification
@Nullable
public String getNotification()
-