@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
1,698 lines • 80.7 kB
JSON
{
"id": "Messaging.inboundemail",
"nodeType": "class",
"name": "InboundEmail",
"namespace": "Messaging",
"startToken": {
"type": "declaration.entity.name.class",
"text": "InboundEmail",
"textToLower": "inboundemail",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_InboundEmail_-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 inbound email object.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_email_inbound_inbound.htm",
"classes": {
"binaryattachment": {
"id": "Messaging.inboundemail.binaryattachment",
"nodeType": "class",
"name": "BinaryAttachment",
"namespace": "Messaging",
"startToken": {
"type": "declaration.entity.name.class",
"text": "BinaryAttachment",
"textToLower": "binaryattachment",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_BinaryAttachment_-1:0"
},
"order": 1,
"memberOrder": 1,
"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 InboundEmail object stores binary attachments in an InboundEmail.BinaryAttachment object.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_email_inbound_binary.htm",
"parentName": "InboundEmail",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {
"body": {
"id": "Messaging.inboundemail.binaryattachment.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.inboundemail.binaryattachment",
"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": "BinaryAttachment",
"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.inboundemail.binaryattachment.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.inboundemail.binaryattachment",
"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 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": "BinaryAttachment",
"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": []
}
},
"headers": {
"id": "Messaging.inboundemail.binaryattachment.method.list<messaging.inboundemail.header> headers{get;set;}",
"nodeType": "property",
"name": "headers",
"startToken": {
"type": "declaration.entity.name.property",
"text": "headers",
"textToLower": "headers",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.property_headers_-1:0"
},
"parentId": "Messaging.inboundemail.binaryattachment",
"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 List<Messaging.InboundEmail.Header> headers { get; set; }",
"simplifiedSignature": "List<Messaging.InboundEmail.Header> headers{get;set;}",
"datatype": {
"id": ".datatype.List<Messaging.InboundEmail.Header>",
"nodeType": "datatype",
"name": "List<Messaging.InboundEmail.Header>",
"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": "",
"order": 0,
"memberOrder": 0,
"type": "List",
"value": {
"id": ".datatype.List<Messaging.InboundEmail.Header>.value.Messaging.InboundEmail.Header",
"nodeType": "datatype",
"name": "Messaging.InboundEmail.Header",
"startToken": {
"type": "datatype.support.namespace",
"text": "Messaging",
"textToLower": "messaging",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 12
},
"end": {
"line": 0,
"character": 21
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Messaging_0:12"
},
"order": 0,
"memberOrder": 0,
"type": "Messaging.InboundEmail.Header"
}
},
"parentName": "BinaryAttachment",
"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": []
}
}
},
"methods": {},
"constructors": {
"binaryattachment()": {
"id": "Messaging.inboundemail.binaryattachment.method.binaryattachment()",
"nodeType": "constructor",
"name": "BinaryAttachment",
"startToken": {
"type": "declaration.entity.name.function",
"text": "InboundEmail.BinaryAttachment",
"textToLower": "inboundemail.binaryattachment",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_InboundEmail.BinaryAttachment_-1:0"
},
"parentId": "Messaging.inboundemail.binaryattachment",
"order": 1,
"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 BinaryAttachment()",
"overrideSignature": "public override BinaryAttachment()",
"simplifiedSignature": "BinaryAttachment()",
"description": "Creates a new instance of the Messaging.InboundEmail.BinaryAttachment class.",
"parentName": "BinaryAttachment",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
}
},
"extendsType": "",
"implementTypes": [],
"implements": {},
"totalMembers": 4,
"queries": []
},
"header": {
"id": "Messaging.inboundemail.header",
"nodeType": "class",
"name": "Header",
"namespace": "Messaging",
"startToken": {
"type": "declaration.entity.name.class",
"text": "Header",
"textToLower": "header",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_Header_-1:0"
},
"order": 2,
"memberOrder": 2,
"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 InboundEmail object stores RFC 2822 email header information in an InboundEmail.Header object with the following properties.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_email_inbound_header.htm",
"parentName": "InboundEmail",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {
"name": {
"id": "Messaging.inboundemail.header.method.string name{get;set;}",
"nodeType": "property",
"name": "name",
"startToken": {
"type": "declaration.entity.name.property",
"text": "name",
"textToLower": "name",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.property_name_-1:0"
},
"parentId": "Messaging.inboundemail.header",
"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 String name { get; set; }",
"simplifiedSignature": "String name{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": "Header",
"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": []
}
}
},
"methods": {},
"constructors": {},
"extendsType": "",
"implementTypes": [],
"implements": {},
"totalMembers": 1,
"queries": []
},
"textattachment": {
"id": "Messaging.inboundemail.textattachment",
"nodeType": "class",
"name": "TextAttachment",
"namespace": "Messaging",
"startToken": {
"type": "declaration.entity.name.class",
"text": "TextAttachment",
"textToLower": "textattachment",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_TextAttachment_-1:0"
},
"order": 3,
"memberOrder": 3,
"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 InboundEmail object stores text attachments in an InboundEmail.TextAttachment object.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_email_inbound_text.htm",
"parentName": "InboundEmail",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {
"body": {
"id": "Messaging.inboundemail.textattachment.method.string 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.inboundemail.textattachment",
"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 String body { get; set; }",
"simplifiedSignature": "String body{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": "TextAttachment",
"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": []
}
},
"bodyistruncated": {
"id": "Messaging.inboundemail.textattachment.method.boolean bodyistruncated{get;set;}",
"nodeType": "property",
"name": "bodyIsTruncated",
"startToken": {
"type": "declaration.entity.name.property",
"text": "bodyIsTruncated",
"textToLower": "bodyistruncated",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.property_bodyIsTruncated_-1:0"
},
"parentId": "Messaging.inboundemail.textattachment",
"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 Boolean bodyIsTruncated { get; set; }",
"simplifiedSignature": "Boolean bodyIsTruncated{get;set;}",
"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": "TextAttachment",
"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": []
}
},
"charset": {
"id": "Messaging.inboundemail.textattachment.method.string charset{get;set;}",
"nodeType": "property",
"name": "charset",
"startToken": {
"type": "declaration.entity.name.property",
"text": "charset",
"textToLower": "charset",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.property_charset_-1:0"
},
"parentId": "Messaging.inboundemail.textattachment",
"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 charset { get; set; }",
"simplifiedSignature": "String charset{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": "TextAttachment",
"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.inboundemail.textattachment.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.inboundemail.textattachment",
"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 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": "TextAttachment",
"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": []
}
},
"headers": {
"id": "Messaging.inboundemail.textattachment.method.list<messaging.inboundemail.header> headers{get;set;}",
"nodeType": "property",
"name": "headers",
"startToken": {
"type": "declaration.entity.name.property",
"text": "headers",
"textToLower": "headers",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.property_headers_-1:0"
},
"parentId": "Messaging.inboundemail.textattachment",
"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 List<Messaging.InboundEmail.Header> headers { get; set; }",
"simplifiedSignature": "List<Messaging.InboundEmail.Header> headers{get;set;}",
"datatype": {
"id": ".datatype.List<Messaging.InboundEmail.Header>",
"nodeType": "datatype",
"name": "List<Messaging.InboundEmail.Header>",
"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": "",
"order": 0,
"memberOrder": 0,
"type": "List",
"value": {
"id": ".datatype.List<Messaging.InboundEmail.Header>.value.Messaging.InboundEmail.Header",
"nodeType": "datatype",
"name": "Messaging.InboundEmail.Header",
"startToken": {
"type": "datatype.support.namespace",
"text": "Messaging",
"textToLower": "messaging",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 12
},
"end": {
"line": 0,
"character": 21
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Messaging_0:12"
},
"order": 0,
"memberOrder": 0,
"type": "Messaging.InboundEmail.Header"
}
},
"parentName": "TextAttachment",
"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": []
}
}
},
"methods": {},
"constructors": {
"textattachment()": {
"id": "Messaging.inboundemail.textattachment.method.textattachment()",
"nodeType": "constructor",
"name": "TextAttachment",
"startToken": {
"type": "declaration.entity.name.function",
"text": "InboundEmail.TextAttachment",
"textToLower": "inboundemail.textattachment",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_InboundEmail.TextAttachment_-1:0"
},
"parentId": "Messaging.inboundemail.textattachment",
"order": 1,
"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 TextAttachment()",
"overrideSignature": "public override TextAttachment()",
"simplifiedSignature": "TextAttachment()",
"description": "Creates a new instance of the Messaging.InboundEmail.TextAttachment class.",
"parentName": "TextAttachment",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
}
},
"extendsType": "",
"implementTypes": [],
"implements": {},
"totalMembers": 6,
"queries": []
}
},
"interfaces": {},
"enums": {},
"variables": {
"binaryattachments": {
"id": "Messaging.inboundemail.method.binaryattachment[] binaryattachments{get;set;}",
"nodeType": "property",
"name": "binaryAttachments",
"startToken": {
"type": "declaration.entity.name.property",
"text": "binaryAttachments",
"textToLower": "binaryattachments",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.property_binaryAttachments_-1:0"
},
"parentId": "Messaging.inboundemail",
"order": 1,
"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 BinaryAttachment[] binaryAttachments { get; set; }",
"simplifiedSignature": "BinaryAttachment[] binaryAttachments{get;set;}",
"datatype": {
"id": ".datatype.BinaryAttachment[]",
"nodeType": "datatype",
"name": "BinaryAttachment[]",
"startToken": {
"type": "datatype.custom.class",
"text": "BinaryAttachment",
"textToLower": "binaryattachment",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 20
},
"end": {
"line": 0,
"character": 36
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_BinaryAttachment_0:20"
},
"parentId": "",
"order": 0,
"memberOrder": 0,
"type": "BinaryAttachment[]"
},
"parentName": "InboundEmail",
"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": []
}
},
"ccaddresses": {
"id": "Messaging.inboundemail.method.string[] ccaddresses{get;set;}",
"nodeType": "property",
"name": "ccAddresses",
"startToken": {
"type": "declaration.entity.name.property",
"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.property_ccAddresses_-1:0"
},
"parentId": "Messaging.inboundemail",
"order": 2,
"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 String[] ccAddresses { get; set; }",
"simplifiedSignature": "String[] ccAddresses{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": "InboundEmail",
"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": []
}
},
"fromaddress": {
"id": "Messaging.inboundemail.method.string fromaddress{get;set;}",
"nodeType": "property",
"name": "fromAddress",
"startToken": {
"type": "declaration.entity.name.property",
"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.property_fromAddress_-1:0"
},
"parentId": "Messaging.inboundemail",
"order": 3,
"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 fromAddress { get; set; }",
"simplifiedSignature": "String fromAddress{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": "InboundEmail",
"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": []
}
},
"fromname": {
"id": "Messaging.inboundemail.method.string fromname{get;set;}",
"nodeType": "property",
"name": "fromName",
"startToken": {
"type": "declaration.entity.name.property",
"text": "fromName",
"textToLower": "fromname",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.property_fromName_-1:0"
},
"parentId": "Messaging.inboundemail",
"order": 4,
"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 String fromName { get; set; }",
"simplifiedSignature": "String fromName{get;set;}",
"datatype": {
"id": ".datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"rang