Instantiates a new NoteEntity.
The active SDK client instance.
The raw note data from the API.
Deletes this note.
A promise resolving when the note is deleted.
Fetches the user associated with this note.
A promise resolving to the UserEntity of the note's owner.
Updates this note's settings.
The fields to update.
A promise resolving to the updated NoteEntity.
Represents a specific Note within the system. Provides helper methods to easily update, delete, or upload an icon for this note.