public class Note extends Object
| Constructor and Description |
|---|
Note(NoteType noteType,
String id,
List<DocumentElement> body) |
| Modifier and Type | Method and Description |
|---|---|
List<DocumentElement> |
getBody() |
String |
getId() |
NoteType |
getNoteType() |
public Note(NoteType noteType, String id, List<DocumentElement> body)
public NoteType getNoteType()
public String getId()
public List<DocumentElement> getBody()
Copyright © 2018. All rights reserved.