@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
197 lines • 4.58 kB
JSON
{
"id": "ConnectApi.casecommenteventtype",
"nodeType": "enum",
"name": "CaseCommentEventType",
"namespace": "ConnectApi",
"startToken": {
"type": "declaration.entity.name.class",
"text": "CaseCommentEventType",
"textToLower": "casecommenteventtype",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_CaseCommentEventType_-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": "Event type of a comment in Case",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/connectAPI_enums.htm",
"values": [
{
"type": "entity.enum.value",
"text": "NewInternal",
"textToLower": "newinternal",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_NewInternal_-1:0",
"order": 1,
"memberOrder": 1
},
{
"type": "entity.enum.value",
"text": "NewPublished",
"textToLower": "newpublished",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_NewPublished_-1:0",
"order": 2,
"memberOrder": 2
},
{
"type": "entity.enum.value",
"text": "NewPublishedByCustomer",
"textToLower": "newpublishedbycustomer",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_NewPublishedByCustomer_-1:0",
"order": 3,
"memberOrder": 3
},
{
"type": "entity.enum.value",
"text": "PublishExisting",
"textToLower": "publishexisting",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_PublishExisting_-1:0",
"order": 4,
"memberOrder": 4
},
{
"type": "entity.enum.value",
"text": "PublishExistingByCustomer",
"textToLower": "publishexistingbycustomer",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_PublishExistingByCustomer_-1:0",
"order": 5,
"memberOrder": 5
},
{
"type": "entity.enum.value",
"text": "UnpublishExistingByCustomer",
"textToLower": "unpublishexistingbycustomer",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_UnpublishExistingByCustomer_-1:0",
"order": 6,
"memberOrder": 6
},
{
"type": "entity.enum.value",
"text": "UnpublishExsiting",
"textToLower": "unpublishexsiting",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_UnpublishExsiting_-1:0",
"order": 7,
"memberOrder": 7
}
]
}