UNPKG

@aurahelper/languages

Version:

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

513 lines 13.4 kB
{ "id": "Messaging.emailfileattachment", "nodeType": "class", "name": "EmailFileAttachment", "namespace": "Messaging", "startToken": { "type": "declaration.entity.name.class", "text": "EmailFileAttachment", "textToLower": "emailfileattachment", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.class_EmailFileAttachment_-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": "EmailFileAttachment is used in SingleEmailMessage to specify attachments passed in as part of the request, as opposed to existing documents in Salesforce.", "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_email_outbound_attachment.htm", "classes": {}, "interfaces": {}, "enums": {}, "variables": { "body": { "id": "Messaging.emailfileattachment.method.blob body{get;set;}", "nodeType": "property", "name": "body", "startToken": { "type": "declaration.entity.name.property", "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.property_body_-1:0" }, "parentId": "Messaging.emailfileattachment", "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 Blob body { get; set; }", "simplifiedSignature": "Blob body{get;set;}", "datatype": { "id": ".datatype.Blob", "nodeType": "datatype", "name": "Blob", "startToken": { "type": "datatype.primitive", "text": "Blob", "textToLower": "blob", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 11 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Blob_0:7" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "Blob" }, "parentName": "EmailFileAttachment", "getter": { "id": ".getter.get", "nodeType": "getter", "name": "get", "parentId": "", "order": 0, "memberOrder": 0, "variables": {}, "queries": [] }, "setter": { "id": ".getter.set", "nodeType": "setter", "name": "set", "parentId": "", "order": 0, "memberOrder": 0, "variables": {}, "queries": [] } }, "contenttype": { "id": "Messaging.emailfileattachment.method.string contenttype{get;set;}", "nodeType": "property", "name": "contenttype", "startToken": { "type": "declaration.entity.name.property", "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.property_contenttype_-1:0" }, "parentId": "Messaging.emailfileattachment", "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 String contenttype { get; set; }", "simplifiedSignature": "String contenttype{get;set;}", "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": "EmailFileAttachment", "getter": { "id": ".getter.get", "nodeType": "getter", "name": "get", "parentId": "", "order": 0, "memberOrder": 0, "variables": {}, "queries": [] }, "setter": { "id": ".getter.set", "nodeType": "setter", "name": "set", "parentId": "", "order": 0, "memberOrder": 0, "variables": {}, "queries": [] } }, "filename": { "id": "Messaging.emailfileattachment.method.string filename{get;set;}", "nodeType": "property", "name": "filename", "startToken": { "type": "declaration.entity.name.property", "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.property_filename_-1:0" }, "parentId": "Messaging.emailfileattachment", "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 filename { get; set; }", "simplifiedSignature": "String filename{get;set;}", "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": "EmailFileAttachment", "getter": { "id": ".getter.get", "nodeType": "getter", "name": "get", "parentId": "", "order": 0, "memberOrder": 0, "variables": {}, "queries": [] }, "setter": { "id": ".getter.set", "nodeType": "setter", "name": "set", "parentId": "", "order": 0, "memberOrder": 0, "variables": {}, "queries": [] } }, "id": { "id": "Messaging.emailfileattachment.method.id id{get;}", "nodeType": "property", "name": "id", "startToken": { "type": "declaration.entity.name.property", "text": "id", "textToLower": "id", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.property_id_-1:0" }, "parentId": "Messaging.emailfileattachment", "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 Id id { get; }", "simplifiedSignature": "Id id{get;}", "datatype": { "id": ".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": "", "order": 0, "memberOrder": 0, "type": "Id" }, "parentName": "EmailFileAttachment", "getter": { "id": ".getter.get", "nodeType": "getter", "name": "get", "parentId": "", "order": 0, "memberOrder": 0, "variables": {}, "queries": [] } } }, "methods": {}, "constructors": { "emailfileattachment()": { "id": "Messaging.emailfileattachment.method.emailfileattachment()", "nodeType": "constructor", "name": "EmailFileAttachment", "startToken": { "type": "declaration.entity.name.function", "text": "EmailFileAttachment", "textToLower": "emailfileattachment", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_EmailFileAttachment_-1:0" }, "parentId": "Messaging.emailfileattachment", "order": 1, "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 EmailFileAttachment()", "overrideSignature": "public override EmailFileAttachment()", "simplifiedSignature": "EmailFileAttachment()", "description": "Creates a new instance of the Messaging.EmailFileAttachment class.", "parentName": "EmailFileAttachment", "variables": {}, "params": {}, "queries": [], "exceptions": [] } }, "extendsType": "", "implementTypes": [], "implements": {}, "totalMembers": 5, "queries": [] }