dundas.notifications.Recipient Class

 

Inheritance Hierarchy

 
Class
   dundas.notifications.Recipient
 

Constructors

 
  Name Description
init Initializes the dundas.notifications.Recipient object.
 
 

Properties

 
  Name Description
accountId Gets or sets the account ID. DEPRECATED. Use recipient ID instead.
displayName Gets or sets the name of the recipient (only when account ID is provided).
email Gets or sets the email address.
isUnsubscribeAllowed Gets or sets a value indicating whether this recipient can unsubscribe.
recipientId Gets or sets the account or group ID.
viewOverrides Gets or sets an array of view overrides specific for this recipient.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.