NotificationInfo Class
- java.
lang. Object - com.
microsoft. bot. schema. teams. NotificationInfo
- com.
public class NotificationInfo
Specifies if a notification is to be sent for the mentions.
Constructor Summary
| Constructor | Description |
|---|---|
| NotificationInfo() |
A new instance of Notification |
| NotificationInfo(boolean withAlertInMeeting, String withExternalResourceUrl) |
A new instance of a meeting alert. |
| NotificationInfo(Boolean withAlert) |
A new instance of Notification |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.Boolean |
getAlert()
Getter for alert. |
| java.lang.Boolean |
getAlertInMeeting()
Indicates if this is a meeting alert. |
| java.lang.String |
getExternalResourceUrl()
Gets the resource Url of a meeting alert. |
| void |
setAlert(Boolean withAlert)
Setter for alert. |
| void |
setAlertInMeeting(Boolean withAlertInMeeting)
Indicates if this is a meeting alert. |
| void |
setExternalResourceUrl(String withExternalResourceUrl)
The resource Url of a meeting alert. |
Methods inherited from java.lang.Object
Constructor Details
NotificationInfo
public NotificationInfo()
A new instance of NotificationInfo.
NotificationInfo
public NotificationInfo(boolean withAlertInMeeting, String withExternalResourceUrl)
A new instance of a meeting alert.
Parameters:
NotificationInfo
public NotificationInfo(Boolean withAlert)
A new instance of NotificationInfo.
Parameters:
Method Details
getAlert
public Boolean getAlert()
Getter for alert.
Returns:
getAlertInMeeting
public Boolean getAlertInMeeting()
Indicates if this is a meeting alert.
Returns:
getExternalResourceUrl
public String getExternalResourceUrl()
Gets the resource Url of a meeting alert.
Returns:
setAlert
public void setAlert(Boolean withAlert)
Setter for alert.
Parameters:
setAlertInMeeting
public void setAlertInMeeting(Boolean withAlertInMeeting)
Indicates if this is a meeting alert.
Parameters:
setExternalResourceUrl
public void setExternalResourceUrl(String withExternalResourceUrl)
The resource Url of a meeting alert.
Parameters: