この文章は Salesforce 機械翻訳システムを使用して翻訳されました。詳細はこちらをご参照ください。
英語に切り替える

NotificationActionContext クラス

レポート通知のレポートインスタンスおよび条件しきい値に関する情報が含まれます。

名前空間

Reports

NotificationActionContext のコンストラクター

NotificationActionContext のコンストラクターは次のとおりです。

NotificationActionContext(reportInstance, thresholdInformation)

指定されたパラメーターを使用して、Reports.NotificationActionContext クラスの新しいインスタンスを作成します。

署名

public NotificationActionContext(Reports.ReportInstance reportInstance, Reports.ThresholdInformation thresholdInformation)

パラメーター

reportInstance
型: Reports.ReportInstance
レポートのインスタンス。
thresholdInformation
型: Reports.ThresholdInformation
通知の評価条件。

NotificationActionContext のメソッド

NotificationActionContext のメソッドは次のとおりです。

getReportInstance()

通知に関連付けられたレポートインスタンスを返します。

署名

public Reports.ReportInstance getReportInstance()

戻り値

型: Reports.ReportInstance

getThresholdInformation()

通知に関連付けられたしきい値情報を返します。

署名

public Reports.ThresholdInformation getThresholdInformation()