NotificationInfo Classe
- java.
lang. Object - com.
microsoft. bot. schema. teams. NotificationInfo
- com.
public class NotificationInfo
Especifica se uma notificação deve ser enviada para as menções.
Resumo do Construtor
| Construtor | Description |
|---|---|
| NotificationInfo() |
Uma nova instância do Notification |
| NotificationInfo(boolean withAlertInMeeting, String withExternalResourceUrl) |
Uma nova instância de um alerta de reunião. |
| NotificationInfo(Boolean withAlert) |
Uma nova instância do Notification |
Resumo do método
| Modificador e tipo | Método e descrição |
|---|---|
| java.lang.Boolean |
getAlert()
Getter para alerta. |
| java.lang.Boolean |
getAlertInMeeting()
Indica se esse é um alerta de reunião. |
| java.lang.String |
getExternalResourceUrl()
Obtém a URL de recurso de um alerta de reunião. |
| void |
setAlert(Boolean withAlert)
Setter para alerta. |
| void |
setAlertInMeeting(Boolean withAlertInMeeting)
Indica se esse é um alerta de reunião. |
| void |
setExternalResourceUrl(String withExternalResourceUrl)
A URL do recurso de um alerta de reunião. |
Métodos herdados de java.lang.Object
Detalhes do construtor
NotificationInfo
public NotificationInfo()
Uma nova instância de NotificationInfo.
NotificationInfo
public NotificationInfo(boolean withAlertInMeeting, String withExternalResourceUrl)
Uma nova instância de um alerta de reunião.
Parâmetros:
NotificationInfo
public NotificationInfo(Boolean withAlert)
Uma nova instância de NotificationInfo.
Parâmetros:
Detalhes do método
getAlert
public Boolean getAlert()
Getter para alerta.
Retornos:
getAlertInMeeting
public Boolean getAlertInMeeting()
Indica se esse é um alerta de reunião.
Retornos:
getExternalResourceUrl
public String getExternalResourceUrl()
Obtém a URL de recurso de um alerta de reunião.
Retornos:
setAlert
public void setAlert(Boolean withAlert)
Setter para alerta.
Parâmetros:
setAlertInMeeting
public void setAlertInMeeting(Boolean withAlertInMeeting)
Indica se esse é um alerta de reunião.
Parâmetros:
setExternalResourceUrl
public void setExternalResourceUrl(String withExternalResourceUrl)
A URL do recurso de um alerta de reunião.
Parâmetros: