{
  "id": "Support.emailtemplateselector",
  "nodeType": "interface",
  "name": "EmailTemplateSelector",
  "namespace": "Support",
  "startToken": {
    "type": "declaration.entity.name.class",
    "text": "EmailTemplateSelector",
    "textToLower": "emailtemplateselector",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "declaration.entity.name.class_EmailTemplateSelector_-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": "The Support.EmailTemplateSelector interface",
  "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_email_template_selector.htm#apex_email_template_selector",
  "classes": {},
  "interfaces": {},
  "enums": {},
  "variables": {},
  "methods": {
    "getdefaulttemplateid(id)": {
      "id": "Support.emailtemplateselector.method.getdefaulttemplateid(id)",
      "nodeType": "method",
      "name": "getDefaultTemplateId",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getDefaultTemplateId",
        "textToLower": "getdefaulttemplateid",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getDefaultTemplateId_-1:0"
      },
      "parentId": "Support.emailtemplateselector",
      "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 ID getDefaultTemplateId(ID caseId)",
      "overrideSignature": "public override ID getDefaultTemplateId(ID caseId)",
      "simplifiedSignature": "getDefaultTemplateId(ID)",
      "datatype": {
        "id": "Support.emailtemplateselector.getdefaulttemplateid.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": "Support.emailtemplateselector.getdefaulttemplateid",
        "order": 0,
        "memberOrder": 0,
        "type": "ID"
      },
      "description": "Returns the ID of the email template to preload for the case currently being viewed in the case feed using the specified case ID.",
      "parentName": "EmailTemplateSelector",
      "variables": {},
      "params": {
        "caseid": {
          "id": "Support.emailtemplateselector.method.getdefaulttemplateid(id).varParam.caseid",
          "nodeType": "variable",
          "name": "caseId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "caseId",
            "textToLower": "caseid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 34
              },
              "end": {
                "line": 0,
                "character": 40
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_caseId_0:34"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "caseId",
            "textToLower": "caseid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 34
              },
              "end": {
                "line": 0,
                "character": 40
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_caseId_0:34"
          },
          "parentId": "Support.emailtemplateselector.method.getdefaulttemplateid(id)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "Support.emailtemplateselector.getdefaulttemplateid.datatype.ID",
            "nodeType": "datatype",
            "name": "ID",
            "startToken": {
              "type": "datatype.primitive",
              "text": "ID",
              "textToLower": "id",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 31
                },
                "end": {
                  "line": 0,
                  "character": 33
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ID_0:31"
            },
            "parentId": "Support.emailtemplateselector.getdefaulttemplateid",
            "order": 0,
            "memberOrder": 0,
            "type": "ID"
          },
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    }
  },
  "constructors": {},
  "extendsType": "",
  "implementTypes": [],
  "implements": {},
  "totalMembers": 1,
  "queries": []
}