public static final class UserProfile.Factory extends Object
UserProfile
.Constructor and Description |
---|
Factory() |
Modifier and Type | Method and Description |
---|---|
static UserProfile |
newInstance()
Constructs a new instance of
UserProfile . |
static UserProfile |
newInstance(String lastName,
String salutation,
String position,
String company,
String firstName,
Timestamp lastModificationDate,
Timestamp lastPhotoModificationDate,
String timeZoneId,
UserImage smallImage,
Contact contact,
UserImage mediumImage,
UserImage largeImage,
NotificationConfig notificationConfig)
Constructs a new instance of
UserProfile , taking
all possible properties (except the identifier(s))as arguments. |
static UserProfile |
newInstance(Timestamp lastModificationDate,
NotificationConfig notificationConfig)
Constructs a new instance of
UserProfile , taking
all required and/or read-only properties as arguments. |
public static UserProfile newInstance()
UserProfile
.public static UserProfile newInstance(Timestamp lastModificationDate, NotificationConfig notificationConfig)
UserProfile
, taking
all required and/or read-only properties as arguments.public static UserProfile newInstance(String lastName, String salutation, String position, String company, String firstName, Timestamp lastModificationDate, Timestamp lastPhotoModificationDate, String timeZoneId, UserImage smallImage, Contact contact, UserImage mediumImage, UserImage largeImage, NotificationConfig notificationConfig)
UserProfile
, taking
all possible properties (except the identifier(s))as arguments.Copyright © 2019 Communote team. All rights reserved.