{
  "id": "QuickAction.quickactiondefaults",
  "nodeType": "class",
  "name": "QuickActionDefaults",
  "namespace": "QuickAction",
  "startToken": {
    "type": "declaration.entity.name.class",
    "text": "QuickActionDefaults",
    "textToLower": "quickactiondefaults",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "declaration.entity.name.class_QuickActionDefaults_-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": "Represents an abstract Apex class that provides the context for running the standard Email Action on Case Feed and the container of the Email Message fields for the action payload.  You can override the target fields before the standard Email Action is rendered.",
  "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_QuickAction_QuickActionDefaults.htm",
  "classes": {},
  "interfaces": {},
  "enums": {},
  "variables": {},
  "methods": {
    "getactionname()": {
      "id": "QuickAction.quickactiondefaults.method.getactionname()",
      "nodeType": "method",
      "name": "getActionName",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getActionName",
        "textToLower": "getactionname",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getActionName_-1:0"
      },
      "parentId": "QuickAction.quickactiondefaults",
      "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 String getActionName()",
      "overrideSignature": "public override String getActionName()",
      "simplifiedSignature": "getActionName()",
      "datatype": {
        "id": "QuickAction.quickactiondefaults.getactionname.datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "QuickAction.quickactiondefaults.getactionname",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "description": "Returns the name of the standard Email Action on Case Feed (Case.Email).",
      "parentName": "QuickActionDefaults",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getactiontype()": {
      "id": "QuickAction.quickactiondefaults.method.getactiontype()",
      "nodeType": "method",
      "name": "getActionType",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getActionType",
        "textToLower": "getactiontype",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getActionType_-1:0"
      },
      "parentId": "QuickAction.quickactiondefaults",
      "order": 2,
      "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 String getActionType()",
      "overrideSignature": "public override String getActionType()",
      "simplifiedSignature": "getActionType()",
      "datatype": {
        "id": "QuickAction.quickactiondefaults.getactiontype.datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "QuickAction.quickactiondefaults.getactiontype",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "description": "Returns the type of the standard Email Action on Case Feed (Email).",
      "parentName": "QuickActionDefaults",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getcontextid()": {
      "id": "QuickAction.quickactiondefaults.method.getcontextid()",
      "nodeType": "method",
      "name": "getContextId",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getContextId",
        "textToLower": "getcontextid",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getContextId_-1:0"
      },
      "parentId": "QuickAction.quickactiondefaults",
      "order": 3,
      "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 Id getContextId()",
      "overrideSignature": "public override Id getContextId()",
      "simplifiedSignature": "getContextId()",
      "datatype": {
        "id": "QuickAction.quickactiondefaults.getcontextid.datatype.Id",
        "nodeType": "datatype",
        "name": "Id",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Id",
          "textToLower": "id",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 9
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Id_0:7"
        },
        "parentId": "QuickAction.quickactiondefaults.getcontextid",
        "order": 0,
        "memberOrder": 0,
        "type": "Id"
      },
      "description": "The ID of the context related to the standard Email Action on Case Feed (Case ID).",
      "parentName": "QuickActionDefaults",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "gettargetsobject()": {
      "id": "QuickAction.quickactiondefaults.method.gettargetsobject()",
      "nodeType": "method",
      "name": "getTargetSObject",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getTargetSObject",
        "textToLower": "gettargetsobject",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getTargetSObject_-1:0"
      },
      "parentId": "QuickAction.quickactiondefaults",
      "order": 4,
      "memberOrder": 4,
      "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 SObject getTargetSObject()",
      "overrideSignature": "public override SObject getTargetSObject()",
      "simplifiedSignature": "getTargetSObject()",
      "datatype": {
        "id": "QuickAction.quickactiondefaults.gettargetsobject.datatype.SObject",
        "nodeType": "datatype",
        "name": "SObject",
        "startToken": {
          "type": "datatype.custom.class",
          "text": "SObject",
          "textToLower": "sobject",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 14
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_SObject_0:7"
        },
        "parentId": "QuickAction.quickactiondefaults.gettargetsobject",
        "order": 0,
        "memberOrder": 0,
        "type": "SObject"
      },
      "description": "The target object of the standard Email Action on Case Feed (EmailMessage).",
      "parentName": "QuickActionDefaults",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    }
  },
  "constructors": {},
  "extendsType": "",
  "implementTypes": [],
  "implements": {},
  "totalMembers": 4,
  "queries": []
}