new module:model/ENoteConfiguration()
- Source:
Constructs a new ENoteConfiguration
.
This object contains information used to configure eNote functionality. To use eNote, the Allow eNote for eOriginal account plan item must be on, and the Connect configuration for eOriginal must be set correctly.
Members
(inner) apiKey :String
- Source:
Type:
- String
(inner) connectConfigured :String
- Source:
Type:
- String
(inner) eNoteConfigured :String
- Source:
Type:
- String
(inner) organization :String
- Source:
Type:
- String
(inner) password :String
- Source:
Type:
- String
(inner) userName :String
- Source:
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/ENoteConfiguration}
- Source:
Constructs a ENoteConfiguration
from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data
to obj
if supplied or a new instance if not.
Parameters:
Name | Type | Description |
---|---|---|
data |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/ENoteConfiguration | Optional instance to populate. |
Returns:
The populated ENoteConfiguration
instance.