NotificationInfo クラス

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

public class NotificationInfo

メンションに対して通知を送信するかどうかを指定します。

コンストラクターの概要

コンストラクター 説明
NotificationInfo()

通知情報の新しいインスタンス。

NotificationInfo(boolean withAlertInMeeting, String withExternalResourceUrl)

会議アラートの新しいインスタンス。

NotificationInfo(Boolean withAlert)

通知情報の新しいインスタンス。

メソッドの概要

修飾子と型 メソッドと説明
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

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

コンストラクターの詳細

NotificationInfo

public NotificationInfo()

NotificationInfo の新しいインスタンス。

NotificationInfo

public NotificationInfo(boolean withAlertInMeeting, String withExternalResourceUrl)

会議アラートの新しいインスタンス。

Parameters:

withAlertInMeeting - True の 場合は、会議のアラートです。
withExternalResourceUrl - 外部リソースの URL。

NotificationInfo

public NotificationInfo(Boolean withAlert)

NotificationInfo の新しいインスタンス。

Parameters:

withAlert - 設定するアラート値。

メソッドの詳細

getAlert

public Boolean getAlert()

アラートの Getter。

Returns:

は変更値を返します。

getAlertInMeeting

public Boolean getAlertInMeeting()

これが会議のアラートであるかどうかを示します。

Returns:

True の 場合は、会議のアラートです。

getExternalResourceUrl

public String getExternalResourceUrl()

会議アラートのリソース URL を取得します。

Returns:

外部リソースの URL。

setAlert

public void setAlert(Boolean withAlert)

アラートのセッター。

Parameters:

withAlert - 設定する値。

setAlertInMeeting

public void setAlertInMeeting(Boolean withAlertInMeeting)

これが会議のアラートであるかどうかを示します。

Parameters:

withAlertInMeeting - True の 場合は、会議のアラートです。

setExternalResourceUrl

public void setExternalResourceUrl(String withExternalResourceUrl)

会議アラートのリソース URL。

Parameters:

withExternalResourceUrl - 外部リソースの URL。

適用対象