@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
1,571 lines • 297 kB
JSON
{
"id": "ConnectApi.chattermessages",
"nodeType": "class",
"name": "ChatterMessages",
"namespace": "ConnectApi",
"startToken": {
"type": "declaration.entity.name.class",
"text": "ChatterMessages",
"textToLower": "chattermessages",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_ChatterMessages_-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": "Access and modify message and conversation data.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_ConnectAPI_ChatterMessages_static_methods.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {},
"methods": {
"getconversation(string)": {
"id": "ConnectApi.chattermessages.method.getconversation(string)",
"nodeType": "method",
"name": "getConversation",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getConversation",
"textToLower": "getconversation",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getConversation_-1:0"
},
"parentId": "ConnectApi.chattermessages",
"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"
},
"static": {
"type": "keyword.modifier.static",
"text": "static",
"textToLower": "static",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 13
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_static_0:7"
},
"signature": "public static ConnectApi.ChatterConversation getConversation(String conversationId)",
"overrideSignature": "public static override ConnectApi.ChatterConversation getConversation(String conversationId)",
"simplifiedSignature": "getConversation(String)",
"datatype": {
"id": "ConnectApi.chattermessages.getconversation.datatype.ConnectApi.ChatterConversation",
"nodeType": "datatype",
"name": "ConnectApi.ChatterConversation",
"startToken": {
"type": "datatype.support.namespace",
"text": "ConnectApi",
"textToLower": "connectapi",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 14
},
"end": {
"line": 0,
"character": 24
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_ConnectApi_0:14"
},
"parentId": "ConnectApi.chattermessages.getconversation",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.ChatterConversation"
},
"description": "Get a conversation.",
"parentName": "ChatterMessages",
"variables": {},
"params": {
"conversationid": {
"id": "ConnectApi.chattermessages.method.getconversation(string).varParam.conversationid",
"nodeType": "variable",
"name": "conversationId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "conversationId",
"textToLower": "conversationid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 68
},
"end": {
"line": 0,
"character": 82
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_conversationId_0:68"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "conversationId",
"textToLower": "conversationid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 68
},
"end": {
"line": 0,
"character": 82
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_conversationId_0:68"
},
"parentId": "ConnectApi.chattermessages.method.getconversation(string)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.chattermessages.getconversation.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 61
},
"end": {
"line": 0,
"character": 67
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:61"
},
"parentId": "ConnectApi.chattermessages.getconversation",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Specify the ID for the conversation.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"getconversation(string,string,integer)": {
"id": "ConnectApi.chattermessages.method.getconversation(string,string,integer)",
"nodeType": "method",
"name": "getConversation",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getConversation",
"textToLower": "getconversation",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getConversation_-1:0"
},
"parentId": "ConnectApi.chattermessages",
"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"
},
"static": {
"type": "keyword.modifier.static",
"text": "static",
"textToLower": "static",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 13
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_static_0:7"
},
"signature": "public static ConnectApi.ChatterConversation getConversation(String conversationId, String pageParam, Integer pageSize)",
"overrideSignature": "public static override ConnectApi.ChatterConversation getConversation(String conversationId, String pageParam, Integer pageSize)",
"simplifiedSignature": "getConversation(String,String,Integer)",
"datatype": {
"id": "ConnectApi.chattermessages.getconversation.datatype.ConnectApi.ChatterConversation",
"nodeType": "datatype",
"name": "ConnectApi.ChatterConversation",
"startToken": {
"type": "datatype.support.namespace",
"text": "ConnectApi",
"textToLower": "connectapi",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 14
},
"end": {
"line": 0,
"character": 24
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_ConnectApi_0:14"
},
"parentId": "ConnectApi.chattermessages.getconversation",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.ChatterConversation"
},
"description": "Get a page of a conversation.",
"parentName": "ChatterMessages",
"variables": {},
"params": {
"conversationid": {
"id": "ConnectApi.chattermessages.method.getconversation(string,string,integer).varParam.conversationid",
"nodeType": "variable",
"name": "conversationId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "conversationId",
"textToLower": "conversationid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 68
},
"end": {
"line": 0,
"character": 82
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_conversationId_0:68"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "conversationId",
"textToLower": "conversationid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 68
},
"end": {
"line": 0,
"character": 82
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_conversationId_0:68"
},
"parentId": "ConnectApi.chattermessages.method.getconversation(string,string,integer)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.chattermessages.getconversation.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 61
},
"end": {
"line": 0,
"character": 67
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:61"
},
"parentId": "ConnectApi.chattermessages.getconversation",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"pageparam": {
"id": "ConnectApi.chattermessages.method.getconversation(string,string,integer).varParam.pageparam",
"nodeType": "variable",
"name": "pageParam",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "pageParam",
"textToLower": "pageparam",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 91
},
"end": {
"line": 0,
"character": 100
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_pageParam_0:91"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "pageParam",
"textToLower": "pageparam",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 91
},
"end": {
"line": 0,
"character": 100
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_pageParam_0:91"
},
"parentId": "ConnectApi.chattermessages.method.getconversation(string,string,integer)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "ConnectApi.chattermessages.getconversation.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 84
},
"end": {
"line": 0,
"character": 90
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:84"
},
"parentId": "ConnectApi.chattermessages.getconversation",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"pagesize": {
"id": "ConnectApi.chattermessages.method.getconversation(string,string,integer).varParam.pagesize",
"nodeType": "variable",
"name": "pageSize",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "pageSize",
"textToLower": "pagesize",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 110
},
"end": {
"line": 0,
"character": 118
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_pageSize_0:110"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "pageSize",
"textToLower": "pagesize",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 110
},
"end": {
"line": 0,
"character": 118
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_pageSize_0:110"
},
"parentId": "ConnectApi.chattermessages.method.getconversation(string,string,integer)",
"order": 3,
"memberOrder": 3,
"datatype": {
"id": "ConnectApi.chattermessages.getconversation.datatype.Integer",
"nodeType": "datatype",
"name": "Integer",
"startToken": {
"type": "datatype.primitive",
"text": "Integer",
"textToLower": "integer",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 102
},
"end": {
"line": 0,
"character": 109
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Integer_0:102"
},
"parentId": "ConnectApi.chattermessages.getconversation",
"order": 0,
"memberOrder": 0,
"type": "Integer"
},
"description": "Specify the ID for the conversation. Specifies the page token to be used to view a page of information. Page tokens are returned as part of the response class, such as currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"getconversation(string,string)": {
"id": "ConnectApi.chattermessages.method.getconversation(string,string)",
"nodeType": "method",
"name": "getConversation",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getConversation",
"textToLower": "getconversation",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getConversation_-1:0"
},
"parentId": "ConnectApi.chattermessages",
"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"
},
"static": {
"type": "keyword.modifier.static",
"text": "static",
"textToLower": "static",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 13
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_static_0:7"
},
"signature": "public static ConnectApi.ChatterConversation getConversation(String communityId, String conversationId)",
"overrideSignature": "public static override ConnectApi.ChatterConversation getConversation(String communityId, String conversationId)",
"simplifiedSignature": "getConversation(String,String)",
"datatype": {
"id": "ConnectApi.chattermessages.getconversation.datatype.ConnectApi.ChatterConversation",
"nodeType": "datatype",
"name": "ConnectApi.ChatterConversation",
"startToken": {
"type": "datatype.support.namespace",
"text": "ConnectApi",
"textToLower": "connectapi",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 14
},
"end": {
"line": 0,
"character": 24
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_ConnectApi_0:14"
},
"parentId": "ConnectApi.chattermessages.getconversation",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.ChatterConversation"
},
"description": "Get a conversation from a community.",
"parentName": "ChatterMessages",
"variables": {},
"params": {
"communityid": {
"id": "ConnectApi.chattermessages.method.getconversation(string,string).varParam.communityid",
"nodeType": "variable",
"name": "communityId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 68
},
"end": {
"line": 0,
"character": 79
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:68"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 68
},
"end": {
"line": 0,
"character": 79
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:68"
},
"parentId": "ConnectApi.chattermessages.method.getconversation(string,string)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.chattermessages.getconversation.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 61
},
"end": {
"line": 0,
"character": 67
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:61"
},
"parentId": "ConnectApi.chattermessages.getconversation",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"conversationid": {
"id": "ConnectApi.chattermessages.method.getconversation(string,string).varParam.conversationid",
"nodeType": "variable",
"name": "conversationId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "conversationId",
"textToLower": "conversationid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 88
},
"end": {
"line": 0,
"character": 102
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_conversationId_0:88"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "conversationId",
"textToLower": "conversationid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 88
},
"end": {
"line": 0,
"character": 102
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_conversationId_0:88"
},
"parentId": "ConnectApi.chattermessages.method.getconversation(string,string)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "ConnectApi.chattermessages.getconversation.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 81
},
"end": {
"line": 0,
"character": 87
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:81"
},
"parentId": "ConnectApi.chattermessages.getconversation",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Use either the ID for a community, internal, or null. Specify the ID for the conversation.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"getconversation(string,string,string,string)": {
"id": "ConnectApi.chattermessages.method.getconversation(string,string,string,string)",
"nodeType": "method",
"name": "getConversation",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getConversation",
"textToLower": "getconversation",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getConversation_-1:0"
},
"parentId": "ConnectApi.chattermessages",
"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"
},
"static": {
"type": "keyword.modifier.static",
"text": "static",
"textToLower": "static",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 13
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_static_0:7"
},
"signature": "public static ConnectApi.ChatterConversation getConversation(String communityId, String conversationId, String pageParam, String pageSize)",
"overrideSignature": "public static override ConnectApi.ChatterConversation getConversation(String communityId, String conversationId, String pageParam, String pageSize)",
"simplifiedSignature": "getConversation(String,String,String,String)",
"datatype": {
"id": "ConnectApi.chattermessages.getconversation.datatype.ConnectApi.ChatterConversation",
"nodeType": "datatype",
"name": "ConnectApi.ChatterConversation",
"startToken": {
"type": "datatype.support.namespace",
"text": "ConnectApi",
"textToLower": "connectapi",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 14
},
"end": {
"line": 0,
"character": 24
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_ConnectApi_0:14"
},
"parentId": "ConnectApi.chattermessages.getconversation",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.ChatterConversation"
},
"description": "Get a page of a conversation from a community.",
"parentName": "ChatterMessages",
"variables": {},
"params": {
"communityid": {
"id": "ConnectApi.chattermessages.method.getconversation(string,string,string,string).varParam.communityid",
"nodeType": "variable",
"name": "communityId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 68
},
"end": {
"line": 0,
"character": 79
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:68"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 68
},
"end": {
"line": 0,
"character": 79
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:68"
},
"parentId": "ConnectApi.chattermessages.method.getconversation(string,string,string,string)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.chattermessages.getconversation.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 61
},
"end": {
"line": 0,
"character": 67
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:61"
},
"parentId": "ConnectApi.chattermessages.getconversation",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"conversationid": {
"id": "ConnectApi.chattermessages.method.getconversation(string,string,string,string).varParam.conversationid",
"nodeType": "variable",
"name": "conversationId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "conversationId",
"textToLower": "conversationid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 88
},
"end": {
"line": 0,
"character": 102
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_conversationId_0:88"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "conversationId",
"textToLower": "conversationid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 88
},
"end": {
"line": 0,
"character": 102
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_conversationId_0:88"
},
"parentId": "ConnectApi.chattermessages.method.getconversation(string,string,string,string)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "ConnectApi.chattermessages.getconversation.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 81
},
"end": {
"line": 0,
"character": 87
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:81"
},
"parentId": "ConnectApi.chattermessages.getconversation",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"pageparam": {
"id": "ConnectApi.chattermessages.method.getconversation(string,string,string,string).varParam.pageparam",
"nodeType": "variable",
"name": "pageParam",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "pageParam",
"textToLower": "pageparam",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 111
},
"end": {
"line": 0,
"character": 120
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_pageParam_0:111"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "pageParam",
"textToLower": "pageparam",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 111
},
"end": {
"line": 0,
"character": 120
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_pageParam_0:111"
},
"parentId": "ConnectApi.chattermessages.method.getconversation(string,string,string,string)",
"order": 3,
"memberOrder": 3,
"datatype": {
"id": "ConnectApi.chattermessages.getconversation.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 104
},
"end": {
"line": 0,
"character": 110
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:104"
},
"parentId": "ConnectApi.chattermessages.getconversation",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"pagesize": {
"id": "ConnectApi.chattermessages.method.getconversation(string,string,string,string).varParam.pagesize",
"nodeType": "variable",
"name": "pageSize",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "pageSize",
"textToLower": "pagesize",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 129
},
"end": {
"line": 0,
"character": 137
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_pageSize_0:129"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "pageSize",
"textToLower": "pagesize",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 129
},
"end": {
"line": 0,
"character": 137
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_pageSize_0:129"
},
"parentId": "ConnectApi.chattermessages.method.getconversation(string,string,string,string)",
"order": 4,
"memberOrder": 4,
"datatype": {
"id": "ConnectApi.chattermessages.getconversation.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 122
},
"end": {
"line": 0,
"character": 128
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:122"
},
"parentId": "ConnectApi.chattermessages.getconversation",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Use either the ID for a community, internal, or null. Specify the ID for the conversation. Specifies the page token to be used to view a page of information. Page tokens are returned as part of the response class, such as currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"getconversations()": {
"id": "ConnectApi.chattermessages.method.getconversations()",
"nodeType": "method",
"name": "getConversations",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getConversations",
"textToLower": "getconversations",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getConversations_-1:0"
},
"parentId": "ConnectApi.chattermessages",
"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"
},
"static": {
"type": "keyword.modifier.static",
"text": "static",
"textToLower": "static",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 13
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_static_0:7"
},
"signature": "public static ConnectApi.ChatterConversationPage getConversations()",
"overrideSignature": "public static override ConnectApi.ChatterConversationPage getConversations()",
"simplifiedSignature": "getConversations()",
"datatype": {
"id": "ConnectApi.chattermessages.getconversations.datatype.ConnectApi.ChatterConversationPage",
"nodeType": "datatype",
"name": "ConnectApi.ChatterConversationPage",
"startToken": {
"type": "datatype.support.namespace",
"text": "ConnectApi",
"textToLower": "connectapi",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 14
},
"end": {
"line": 0,
"character": 24
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_ConnectApi_0:14"
},
"parentId": "ConnectApi.chattermessages.getconversations",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.ChatterConversationPage"
},
"description": "Get the most recent conversations.",
"parentName": "ChatterMessages",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getconversations(string,integer)": {
"id": "ConnectApi.chattermessages.method.getconversations(string,integer)",
"nodeType": "method",
"name": "getConversations",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getConversations",
"textToLower": "getconversations",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getConversations_-1:0"
},
"parentId": "ConnectApi.chattermessages",
"order": 6,
"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"
},
"static": {
"type": "keyword.modifier.static",
"text": "static",
"textToLower": "static",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 13
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_static_0:7"
},
"signature": "public static ConnectApi.ChatterConversationPage getConversations(String pageParam, Integer pageSize)",
"overrideSignature": "public static override ConnectApi.ChatterConversationPage getConversations(String pageParam, Integer pageSize)",
"simplifiedSignature": "getConversations(String,Integer)",
"datatype": {
"id": "ConnectApi.chattermessages.getconversations.datatype.ConnectApi.ChatterConversationPage",
"nodeType": "datatype",
"name": "ConnectApi.ChatterConversationPage",
"startToken": {
"type": "datatype.support.namespace",
"text": "ConnectApi",
"textToLower": "connectapi",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 14
},
"end": {
"line": 0,
"character": 24
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_ConnectApi_0:14"
},
"parentId": "ConnectApi.chattermessages.getconversations",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.ChatterConversationPage"
},
"description": "Get a page of conversations.",
"parentName": "ChatterMessages",
"variables": {},
"params": {
"pageparam": {
"id": "ConnectApi.chattermessages.method.getconversations(string,integer).varParam.pageparam",
"nodeType": "variable",
"name": "pageParam",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "pageParam",
"textToLower": "pageparam",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 73
},
"end": {
"line": 0,
"character": 82
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_pageParam_0:73"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "pageParam",
"textToLower": "pageparam",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 73
},
"end": {
"line": 0,
"character": 82
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_pageParam_0:73"
},
"parentId": "ConnectApi.chattermessages.method.getconversations(string,integer)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.chattermessages.getconversations.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 66
},
"end": {
"line": 0,
"character": 72
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:66"
},
"parentId": "ConnectApi.chattermessages.getconversations",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"pagesize": {
"id": "ConnectApi.chattermessages.method.getconversations(string,integer).varParam.pagesize",
"nodeType": "variable",
"name": "pageSize",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "pageSize",
"textToLower": "pagesize",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 92
},
"end": {
"line": 0,
"character": 100
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_pageSize_0:92"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "pageSize",
"textToLower": "pagesize",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 92
},
"end": {
"line": 0,
"character": 100
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_pageSize_0:92"
},
"parentId": "ConnectApi.chattermessages.method.getconversations(string,integer)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "ConnectApi.chattermessages.getconversations.datatype.Integer",
"nodeType": "datatype",
"name": "Integer",
"startToken": {
"type": "datatype.primitive",
"text": "Integer",
"textToLower": "integer",
"isAux": false,
"range": {
"start": {
"line": 0,
"ch