UNPKG

@aurahelper/languages

Version:

Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more

285 lines 8.59 kB
{ "id": "ConnectApi.emailmergefieldservice", "nodeType": "class", "name": "EmailMergeFieldService", "namespace": "ConnectApi", "startToken": { "type": "declaration.entity.name.class", "text": "EmailMergeFieldService", "textToLower": "emailmergefieldservice", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.class_EmailMergeFieldService_-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": "Extract a list of merge fields for an object. A merge field is a field you can put in an email template, mail merge template, custom link, or formula to incorporate values from a record.", "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_ConnectAPI_EmailMergeFieldService_static_methods.htm", "classes": {}, "interfaces": {}, "enums": {}, "variables": {}, "methods": { "getmergefields(list<string>)": { "id": "ConnectApi.emailmergefieldservice.method.getmergefields(list<string>)", "nodeType": "method", "name": "getMergeFields", "startToken": { "type": "declaration.entity.name.function", "text": "getMergeFields", "textToLower": "getmergefields", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getMergeFields_-1:0" }, "parentId": "ConnectApi.emailmergefieldservice", "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" }, "static": { "type": "keyword.modifier.static", "text": "static", "textToLower": "static", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 13 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_static_0:7" }, "signature": "public static ConnectApi.EmailMergeFieldInfo getMergeFields(List<String> objectApiNames)", "overrideSignature": "public static override ConnectApi.EmailMergeFieldInfo getMergeFields(List<String> objectApiNames)", "simplifiedSignature": "getMergeFields(List<String>)", "datatype": { "id": "ConnectApi.emailmergefieldservice.getmergefields.datatype.ConnectApi.EmailMergeFieldInfo", "nodeType": "datatype", "name": "ConnectApi.EmailMergeFieldInfo", "startToken": { "type": "datatype.support.namespace", "text": "ConnectApi", "textToLower": "connectapi", "isAux": false, "range": { "start": { "line": 0, "character": 14 }, "end": { "line": 0, "character": 24 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_ConnectApi_0:14" }, "parentId": "ConnectApi.emailmergefieldservice.getmergefields", "order": 0, "memberOrder": 0, "type": "ConnectApi.EmailMergeFieldInfo" }, "description": "Extract the merge fields for a specific object.", "parentName": "EmailMergeFieldService", "variables": {}, "params": { "objectapinames": { "id": "ConnectApi.emailmergefieldservice.method.getmergefields(list<string>).varParam.objectapinames", "nodeType": "variable", "name": "objectApiNames", "startToken": { "type": "declaration.entity.name.variable", "text": "objectApiNames", "textToLower": "objectapinames", "isAux": false, "range": { "start": { "line": 0, "character": 73 }, "end": { "line": 0, "character": 87 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_objectApiNames_0:73" }, "endToken": { "type": "declaration.entity.name.variable", "text": "objectApiNames", "textToLower": "objectapinames", "isAux": false, "range": { "start": { "line": 0, "character": 73 }, "end": { "line": 0, "character": 87 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_objectApiNames_0:73" }, "parentId": "ConnectApi.emailmergefieldservice.method.getmergefields(list<string>)", "order": 1, "memberOrder": 1, "datatype": { "id": "ConnectApi.emailmergefieldservice.getmergefields.datatype.List<String>", "nodeType": "datatype", "name": "List<String>", "startToken": { "type": "datatype.collection", "text": "List", "textToLower": "list", "isAux": false, "range": { "start": { "line": 0, "character": 60 }, "end": { "line": 0, "character": 64 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_List_0:60" }, "parentId": "ConnectApi.emailmergefieldservice.getmergefields", "order": 0, "memberOrder": 0, "type": "List", "value": { "id": "ConnectApi.emailmergefieldservice.getmergefields.datatype.List<String>.value.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 65 }, "end": { "line": 0, "character": 71 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:65" }, "order": 0, "memberOrder": 0, "type": "String" } }, "description": "The API names for the objects being referenced.", "scope": null } }, "queries": [], "exceptions": [] } }, "constructors": {}, "extendsType": "", "implementTypes": [], "implements": {}, "totalMembers": 1, "queries": [] }