UNPKG

@aurahelper/languages

Version:

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

1,157 lines 31.8 kB
{ "id": "ConnectApi.​emailmessage​capability", "nodeType": "class", "name": "​EmailMessage​Capability", "namespace": "ConnectApi", "startToken": { "type": "declaration.entity.name.class", "text": "​EmailMessage​Capability", "textToLower": "​emailmessage​capability", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.class_​EmailMessage​Capability_-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": "If a feed element has this capability, it has an email message from a case.", "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_connectapi_output_email_message_capability.htm", "classes": {}, "interfaces": {}, "enums": {}, "variables": { "attachments": { "id": "ConnectApi.​emailmessage​capability.method.connectapi. attachments", "nodeType": "variable", "name": "attachments", "startToken": { "type": "declaration.entity.name.variable", "text": "attachments", "textToLower": "attachments", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_attachments_-1:0" }, "parentId": "ConnectApi.​emailmessage​capability", "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 ConnectApi. attachments", "simplifiedSignature": "ConnectApi. attachments", "datatype": { "id": ".datatype.ConnectApi.", "nodeType": "datatype", "name": "ConnectApi.", "startToken": { "type": "datatype.support.namespace", "text": "ConnectApi", "textToLower": "connectapi", "isAux": false, "range": { "start": { "line": 0, "character": 12 }, "end": { "line": 0, "character": 22 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_ConnectApi_0:12" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "ConnectApi." }, "parentName": "​EmailMessage​Capability" }, "bccaddresses": { "id": "ConnectApi.​emailmessage​capability.method.connectapi. bccaddresses", "nodeType": "variable", "name": "bccAddresses", "startToken": { "type": "declaration.entity.name.variable", "text": "bccAddresses", "textToLower": "bccaddresses", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_bccAddresses_-1:0" }, "parentId": "ConnectApi.​emailmessage​capability", "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 ConnectApi. bccAddresses", "simplifiedSignature": "ConnectApi. bccAddresses", "datatype": { "id": ".datatype.ConnectApi.", "nodeType": "datatype", "name": "ConnectApi.", "startToken": { "type": "datatype.support.namespace", "text": "ConnectApi", "textToLower": "connectapi", "isAux": false, "range": { "start": { "line": 0, "character": 12 }, "end": { "line": 0, "character": 22 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_ConnectApi_0:12" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "ConnectApi." }, "parentName": "​EmailMessage​Capability" }, "body": { "id": "ConnectApi.​emailmessage​capability.method.string body", "nodeType": "variable", "name": "body", "startToken": { "type": "declaration.entity.name.variable", "text": "body", "textToLower": "body", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_body_-1:0" }, "parentId": "ConnectApi.​emailmessage​capability", "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 String body", "simplifiedSignature": "String body", "datatype": { "id": ".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": "", "order": 0, "memberOrder": 0, "type": "String" }, "parentName": "​EmailMessage​Capability" }, "ccaddresses": { "id": "ConnectApi.​emailmessage​capability.method.connectapi. ccaddresses", "nodeType": "variable", "name": "ccAddresses", "startToken": { "type": "declaration.entity.name.variable", "text": "ccAddresses", "textToLower": "ccaddresses", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_ccAddresses_-1:0" }, "parentId": "ConnectApi.​emailmessage​capability", "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 ConnectApi. ccAddresses", "simplifiedSignature": "ConnectApi. ccAddresses", "datatype": { "id": ".datatype.ConnectApi.", "nodeType": "datatype", "name": "ConnectApi.", "startToken": { "type": "datatype.support.namespace", "text": "ConnectApi", "textToLower": "connectapi", "isAux": false, "range": { "start": { "line": 0, "character": 12 }, "end": { "line": 0, "character": 22 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_ConnectApi_0:12" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "ConnectApi." }, "parentName": "​EmailMessage​Capability" }, "direction": { "id": "ConnectApi.​emailmessage​capability.method.emailmessagedirection direction", "nodeType": "variable", "name": "direction", "startToken": { "type": "declaration.entity.name.variable", "text": "direction", "textToLower": "direction", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_direction_-1:0" }, "parentId": "ConnectApi.​emailmessage​capability", "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 EmailMessageDirection direction", "simplifiedSignature": "EmailMessageDirection direction", "datatype": { "id": ".datatype.EmailMessageDirection", "nodeType": "datatype", "name": "EmailMessageDirection", "startToken": { "type": "datatype.custom.class", "text": "EmailMessageDirection", "textToLower": "emailmessagedirection", "isAux": false, "range": { "start": { "line": 0, "character": 19 }, "end": { "line": 0, "character": 40 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_EmailMessageDirection_0:19" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "EmailMessageDirection" }, "parentName": "​EmailMessage​Capability" }, "emailmessageid": { "id": "ConnectApi.​emailmessage​capability.method.string emailmessageid", "nodeType": "variable", "name": "emailMessageId", "startToken": { "type": "declaration.entity.name.variable", "text": "emailMessageId", "textToLower": "emailmessageid", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_emailMessageId_-1:0" }, "parentId": "ConnectApi.​emailmessage​capability", "order": 6, "memberOrder": 6, "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 emailMessageId", "simplifiedSignature": "String emailMessageId", "datatype": { "id": ".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": "", "order": 0, "memberOrder": 0, "type": "String" }, "parentName": "​EmailMessage​Capability" }, "fromaddress": { "id": "ConnectApi.​emailmessage​capability.method.emailaddress fromaddress", "nodeType": "variable", "name": "fromAddress", "startToken": { "type": "declaration.entity.name.variable", "text": "fromAddress", "textToLower": "fromaddress", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_fromAddress_-1:0" }, "parentId": "ConnectApi.​emailmessage​capability", "order": 7, "memberOrder": 7, "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 EmailAddress fromAddress", "simplifiedSignature": "EmailAddress fromAddress", "datatype": { "id": ".datatype.EmailAddress", "nodeType": "datatype", "name": "EmailAddress", "startToken": { "type": "datatype.custom.class", "text": "EmailAddress", "textToLower": "emailaddress", "isAux": false, "range": { "start": { "line": 0, "character": 19 }, "end": { "line": 0, "character": 31 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_EmailAddress_0:19" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "EmailAddress" }, "parentName": "​EmailMessage​Capability" }, "htmlexpand": { "id": "ConnectApi.​emailmessage​capability.method.integer htmlexpand", "nodeType": "variable", "name": "htmlExpand", "startToken": { "type": "declaration.entity.name.variable", "text": "htmlExpand​EmailThread", "textToLower": "htmlexpand​emailthread", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_htmlExpand​EmailThread_-1:0" }, "parentId": "ConnectApi.​emailmessage​capability", "order": 8, "memberOrder": 8, "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 Integer htmlExpand", "simplifiedSignature": "Integer htmlExpand", "datatype": { "id": ".datatype.Integer", "nodeType": "datatype", "name": "Integer", "startToken": { "type": "datatype.primitive", "text": "Integer", "textToLower": "integer", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 14 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Integer_0:7" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "Integer" }, "parentName": "​EmailMessage​Capability" }, "isrichtext": { "id": "ConnectApi.​emailmessage​capability.method.boolean isrichtext", "nodeType": "variable", "name": "isRichText", "startToken": { "type": "declaration.entity.name.variable", "text": "isRichText", "textToLower": "isrichtext", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_isRichText_-1:0" }, "parentId": "ConnectApi.​emailmessage​capability", "order": 9, "memberOrder": 9, "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 Boolean isRichText", "simplifiedSignature": "Boolean isRichText", "datatype": { "id": ".datatype.Boolean", "nodeType": "datatype", "name": "Boolean", "startToken": { "type": "datatype.primitive", "text": "Boolean", "textToLower": "boolean", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 14 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Boolean_0:7" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "Boolean" }, "parentName": "​EmailMessage​Capability" }, "status": { "id": "ConnectApi.​emailmessage​capability.method.emailmessagestatus status", "nodeType": "variable", "name": "status", "startToken": { "type": "declaration.entity.name.variable", "text": "status", "textToLower": "status", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_status_-1:0" }, "parentId": "ConnectApi.​emailmessage​capability", "order": 10, "memberOrder": 10, "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 EmailMessageStatus status", "simplifiedSignature": "EmailMessageStatus status", "datatype": { "id": ".datatype.EmailMessageStatus", "nodeType": "datatype", "name": "EmailMessageStatus", "startToken": { "type": "datatype.custom.class", "text": "EmailMessageStatus", "textToLower": "emailmessagestatus", "isAux": false, "range": { "start": { "line": 0, "character": 19 }, "end": { "line": 0, "character": 37 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_EmailMessageStatus_0:19" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "EmailMessageStatus" }, "parentName": "​EmailMessage​Capability" }, "subject": { "id": "ConnectApi.​emailmessage​capability.method.string subject", "nodeType": "variable", "name": "subject", "startToken": { "type": "declaration.entity.name.variable", "text": "subject", "textToLower": "subject", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_subject_-1:0" }, "parentId": "ConnectApi.​emailmessage​capability", "order": 11, "memberOrder": 11, "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 subject", "simplifiedSignature": "String subject", "datatype": { "id": ".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": "", "order": 0, "memberOrder": 0, "type": "String" }, "parentName": "​EmailMessage​Capability" }, "textbody": { "id": "ConnectApi.​emailmessage​capability.method.string textbody", "nodeType": "variable", "name": "textBody", "startToken": { "type": "declaration.entity.name.variable", "text": "textBody", "textToLower": "textbody", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_textBody_-1:0" }, "parentId": "ConnectApi.​emailmessage​capability", "order": 12, "memberOrder": 12, "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 textBody", "simplifiedSignature": "String textBody", "datatype": { "id": ".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": "", "order": 0, "memberOrder": 0, "type": "String" }, "parentName": "​EmailMessage​Capability" }, "toaddresses": { "id": "ConnectApi.​emailmessage​capability.method.connectapi. toaddresses", "nodeType": "variable", "name": "toAddresses", "startToken": { "type": "declaration.entity.name.variable", "text": "toAddresses", "textToLower": "toaddresses", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_toAddresses_-1:0" }, "parentId": "ConnectApi.​emailmessage​capability", "order": 13, "memberOrder": 13, "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 ConnectApi. toAddresses", "simplifiedSignature": "ConnectApi. toAddresses", "datatype": { "id": ".datatype.ConnectApi.", "nodeType": "datatype", "name": "ConnectApi.", "startToken": { "type": "datatype.support.namespace", "text": "ConnectApi", "textToLower": "connectapi", "isAux": false, "range": { "start": { "line": 0, "character": 12 }, "end": { "line": 0, "character": 22 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_ConnectApi_0:12" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "ConnectApi." }, "parentName": "​EmailMessage​Capability" }, "totalattachments": { "id": "ConnectApi.​emailmessage​capability.method.integer totalattachments", "nodeType": "variable", "name": "totalAttachments", "startToken": { "type": "declaration.entity.name.variable", "text": "totalAttachments", "textToLower": "totalattachments", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_totalAttachments_-1:0" }, "parentId": "ConnectApi.​emailmessage​capability", "order": 14, "memberOrder": 14, "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 Integer totalAttachments", "simplifiedSignature": "Integer totalAttachments", "datatype": { "id": ".datatype.Integer", "nodeType": "datatype", "name": "Integer", "startToken": { "type": "datatype.primitive", "text": "Integer", "textToLower": "integer", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 14 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Integer_0:7" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "Integer" }, "parentName": "​EmailMessage​Capability" } }, "methods": {}, "constructors": {}, "extendsType": "ConnectApi.​FeedElement​Capability", "implementTypes": [], "implements": {}, "totalMembers": 14, "queries": [] }