NotificationInfo Classe

  • java.lang.Object
    • com.microsoft.bot.schema.teams.NotificationInfo

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 NotificationInfos.

NotificationInfo(boolean withAlertInMeeting, String withExternalResourceUrl)

Nouvelle instance d’une alerte de réunion.

NotificationInfo(Boolean withAlert)

Nouvelle instance de NotificationInfos.

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

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

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:

withAlertInMeeting - True s’il s’agit d’une alerte de réunion.
withExternalResourceUrl - URL de ressource externe.

NotificationInfo

public NotificationInfo(Boolean withAlert)

Nouvelle instance de NotificationInfo.

Paramètres:

withAlert - valeur d’alerte à définir.

Détails de la méthode

getAlert

public Boolean getAlert()

Getter pour l’alerte.

Retours:

retourne la valeur de modification.

getAlertInMeeting

public Boolean getAlertInMeeting()

Indique s’il s’agit d’une alerte de réunion.

Retours:

True s’il s’agit d’une alerte de réunion.

getExternalResourceUrl

public String getExternalResourceUrl()

Obtient l’URL de ressource d’une alerte de réunion.

Retours:

URL de ressource externe.

setAlert

public void setAlert(Boolean withAlert)

Setter pour l’alerte.

Paramètres:

withAlert - valeur à définir.

setAlertInMeeting

public void setAlertInMeeting(Boolean withAlertInMeeting)

Indique s’il s’agit d’une alerte de réunion.

Paramètres:

withAlertInMeeting - True s’il s’agit d’une alerte de réunion.

setExternalResourceUrl

public void setExternalResourceUrl(String withExternalResourceUrl)

URL de ressource d’une alerte de réunion.

Paramètres:

withExternalResourceUrl - URL de ressource externe.

S’applique à