public static final class UserNoteEntity.Factory extends Object
UserNoteEntity.| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
static UserNoteEntity |
newInstance()
Constructs a new instance of
UserNoteEntity. |
static UserNoteEntity |
newInstance(int rank,
Note note,
User user)
Constructs a new instance of
UserNoteEntity,
taking all required and/or read-only properties as arguments. |
static UserNoteEntity |
newInstance(int rank,
Note note,
User user,
Set<UserNoteProperty> properties)
Constructs a new instance of
UserNoteEntity,
taking all possible properties (except the identifier(s))as arguments. |
public static UserNoteEntity newInstance()
UserNoteEntity.public static UserNoteEntity newInstance(int rank, Note note, User user)
UserNoteEntity,
taking all required and/or read-only properties as arguments.public static UserNoteEntity newInstance(int rank, Note note, User user, Set<UserNoteProperty> properties)
UserNoteEntity,
taking all possible properties (except the identifier(s))as arguments.Copyright © 2019 Communote team. All rights reserved.