NotificationInfo クラス
- java.
lang. Object - com.
microsoft. bot. schema. teams. NotificationInfo
- com.
public class NotificationInfo
メンションに対して通知を送信するかどうかを指定します。
コンストラクターの概要
| コンストラクター | 説明 |
|---|---|
| NotificationInfo() |
Notification |
| NotificationInfo(boolean withAlertInMeeting, String withExternalResourceUrl) |
会議アラートの新しいインスタンス。 |
| NotificationInfo(Boolean withAlert) |
Notification |
メソッドの概要
| 修飾子と型 | メソッドと説明 |
|---|---|
| java.lang.Boolean |
getAlert()
アラートの Getter。 |
| java.lang.Boolean |
getAlertInMeeting()
これが会議のアラートであるかどうかを示します。 |
| java.lang.String |
getExternalResourceUrl()
会議アラートのリソース URL を取得します。 |
| void |
setAlert(Boolean withAlert)
アラートのセッター。 |
| void |
setAlertInMeeting(Boolean withAlertInMeeting)
これが会議のアラートであるかどうかを示します。 |
| void |
setExternalResourceUrl(String withExternalResourceUrl)
会議アラートのリソース URL。 |
メソッドの継承元: java.lang.Object
コンストラクターの詳細
NotificationInfo
public NotificationInfo()
NotificationInfo の新しいインスタンス。
NotificationInfo
public NotificationInfo(boolean withAlertInMeeting, String withExternalResourceUrl)
会議アラートの新しいインスタンス。
パラメーター:
NotificationInfo
public NotificationInfo(Boolean withAlert)
NotificationInfo の新しいインスタンス。
パラメーター:
メソッドの詳細
getAlert
public Boolean getAlert()
アラートの Getter。
戻り値:
getAlertInMeeting
public Boolean getAlertInMeeting()
これが会議のアラートであるかどうかを示します。
戻り値:
getExternalResourceUrl
public String getExternalResourceUrl()
会議アラートのリソース URL を取得します。
戻り値:
setAlert
public void setAlert(Boolean withAlert)
アラートのセッター。
パラメーター:
setAlertInMeeting
public void setAlertInMeeting(Boolean withAlertInMeeting)
これが会議のアラートであるかどうかを示します。
パラメーター:
setExternalResourceUrl
public void setExternalResourceUrl(String withExternalResourceUrl)
会議アラートのリソース URL。
パラメーター: