Constructor and Description |
---|
Factory() |
Modifier and Type | Method and Description |
---|---|
static User |
newInstance()
Constructs a new instance of
User . |
static User |
newInstance(String email,
String languageCode,
UserStatus status,
boolean termsAccepted,
boolean reminderMailSent,
Timestamp statusChanged,
UserProfile profile)
Constructs a new instance of
User , taking all required and/or read-only
properties as arguments. |
public static User newInstance(String email, String languageCode, UserStatus status, boolean termsAccepted, boolean reminderMailSent, Timestamp statusChanged, UserProfile profile)
User
, taking all required and/or read-only
properties as arguments.Copyright © 2019 Communote team. All rights reserved.