{
  "id": "Reports.notificationactioncontext",
  "nodeType": "class",
  "name": "NotificationActionContext",
  "namespace": "Reports",
  "startToken": {
    "type": "declaration.entity.name.class",
    "text": "NotificationActionContext",
    "textToLower": "notificationactioncontext",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "declaration.entity.name.class_NotificationActionContext_-1:0"
  },
  "order": 0,
  "memberOrder": 0,
  "accessModifier": {
    "type": "keyword.modifier.access",
    "text": "global",
    "textToLower": "global",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "keyword.modifier.access_global_-1:0"
  },
  "sharingModifier": {
    "type": "keyword.modifier.sharing",
    "text": "without sharing",
    "textToLower": "without sharing",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "keyword.modifier.sharing_without sharing_-1:0"
  },
  "description": "Contains information about the report instance and condition threshold for a report notification.",
  "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_reports_NotificationActionContext.htm",
  "classes": {},
  "interfaces": {},
  "enums": {},
  "variables": {},
  "methods": {
    "getreportinstance()": {
      "id": "Reports.notificationactioncontext.method.getreportinstance()",
      "nodeType": "method",
      "name": "getReportInstance",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getReportInstance",
        "textToLower": "getreportinstance",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getReportInstance_-1:0"
      },
      "parentId": "Reports.notificationactioncontext",
      "order": 1,
      "memberOrder": 2,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "signature": "public Reports.ReportInstance getReportInstance()",
      "overrideSignature": "public override Reports.ReportInstance getReportInstance()",
      "simplifiedSignature": "getReportInstance()",
      "datatype": {
        "id": "Reports.notificationactioncontext.getreportinstance.datatype.Reports.ReportInstance",
        "nodeType": "datatype",
        "name": "Reports.ReportInstance",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "Reports",
          "textToLower": "reports",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 14
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Reports_0:7"
        },
        "parentId": "Reports.notificationactioncontext.getreportinstance",
        "order": 0,
        "memberOrder": 0,
        "type": "Reports.ReportInstance"
      },
      "description": "Returns the report instance associated with the notification.",
      "parentName": "NotificationActionContext",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getthresholdinformation()": {
      "id": "Reports.notificationactioncontext.method.getthresholdinformation()",
      "nodeType": "method",
      "name": "getThresholdInformation",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getThresholdInformation",
        "textToLower": "getthresholdinformation",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getThresholdInformation_-1:0"
      },
      "parentId": "Reports.notificationactioncontext",
      "order": 2,
      "memberOrder": 3,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "signature": "public Reports.ThresholdInformation getThresholdInformation()",
      "overrideSignature": "public override Reports.ThresholdInformation getThresholdInformation()",
      "simplifiedSignature": "getThresholdInformation()",
      "datatype": {
        "id": "Reports.notificationactioncontext.getthresholdinformation.datatype.Reports.ThresholdInformation",
        "nodeType": "datatype",
        "name": "Reports.ThresholdInformation",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "Reports",
          "textToLower": "reports",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 14
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Reports_0:7"
        },
        "parentId": "Reports.notificationactioncontext.getthresholdinformation",
        "order": 0,
        "memberOrder": 0,
        "type": "Reports.ThresholdInformation"
      },
      "description": "Returns the threshold information associated with the notification.",
      "parentName": "NotificationActionContext",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    }
  },
  "constructors": {
    "notificationactioncontext(reports.reportinstance,reports.thresholdinformation)": {
      "id": "Reports.notificationactioncontext.method.notificationactioncontext(reports.reportinstance,reports.thresholdinformation)",
      "nodeType": "constructor",
      "name": "NotificationActionContext",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "NotificationActionContext",
        "textToLower": "notificationactioncontext",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_NotificationActionContext_-1:0"
      },
      "parentId": "Reports.notificationactioncontext",
      "order": 1,
      "memberOrder": 1,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "signature": "public NotificationActionContext(Reports.ReportInstance reportInstance, Reports.ThresholdInformation thresholdInformation)",
      "overrideSignature": "public override NotificationActionContext(Reports.ReportInstance reportInstance, Reports.ThresholdInformation thresholdInformation)",
      "simplifiedSignature": "NotificationActionContext(Reports.ReportInstance,Reports.ThresholdInformation)",
      "description": "Creates a new instance of the Reports.NotificationActionContext class using the specified parameters.",
      "parentName": "NotificationActionContext",
      "variables": {},
      "params": {
        "reportinstance": {
          "id": "Reports.notificationactioncontext.method.notificationactioncontext(reports.reportinstance,reports.thresholdinformation).varParam.reportinstance",
          "nodeType": "variable",
          "name": "reportInstance",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "reportInstance",
            "textToLower": "reportinstance",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 56
              },
              "end": {
                "line": 0,
                "character": 70
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_reportInstance_0:56"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "reportInstance",
            "textToLower": "reportinstance",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 56
              },
              "end": {
                "line": 0,
                "character": 70
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_reportInstance_0:56"
          },
          "parentId": "Reports.notificationactioncontext.method.notificationactioncontext(reports.reportinstance,reports.thresholdinformation)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "Reports.notificationactioncontext.notificationactioncontext.datatype.Reports.ReportInstance",
            "nodeType": "datatype",
            "name": "Reports.ReportInstance",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "Reports",
              "textToLower": "reports",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 33
                },
                "end": {
                  "line": 0,
                  "character": 40
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Reports_0:33"
            },
            "parentId": "Reports.notificationactioncontext.notificationactioncontext",
            "order": 0,
            "memberOrder": 0,
            "type": "Reports.ReportInstance"
          },
          "scope": null
        },
        "thresholdinformation": {
          "id": "Reports.notificationactioncontext.method.notificationactioncontext(reports.reportinstance,reports.thresholdinformation).varParam.thresholdinformation",
          "nodeType": "variable",
          "name": "thresholdInformation",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "thresholdInformation",
            "textToLower": "thresholdinformation",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 101
              },
              "end": {
                "line": 0,
                "character": 121
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_thresholdInformation_0:101"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "thresholdInformation",
            "textToLower": "thresholdinformation",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 101
              },
              "end": {
                "line": 0,
                "character": 121
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_thresholdInformation_0:101"
          },
          "parentId": "Reports.notificationactioncontext.method.notificationactioncontext(reports.reportinstance,reports.thresholdinformation)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "Reports.notificationactioncontext.notificationactioncontext.datatype.Reports.ThresholdInformation",
            "nodeType": "datatype",
            "name": "Reports.ThresholdInformation",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "Reports",
              "textToLower": "reports",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 72
                },
                "end": {
                  "line": 0,
                  "character": 79
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Reports_0:72"
            },
            "parentId": "Reports.notificationactioncontext.notificationactioncontext",
            "order": 0,
            "memberOrder": 0,
            "type": "Reports.ThresholdInformation"
          },
          "description": "An instance of a report. The evaluated conditions for the notification.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    }
  },
  "extendsType": "",
  "implementTypes": [],
  "implements": {},
  "totalMembers": 3,
  "queries": []
}