@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
752 lines • 23.6 kB
JSON
{
"id": "QuickAction.sendemailquickactiondefaults",
"nodeType": "class",
"name": "SendEmailQuickActionDefaults",
"namespace": "QuickAction",
"startToken": {
"type": "declaration.entity.name.class",
"text": "SendEmailQuickActionDefaults",
"textToLower": "sendemailquickactiondefaults",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_SendEmailQuickActionDefaults_-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 Apex class that provides: the From address list; the original email’s email message ID, provided that the reply action was invoked on the email message feed item; and methods to specify related settings on templates. You can override these fields before the standard Email Action is rendered.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_QuickAction_SendEmailQuickActionDefaults.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {},
"methods": {
"getfromaddresslist()": {
"id": "QuickAction.sendemailquickactiondefaults.method.getfromaddresslist()",
"nodeType": "method",
"name": "getFromAddressList",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getFromAddressList",
"textToLower": "getfromaddresslist",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getFromAddressList_-1:0"
},
"parentId": "QuickAction.sendemailquickactiondefaults",
"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 List<String> getFromAddressList()",
"overrideSignature": "public override List<String> getFromAddressList()",
"simplifiedSignature": "getFromAddressList()",
"datatype": {
"id": "QuickAction.sendemailquickactiondefaults.getfromaddresslist.datatype.List<String>",
"nodeType": "datatype",
"name": "List<String>",
"startToken": {
"type": "datatype.collection",
"text": "List",
"textToLower": "list",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 11
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_List_0:7"
},
"parentId": "QuickAction.sendemailquickactiondefaults.getfromaddresslist",
"order": 0,
"memberOrder": 0,
"type": "List",
"value": {
"id": "QuickAction.sendemailquickactiondefaults.getfromaddresslist.datatype.List<String>.value.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 12
},
"end": {
"line": 0,
"character": 18
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:12"
},
"order": 0,
"memberOrder": 0,
"type": "String"
}
},
"description": "Returns a list of email addresses that are available in the From: address drop-down menu for the standard Email Action.",
"parentName": "SendEmailQuickActionDefaults",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getinreplytoid()": {
"id": "QuickAction.sendemailquickactiondefaults.method.getinreplytoid()",
"nodeType": "method",
"name": "getInReplyToId",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getInReplyToId",
"textToLower": "getinreplytoid",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getInReplyToId_-1:0"
},
"parentId": "QuickAction.sendemailquickactiondefaults",
"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 Id getInReplyToId()",
"overrideSignature": "public override Id getInReplyToId()",
"simplifiedSignature": "getInReplyToId()",
"datatype": {
"id": "QuickAction.sendemailquickactiondefaults.getinreplytoid.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.sendemailquickactiondefaults.getinreplytoid",
"order": 0,
"memberOrder": 0,
"type": "Id"
},
"description": "Returns the email message ID of the email to which the reply/reply all action has been invoked.",
"parentName": "SendEmailQuickActionDefaults",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"setignoretemplatesubject(boolean)": {
"id": "QuickAction.sendemailquickactiondefaults.method.setignoretemplatesubject(boolean)",
"nodeType": "method",
"name": "setIgnoreTemplateSubject",
"startToken": {
"type": "declaration.entity.name.function",
"text": "setIgnoreTemplateSubject",
"textToLower": "setignoretemplatesubject",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_setIgnoreTemplateSubject_-1:0"
},
"parentId": "QuickAction.sendemailquickactiondefaults",
"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 void setIgnoreTemplateSubject(Boolean useOriginalSubject)",
"overrideSignature": "public override void setIgnoreTemplateSubject(Boolean useOriginalSubject)",
"simplifiedSignature": "setIgnoreTemplateSubject(Boolean)",
"datatype": {
"id": "QuickAction.sendemailquickactiondefaults.setignoretemplatesubject.datatype.void",
"nodeType": "datatype",
"name": "void",
"startToken": {
"type": "datatype.primitive",
"text": "void",
"textToLower": "void",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 11
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_void_0:7"
},
"parentId": "QuickAction.sendemailquickactiondefaults.setignoretemplatesubject",
"order": 0,
"memberOrder": 0,
"type": "void"
},
"description": "Specifies whether the template subject should be ignored (true), thus using the original subject, or whether the template subject should replace the original subject (false).",
"parentName": "SendEmailQuickActionDefaults",
"variables": {},
"params": {
"useoriginalsubject": {
"id": "QuickAction.sendemailquickactiondefaults.method.setignoretemplatesubject(boolean).varParam.useoriginalsubject",
"nodeType": "variable",
"name": "useOriginalSubject",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "useOriginalSubject",
"textToLower": "useoriginalsubject",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 45
},
"end": {
"line": 0,
"character": 63
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_useOriginalSubject_0:45"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "useOriginalSubject",
"textToLower": "useoriginalsubject",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 45
},
"end": {
"line": 0,
"character": 63
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_useOriginalSubject_0:45"
},
"parentId": "QuickAction.sendemailquickactiondefaults.method.setignoretemplatesubject(boolean)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "QuickAction.sendemailquickactiondefaults.setignoretemplatesubject.datatype.Boolean",
"nodeType": "datatype",
"name": "Boolean",
"startToken": {
"type": "datatype.primitive",
"text": "Boolean",
"textToLower": "boolean",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 37
},
"end": {
"line": 0,
"character": 44
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Boolean_0:37"
},
"parentId": "QuickAction.sendemailquickactiondefaults.setignoretemplatesubject",
"order": 0,
"memberOrder": 0,
"type": "Boolean"
},
"description": "",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"setinserttemplatebody(boolean)": {
"id": "QuickAction.sendemailquickactiondefaults.method.setinserttemplatebody(boolean)",
"nodeType": "method",
"name": "setInsertTemplateBody",
"startToken": {
"type": "declaration.entity.name.function",
"text": "setInsertTemplateBody",
"textToLower": "setinserttemplatebody",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_setInsertTemplateBody_-1:0"
},
"parentId": "QuickAction.sendemailquickactiondefaults",
"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 void setInsertTemplateBody(Boolean keepOriginalBodyContent)",
"overrideSignature": "public override void setInsertTemplateBody(Boolean keepOriginalBodyContent)",
"simplifiedSignature": "setInsertTemplateBody(Boolean)",
"datatype": {
"id": "QuickAction.sendemailquickactiondefaults.setinserttemplatebody.datatype.void",
"nodeType": "datatype",
"name": "void",
"startToken": {
"type": "datatype.primitive",
"text": "void",
"textToLower": "void",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 11
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_void_0:7"
},
"parentId": "QuickAction.sendemailquickactiondefaults.setinserttemplatebody",
"order": 0,
"memberOrder": 0,
"type": "void"
},
"description": "Specifies whether the template body should be inserted above the original body content (true) or whether it should replace the entire content with the template body (false).",
"parentName": "SendEmailQuickActionDefaults",
"variables": {},
"params": {
"keeporiginalbodycontent": {
"id": "QuickAction.sendemailquickactiondefaults.method.setinserttemplatebody(boolean).varParam.keeporiginalbodycontent",
"nodeType": "variable",
"name": "keepOriginalBodyContent",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "keepOriginalBodyContent",
"textToLower": "keeporiginalbodycontent",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 42
},
"end": {
"line": 0,
"character": 65
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_keepOriginalBodyContent_0:42"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "keepOriginalBodyContent",
"textToLower": "keeporiginalbodycontent",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 42
},
"end": {
"line": 0,
"character": 65
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_keepOriginalBodyContent_0:42"
},
"parentId": "QuickAction.sendemailquickactiondefaults.method.setinserttemplatebody(boolean)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "QuickAction.sendemailquickactiondefaults.setinserttemplatebody.datatype.Boolean",
"nodeType": "datatype",
"name": "Boolean",
"startToken": {
"type": "datatype.primitive",
"text": "Boolean",
"textToLower": "boolean",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 34
},
"end": {
"line": 0,
"character": 41
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Boolean_0:34"
},
"parentId": "QuickAction.sendemailquickactiondefaults.setinserttemplatebody",
"order": 0,
"memberOrder": 0,
"type": "Boolean"
},
"description": "",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"settemplateid(id)": {
"id": "QuickAction.sendemailquickactiondefaults.method.settemplateid(id)",
"nodeType": "method",
"name": "setTemplateId",
"startToken": {
"type": "declaration.entity.name.function",
"text": "setTemplateId",
"textToLower": "settemplateid",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_setTemplateId_-1:0"
},
"parentId": "QuickAction.sendemailquickactiondefaults",
"order": 5,
"memberOrder": 5,
"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 void setTemplateId(Id templateId)",
"overrideSignature": "public override void setTemplateId(Id templateId)",
"simplifiedSignature": "setTemplateId(Id)",
"datatype": {
"id": "QuickAction.sendemailquickactiondefaults.settemplateid.datatype.void",
"nodeType": "datatype",
"name": "void",
"startToken": {
"type": "datatype.primitive",
"text": "void",
"textToLower": "void",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 11
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_void_0:7"
},
"parentId": "QuickAction.sendemailquickactiondefaults.settemplateid",
"order": 0,
"memberOrder": 0,
"type": "void"
},
"description": "Sets the email template ID to load into the email body.",
"parentName": "SendEmailQuickActionDefaults",
"variables": {},
"params": {
"templateid": {
"id": "QuickAction.sendemailquickactiondefaults.method.settemplateid(id).varParam.templateid",
"nodeType": "variable",
"name": "templateId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "templateId",
"textToLower": "templateid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 29
},
"end": {
"line": 0,
"character": 39
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_templateId_0:29"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "templateId",
"textToLower": "templateid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 29
},
"end": {
"line": 0,
"character": 39
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_templateId_0:29"
},
"parentId": "QuickAction.sendemailquickactiondefaults.method.settemplateid(id)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "QuickAction.sendemailquickactiondefaults.settemplateid.datatype.Id",
"nodeType": "datatype",
"name": "Id",
"startToken": {
"type": "datatype.primitive",
"text": "Id",
"textToLower": "id",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 26
},
"end": {
"line": 0,
"character": 28
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Id_0:26"
},
"parentId": "QuickAction.sendemailquickactiondefaults.settemplateid",
"order": 0,
"memberOrder": 0,
"type": "Id"
},
"description": "The template ID.",
"scope": null
}
},
"queries": [],
"exceptions": []
}
},
"constructors": {},
"extendsType": "",
"implementTypes": [],
"implements": {},
"totalMembers": 5,
"queries": []
}