Options
All
  • Public
  • Public/Protected
  • All
Menu

model class to display WEM notification data

Hierarchy

  • WemNotificationDisplayData

Index

Constructors

Properties

evolveNotificationUrl: string
remarks

Notification url

id: string
remarks

notification message id

message: string
remarks

notification message

msgRead: boolean
remarks

message read

notificationType: NotificationType
remarks

Notification type

receivedDateTime: Date
remarks

received date time

subject: string
remarks

notification subject

template: string
remarks

Notification template

Methods

  • The parse will take the data object and assign the values to the WemNotificationDisplayData class properties

    example
    parse(message);
    

    Parameters

    Returns void

Generated using TypeDoc