Class: NoteDelete

Request~NoteDelete(clientnullable, notenullable)

Handles API Request Note_Delete. Scope: Store.

Constructor

new NoteDelete(clientnullable, notenullable)

NoteDelete Constructor.

NoteDelete Constructor.

Parameters:
Name Type Attributes Default Description
client Client <nullable>
note Note <nullable>
null
Source:
See:

Methods

createResponse() → {Response}

Create a response object from the response data.

Create a response object from the response data.

Source:
Returns:
Type
Response

getNoteId() → {number}

Get Note_ID.

Get Note_ID.

Source:
Returns:
Type
number

setNoteId(noteId) → {NoteDelete}

Set Note_ID.

Set Note_ID.

Parameters:
Name Type Description
noteId number
Source:
Returns:
Type
NoteDelete

toObject() → {Object}

Reduce the request to a an object.

Reduce the request to a an object.

Source:
Returns:
Type
Object