public final class UpdateUserParams
A class that defines parameters to update a User.
private String
userId
private Map<String, Object>
data
UpdateUserParams()
final String
getUserId()
final Unit
setUserId(String userId)
final Map<String, Object>
getData()
setData(Map<String, Object> data)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final String getUserId()
final Unit setUserId(String userId)
final Map<String, Object> getData()
final Unit setData(Map<String, Object> data)