public interface IAlert
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
Date |
alertDate()
The date that the alert was generated, based on the database server clock.
|
int |
alertType()
The type of alert generated: Alert or Follow-up.
|
String |
description()
The description of the alert.
|
int |
id()
The alert or follow-up ID.
|
String |
parentEntityURL()
For HP use.
|
String |
subject()
A short summary appropriate to be used as subject line of the Alert e-mail.
|
boolean |
unread()
If true, the alert or follow-up has not yet been read.
|
void |
unread(boolean pVal)
If true, the alert or follow-up has not yet been read.
|
String description()
The description of the alert.
Getter method for the COM property "Description"
Date alertDate()
The date that the alert was generated, based on the database server clock.
Getter method for the COM property "AlertDate"
int id()
The alert or follow-up ID.
Getter method for the COM property "ID"
int alertType()
The type of alert generated: Alert or Follow-up.
Getter method for the COM property "AlertType"
boolean unread()
If true, the alert or follow-up has not yet been read.
Getter method for the COM property "Unread"
void unread(boolean pVal)
If true, the alert or follow-up has not yet been read.
Setter method for the COM property "Unread"
pVal
- Mandatory boolean parameter.String subject()
A short summary appropriate to be used as subject line of the Alert e-mail.
Getter method for the COM property "Subject"
String parentEntityURL()
For HP use. The location of the parent object to which the alert or follow-up is related.
Getter method for the COM property "ParentEntityURL"
Copyright © 2020. All rights reserved.