@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
464 lines • 12.3 kB
JSON
{
"id": "ConnectApi.chatterconversation",
"nodeType": "class",
"name": "ChatterConversation",
"namespace": "ConnectApi",
"startToken": {
"type": "declaration.entity.name.class",
"text": "ChatterConversation",
"textToLower": "chatterconversation",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_ChatterConversation_-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": "",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_connectapi_output_ChatterConversation.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {
"conversationid": {
"id": "ConnectApi.chatterconversation.method.string conversationid",
"nodeType": "variable",
"name": "conversationId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "conversationId",
"textToLower": "conversationid",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_conversationId_-1:0"
},
"parentId": "ConnectApi.chatterconversation",
"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 conversationId",
"simplifiedSignature": "String conversationId",
"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": "ChatterConversation"
},
"conversationurl": {
"id": "ConnectApi.chatterconversation.method.string conversationurl",
"nodeType": "variable",
"name": "conversationUrl",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "conversationUrl",
"textToLower": "conversationurl",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_conversationUrl_-1:0"
},
"parentId": "ConnectApi.chatterconversation",
"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 conversationUrl",
"simplifiedSignature": "String conversationUrl",
"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": "ChatterConversation"
},
"members": {
"id": "ConnectApi.chatterconversation.method.user members",
"nodeType": "variable",
"name": "members",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "members",
"textToLower": "members",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_members_-1:0"
},
"parentId": "ConnectApi.chatterconversation",
"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 User members",
"simplifiedSignature": "User members",
"datatype": {
"id": ".datatype.User",
"nodeType": "datatype",
"name": "User",
"startToken": {
"type": "datatype.support.sobject",
"text": "User",
"textToLower": "user",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 24
},
"end": {
"line": 0,
"character": 28
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_User_0:24"
},
"parentId": "",
"order": 0,
"memberOrder": 0,
"type": "User"
},
"parentName": "ChatterConversation"
},
"messages": {
"id": "ConnectApi.chatterconversation.method.messagepage messages",
"nodeType": "variable",
"name": "messages",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "messages",
"textToLower": "messages",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_messages_-1:0"
},
"parentId": "ConnectApi.chatterconversation",
"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 MessagePage messages",
"simplifiedSignature": "MessagePage messages",
"datatype": {
"id": ".datatype.MessagePage",
"nodeType": "datatype",
"name": "MessagePage",
"startToken": {
"type": "datatype.custom.class",
"text": "MessagePage",
"textToLower": "messagepage",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 27
},
"end": {
"line": 0,
"character": 38
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_MessagePage_0:27"
},
"parentId": "",
"order": 0,
"memberOrder": 0,
"type": "MessagePage"
},
"parentName": "ChatterConversation"
},
"read": {
"id": "ConnectApi.chatterconversation.method.boolean read",
"nodeType": "variable",
"name": "read",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "read",
"textToLower": "read",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_read_-1:0"
},
"parentId": "ConnectApi.chatterconversation",
"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 Boolean read",
"simplifiedSignature": "Boolean read",
"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": "ChatterConversation"
}
},
"methods": {},
"constructors": {},
"extendsType": "",
"implementTypes": [],
"implements": {},
"totalMembers": 5,
"queries": []
}