@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
247 lines • 6.5 kB
JSON
{
"id": "ConnectApi.emailattachment",
"nodeType": "class",
"name": "EmailAttachment",
"namespace": "ConnectApi",
"startToken": {
"type": "declaration.entity.name.class",
"text": "EmailAttachment",
"textToLower": "emailattachment",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_EmailAttachment_-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": "An email attachment in an email message.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_connectapi_output_email_attachment.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {
"attachment": {
"id": "ConnectApi.emailattachment.attachment",
"nodeType": "variable",
"name": "attachment",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "attachment",
"textToLower": "attachment",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_attachment_-1:0"
},
"order": 1,
"memberOrder": 1,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "keyword.modifier.access_public_-1:0"
},
"signature": "public ConnectApi.RecordSummary attachment",
"simplifiedSignature": "ConnectApi.RecordSummary attachment",
"datatype": {
"id": "ConnectApi.emailattachment.attachment.connectapi.recordsummary",
"nodeType": "datatype",
"name": "ConnectApi.RecordSummary",
"order": 0,
"memberOrder": 0
},
"description": "Record summary of the attachment.",
"parentName": "EmailAttachment"
},
"contenttype": {
"id": "ConnectApi.emailattachment.contenttype",
"nodeType": "variable",
"name": "contentType",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "contentType",
"textToLower": "contenttype",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_contentType_-1:0"
},
"order": 2,
"memberOrder": 2,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "keyword.modifier.access_public_-1:0"
},
"signature": "public String contentType",
"simplifiedSignature": "String contentType",
"datatype": {
"id": "ConnectApi.emailattachment.contenttype.string",
"nodeType": "datatype",
"name": "String",
"order": 0,
"memberOrder": 0
},
"description": "Type of attachment.",
"parentName": "EmailAttachment"
},
"filename": {
"id": "ConnectApi.emailattachment.filename",
"nodeType": "variable",
"name": "fileName",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "fileName",
"textToLower": "filename",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_fileName_-1:0"
},
"order": 3,
"memberOrder": 3,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "keyword.modifier.access_public_-1:0"
},
"signature": "public String fileName",
"simplifiedSignature": "String fileName",
"datatype": {
"id": "ConnectApi.emailattachment.filename.string",
"nodeType": "datatype",
"name": "String",
"order": 0,
"memberOrder": 0
},
"description": "Name of the attachment.",
"parentName": "EmailAttachment"
}
},
"methods": {},
"constructors": {},
"extendsType": "",
"implementTypes": [],
"implements": {},
"totalMembers": 3,
"queries": []
}