@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
113 lines • 2.71 kB
JSON
{
"id": "Messaging.attachmentretrievaloption",
"nodeType": "enum",
"name": "AttachmentRetrievalOption",
"namespace": "Messaging",
"startToken": {
"type": "declaration.entity.name.class",
"text": "AttachmentRetrievalOption",
"textToLower": "attachmentretrievaloption",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_AttachmentRetrievalOption_-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"
},
"description": "Provides options for including attachment metadata only, attachment metadata and content, or excluding attachments.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_enum_Messaging_AttachmentRetrievalOptionEnum.htm",
"values": [
{
"type": "entity.enum.value",
"text": "METADATA_ONLY",
"textToLower": "metadata_only",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_METADATA_ONLY_-1:0",
"order": 1,
"memberOrder": 1
},
{
"type": "entity.enum.value",
"text": "METADATA_WITH_BODY",
"textToLower": "metadata_with_body",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_METADATA_WITH_BODY_-1:0",
"order": 2,
"memberOrder": 2
},
{
"type": "entity.enum.value",
"text": "NONE",
"textToLower": "none",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_NONE_-1:0",
"order": 3,
"memberOrder": 3
}
]
}