NotificationInfo Clase

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

public class NotificationInfo

Especifica si se va a enviar una notificación para las menciones.

Resumen del constructor

Constructor Description
NotificationInfo()

Nueva instancia de NotificationInfo.

NotificationInfo(boolean withAlertInMeeting, String withExternalResourceUrl)

Nueva instancia de una alerta de reunión.

NotificationInfo(Boolean withAlert)

Nueva instancia de NotificationInfo.

Resumen del método

Modificador y tipo Método y descripción
java.lang.Boolean getAlert()

Captador de alertas.

java.lang.Boolean getAlertInMeeting()

Indica si se trata de una alerta de reunión.

java.lang.String getExternalResourceUrl()

Obtiene la dirección URL del recurso de una alerta de reunión.

void setAlert(Boolean withAlert)

Establecedor para alerta.

void setAlertInMeeting(Boolean withAlertInMeeting)

Indica si se trata de una alerta de reunión.

void setExternalResourceUrl(String withExternalResourceUrl)

Dirección URL del recurso de una alerta de reunión.

Métodos heredados 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

Detalles del constructor

NotificationInfo

public NotificationInfo()

Nueva instancia de NotificationInfo.

NotificationInfo

public NotificationInfo(boolean withAlertInMeeting, String withExternalResourceUrl)

Nueva instancia de una alerta de reunión.

Parámetros:

withAlertInMeeting - True si se trata de una alerta de reunión.
withExternalResourceUrl - Dirección URL del recurso externo.

NotificationInfo

public NotificationInfo(Boolean withAlert)

Nueva instancia de NotificationInfo.

Parámetros:

withAlert - valor de alerta que se va a establecer.

Detalles del método

getAlert

public Boolean getAlert()

Captador de alertas.

Devoluciones:

devuelve el valor alter.

getAlertInMeeting

public Boolean getAlertInMeeting()

Indica si se trata de una alerta de reunión.

Devoluciones:

True si se trata de una alerta de reunión.

getExternalResourceUrl

public String getExternalResourceUrl()

Obtiene la dirección URL del recurso de una alerta de reunión.

Devoluciones:

Dirección URL del recurso externo.

setAlert

public void setAlert(Boolean withAlert)

Establecedor para alerta.

Parámetros:

withAlert - valor que se va a establecer.

setAlertInMeeting

public void setAlertInMeeting(Boolean withAlertInMeeting)

Indica si se trata de una alerta de reunión.

Parámetros:

withAlertInMeeting - True si se trata de una alerta de reunión.

setExternalResourceUrl

public void setExternalResourceUrl(String withExternalResourceUrl)

Dirección URL del recurso de una alerta de reunión.

Parámetros:

withExternalResourceUrl - Dirección URL del recurso externo.

Se aplica a