|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Note | |
|---|---|
| com.evernote.clients | |
| com.evernote.edam.notestore | |
| com.evernote.edam.type | |
| Uses of Note in com.evernote.clients |
|---|
| Methods in com.evernote.clients that return Note | |
|---|---|
Note |
NoteStoreClient.copyNote(String noteGuid,
String toNotebookGuid)
|
Note |
NoteStoreClient.createNote(Note note)
|
Note |
LinkedNoteStoreClient.createNote(Note note,
LinkedNotebook linkedNotebook)
Helper method to create a note in a linked notebook |
Note |
NoteStoreClient.getNote(String guid,
boolean withContent,
boolean withResourcesData,
boolean withResourcesRecognition,
boolean withResourcesAlternateData)
|
Note |
NoteStoreClient.getNoteVersion(String noteGuid,
int updateSequenceNum,
boolean withResourcesData,
boolean withResourcesRecognition,
boolean withResourcesAlternateData)
|
Note |
NoteStoreClient.updateNote(Note note)
|
| Methods in com.evernote.clients with parameters of type Note | |
|---|---|
Note |
NoteStoreClient.createNote(Note note)
|
Note |
LinkedNoteStoreClient.createNote(Note note,
LinkedNotebook linkedNotebook)
Helper method to create a note in a linked notebook |
Note |
NoteStoreClient.updateNote(Note note)
|
| Uses of Note in com.evernote.edam.notestore |
|---|
| Methods in com.evernote.edam.notestore that return Note | |
|---|---|
Note |
NoteStoreIface.copyNote(String authenticationToken,
String noteGuid,
String toNotebookGuid)
Performs a deep copy of the Note with the provided GUID 'noteGuid' into the Notebook with the provided GUID 'toNotebookGuid'. |
Note |
NoteStore.Client.copyNote(String authenticationToken,
String noteGuid,
String toNotebookGuid)
|
Note |
NoteStoreIface.createNote(String authenticationToken,
Note note)
Asks the service to make a note with the provided set of information. |
Note |
NoteStore.Client.createNote(String authenticationToken,
Note note)
|
Note |
NoteEmailParameters.getNote()
|
Note |
NoteStoreIface.getNote(String authenticationToken,
String guid,
boolean withContent,
boolean withResourcesData,
boolean withResourcesRecognition,
boolean withResourcesAlternateData)
Returns the current state of the note in the service with the provided GUID. |
Note |
NoteStore.Client.getNote(String authenticationToken,
String guid,
boolean withContent,
boolean withResourcesData,
boolean withResourcesRecognition,
boolean withResourcesAlternateData)
|
Note |
NoteStoreIface.getNoteVersion(String authenticationToken,
String noteGuid,
int updateSequenceNum,
boolean withResourcesData,
boolean withResourcesRecognition,
boolean withResourcesAlternateData)
This can be used to retrieve a previous version of a Note after it has been updated within the service. |
Note |
NoteStore.Client.getNoteVersion(String authenticationToken,
String noteGuid,
int updateSequenceNum,
boolean withResourcesData,
boolean withResourcesRecognition,
boolean withResourcesAlternateData)
|
Note |
NoteStore.Client.recv_copyNote()
|
Note |
NoteStore.Client.recv_createNote()
|
Note |
NoteStore.Client.recv_getNote()
|
Note |
NoteStore.Client.recv_getNoteVersion()
|
Note |
NoteStore.Client.recv_updateNote()
|
Note |
NoteStoreIface.updateNote(String authenticationToken,
Note note)
Submit a set of changes to a note to the service. |
Note |
NoteStore.Client.updateNote(String authenticationToken,
Note note)
|
| Methods in com.evernote.edam.notestore that return types with arguments of type Note | |
|---|---|
List<Note> |
SyncChunk.getNotes()
|
List<Note> |
RelatedResult.getNotes()
|
List<Note> |
NoteList.getNotes()
|
Iterator<Note> |
SyncChunk.getNotesIterator()
|
Iterator<Note> |
RelatedResult.getNotesIterator()
|
Iterator<Note> |
NoteList.getNotesIterator()
|
| Methods in com.evernote.edam.notestore with parameters of type Note | |
|---|---|
void |
SyncChunk.addToNotes(Note elem)
|
void |
RelatedResult.addToNotes(Note elem)
|
void |
NoteList.addToNotes(Note elem)
|
Note |
NoteStoreIface.createNote(String authenticationToken,
Note note)
Asks the service to make a note with the provided set of information. |
Note |
NoteStore.Client.createNote(String authenticationToken,
Note note)
|
void |
NoteStore.Client.send_createNote(String authenticationToken,
Note note)
|
void |
NoteStore.Client.send_updateNote(String authenticationToken,
Note note)
|
void |
NoteEmailParameters.setNote(Note note)
|
Note |
NoteStoreIface.updateNote(String authenticationToken,
Note note)
Submit a set of changes to a note to the service. |
Note |
NoteStore.Client.updateNote(String authenticationToken,
Note note)
|
| Method parameters in com.evernote.edam.notestore with type arguments of type Note | |
|---|---|
void |
SyncChunk.setNotes(List<Note> notes)
|
void |
RelatedResult.setNotes(List<Note> notes)
|
void |
NoteList.setNotes(List<Note> notes)
|
| Constructor parameters in com.evernote.edam.notestore with type arguments of type Note | |
|---|---|
NoteList(int startIndex,
int totalNotes,
List<Note> notes)
|
|
| Uses of Note in com.evernote.edam.type |
|---|
| Methods in com.evernote.edam.type that return Note | |
|---|---|
Note |
Note.deepCopy()
|
| Methods in com.evernote.edam.type with parameters of type Note | |
|---|---|
int |
Note.compareTo(Note other)
|
boolean |
Note.equals(Note that)
|
| Constructors in com.evernote.edam.type with parameters of type Note | |
|---|---|
Note(Note other)
Performs a deep copy on other. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||