NotificationInfo Classe
- java.
lang. Object - com.
microsoft. bot. schema. teams. NotificationInfo
- com.
public class NotificationInfo
Spécifie si une notification doit être envoyée pour les mentions.
Récapitulatif du constructeur
| Constructeur | Description |
|---|---|
| NotificationInfo() |
Nouvelle instance de Notification |
| NotificationInfo(boolean withAlertInMeeting, String withExternalResourceUrl) |
Nouvelle instance d’une alerte de réunion. |
| NotificationInfo(Boolean withAlert) |
Nouvelle instance de Notification |
Résumé de la méthode
| Modificateur et type | Méthode et description |
|---|---|
| java.lang.Boolean |
getAlert()
Getter pour l’alerte. |
| java.lang.Boolean |
getAlertInMeeting()
Indique s’il s’agit d’une alerte de réunion. |
| java.lang.String |
getExternalResourceUrl()
Obtient l’URL de ressource d’une alerte de réunion. |
| void |
setAlert(Boolean withAlert)
Setter pour l’alerte. |
| void |
setAlertInMeeting(Boolean withAlertInMeeting)
Indique s’il s’agit d’une alerte de réunion. |
| void |
setExternalResourceUrl(String withExternalResourceUrl)
URL de ressource d’une alerte de réunion. |
Méthodes héritées de java.lang.Object
Détails du constructeur
NotificationInfo
public NotificationInfo()
Nouvelle instance de NotificationInfo.
NotificationInfo
public NotificationInfo(boolean withAlertInMeeting, String withExternalResourceUrl)
Nouvelle instance d’une alerte de réunion.
Paramètres:
NotificationInfo
public NotificationInfo(Boolean withAlert)
Nouvelle instance de NotificationInfo.
Paramètres:
Détails de la méthode
getAlert
public Boolean getAlert()
Getter pour l’alerte.
Retours:
getAlertInMeeting
public Boolean getAlertInMeeting()
Indique s’il s’agit d’une alerte de réunion.
Retours:
getExternalResourceUrl
public String getExternalResourceUrl()
Obtient l’URL de ressource d’une alerte de réunion.
Retours:
setAlert
public void setAlert(Boolean withAlert)
Setter pour l’alerte.
Paramètres:
setAlertInMeeting
public void setAlertInMeeting(Boolean withAlertInMeeting)
Indique s’il s’agit d’une alerte de réunion.
Paramètres:
setExternalResourceUrl
public void setExternalResourceUrl(String withExternalResourceUrl)
URL de ressource d’une alerte de réunion.
Paramètres: