Class NotificationServiceNotification

A structure that represents a notification within the NotificationService web API.

Hierarchy

  • FrameworkObject
    • NotificationServiceNotification

Constructors

Accessors

  • get isRead(): boolean
  • Specifies whether the notification was marked as read or not.

    Returns boolean

  • set isRead(value): void
  • Parameters

    • value: boolean

    Returns void

  • get markAsReadDate(): string
  • Specifies the date when the notification was marked as read.

    Returns string

  • set markAsReadDate(value): void
  • Parameters

    • value: string

    Returns void

  • get notificationUUID(): UUID
  • Specifies the unique ID of the notification. Can be used to mark the notification as read.

    Returns UUID

  • set notificationUUID(value): void
  • Parameters

    Returns void

  • get projectUUID(): UUID
  • The UUID of the project where the notification was sent to.

    Returns UUID

  • set projectUUID(value): void
  • Parameters

    Returns void

  • get text(): string
  • The text of the notification. This can be anything and is set by the server. It describes what the notification is.

    Returns string

  • set text(value): void
  • Parameters

    • value: string

    Returns void