@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
1,634 lines • 5.66 MB
JSON
{
"id": "ConnectApi.chatterfeeds",
"nodeType": "class",
"name": "ChatterFeeds",
"namespace": "ConnectApi",
"startToken": {
"type": "declaration.entity.name.class",
"text": "ChatterFeeds",
"textToLower": "chatterfeeds",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_ChatterFeeds_-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": "Get, post, and delete feed elements, likes, comments, and bookmarks. You can also search feed elements, share feed elements, and vote on polls.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_ConnectAPI_ChatterFeeds_static_methods.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {},
"methods": {
"createstream(string,connectapi.chatterstreaminput)": {
"id": "ConnectApi.chatterfeeds.method.createstream(string,connectapi.chatterstreaminput)",
"nodeType": "method",
"name": "createStream",
"startToken": {
"type": "declaration.entity.name.function",
"text": "createStream",
"textToLower": "createstream",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_createStream_-1:0"
},
"parentId": "ConnectApi.chatterfeeds",
"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.ChatterStream createStream(String communityId, ConnectApi.ChatterStreamInput streamInput)",
"overrideSignature": "public static override ConnectApi.ChatterStream createStream(String communityId, ConnectApi.ChatterStreamInput streamInput)",
"simplifiedSignature": "createStream(String,ConnectApi.ChatterStreamInput)",
"datatype": {
"id": "ConnectApi.chatterfeeds.createstream.datatype.ConnectApi.ChatterStream",
"nodeType": "datatype",
"name": "ConnectApi.ChatterStream",
"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.chatterfeeds.createstream",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.ChatterStream"
},
"description": "Create a Chatter feed stream.",
"parentName": "ChatterFeeds",
"variables": {},
"params": {
"communityid": {
"id": "ConnectApi.chatterfeeds.method.createstream(string,connectapi.chatterstreaminput).varParam.communityid",
"nodeType": "variable",
"name": "communityId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 59
},
"end": {
"line": 0,
"character": 70
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:59"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 59
},
"end": {
"line": 0,
"character": 70
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:59"
},
"parentId": "ConnectApi.chatterfeeds.method.createstream(string,connectapi.chatterstreaminput)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.chatterfeeds.createstream.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 52
},
"end": {
"line": 0,
"character": 58
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:52"
},
"parentId": "ConnectApi.chatterfeeds.createstream",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"streaminput": {
"id": "ConnectApi.chatterfeeds.method.createstream(string,connectapi.chatterstreaminput).varParam.streaminput",
"nodeType": "variable",
"name": "streamInput",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "streamInput",
"textToLower": "streaminput",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 102
},
"end": {
"line": 0,
"character": 113
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_streamInput_0:102"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "streamInput",
"textToLower": "streaminput",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 102
},
"end": {
"line": 0,
"character": 113
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_streamInput_0:102"
},
"parentId": "ConnectApi.chatterfeeds.method.createstream(string,connectapi.chatterstreaminput)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "ConnectApi.chatterfeeds.createstream.datatype.ConnectApi.ChatterStreamInput",
"nodeType": "datatype",
"name": "ConnectApi.ChatterStreamInput",
"startToken": {
"type": "datatype.support.namespace",
"text": "ConnectApi",
"textToLower": "connectapi",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 72
},
"end": {
"line": 0,
"character": 82
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_ConnectApi_0:72"
},
"parentId": "ConnectApi.chatterfeeds.createstream",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.ChatterStreamInput"
},
"description": "Use either the ID for a community, internal, or null. A ConnectApi.ChatterStreamInput body.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"deletecomment(string,string)": {
"id": "ConnectApi.chatterfeeds.method.deletecomment(string,string)",
"nodeType": "method",
"name": "deleteComment",
"startToken": {
"type": "declaration.entity.name.function",
"text": "deleteComment",
"textToLower": "deletecomment",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_deleteComment_-1:0"
},
"parentId": "ConnectApi.chatterfeeds",
"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 Void deleteComment(String communityId, String commentId)",
"overrideSignature": "public static override Void deleteComment(String communityId, String commentId)",
"simplifiedSignature": "deleteComment(String,String)",
"datatype": {
"id": "ConnectApi.chatterfeeds.deletecomment.datatype.Void",
"nodeType": "datatype",
"name": "Void",
"startToken": {
"type": "datatype.primitive",
"text": "Void",
"textToLower": "void",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 14
},
"end": {
"line": 0,
"character": 18
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Void_0:14"
},
"parentId": "ConnectApi.chatterfeeds.deletecomment",
"order": 0,
"memberOrder": 0,
"type": "Void"
},
"description": "Delete a comment.",
"parentName": "ChatterFeeds",
"variables": {},
"params": {
"communityid": {
"id": "ConnectApi.chatterfeeds.method.deletecomment(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": 40
},
"end": {
"line": 0,
"character": 51
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:40"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 40
},
"end": {
"line": 0,
"character": 51
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:40"
},
"parentId": "ConnectApi.chatterfeeds.method.deletecomment(string,string)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.chatterfeeds.deletecomment.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 33
},
"end": {
"line": 0,
"character": 39
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:33"
},
"parentId": "ConnectApi.chatterfeeds.deletecomment",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"commentid": {
"id": "ConnectApi.chatterfeeds.method.deletecomment(string,string).varParam.commentid",
"nodeType": "variable",
"name": "commentId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "commentId",
"textToLower": "commentid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 60
},
"end": {
"line": 0,
"character": 69
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_commentId_0:60"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "commentId",
"textToLower": "commentid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 60
},
"end": {
"line": 0,
"character": 69
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_commentId_0:60"
},
"parentId": "ConnectApi.chatterfeeds.method.deletecomment(string,string)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "ConnectApi.chatterfeeds.deletecomment.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 53
},
"end": {
"line": 0,
"character": 59
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:53"
},
"parentId": "ConnectApi.chatterfeeds.deletecomment",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Use either the ID for a community, internal, or null. The ID for a comment.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"deletefeedelement(string,string)": {
"id": "ConnectApi.chatterfeeds.method.deletefeedelement(string,string)",
"nodeType": "method",
"name": "deleteFeedElement",
"startToken": {
"type": "declaration.entity.name.function",
"text": "deleteFeedElement",
"textToLower": "deletefeedelement",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_deleteFeedElement_-1:0"
},
"parentId": "ConnectApi.chatterfeeds",
"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 deleteFeedElement(String communityId, String feedElementId)",
"overrideSignature": "public static override deleteFeedElement(String communityId, String feedElementId)",
"simplifiedSignature": "deleteFeedElement(String,String)",
"description": "Delete a feed element.",
"parentName": "ChatterFeeds",
"variables": {},
"params": {
"communityid": {
"id": "ConnectApi.chatterfeeds.method.deletefeedelement(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": 40
},
"end": {
"line": 0,
"character": 51
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:40"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 40
},
"end": {
"line": 0,
"character": 51
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:40"
},
"parentId": "ConnectApi.chatterfeeds.method.deletefeedelement(string,string)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.chatterfeeds.deletefeedelement.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 33
},
"end": {
"line": 0,
"character": 39
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:33"
},
"parentId": "ConnectApi.chatterfeeds.deletefeedelement",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"feedelementid": {
"id": "ConnectApi.chatterfeeds.method.deletefeedelement(string,string).varParam.feedelementid",
"nodeType": "variable",
"name": "feedElementId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "feedElementId",
"textToLower": "feedelementid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 60
},
"end": {
"line": 0,
"character": 73
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_feedElementId_0:60"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "feedElementId",
"textToLower": "feedelementid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 60
},
"end": {
"line": 0,
"character": 73
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_feedElementId_0:60"
},
"parentId": "ConnectApi.chatterfeeds.method.deletefeedelement(string,string)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "ConnectApi.chatterfeeds.deletefeedelement.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 53
},
"end": {
"line": 0,
"character": 59
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:53"
},
"parentId": "ConnectApi.chatterfeeds.deletefeedelement",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Use either the ID for a community, internal, or null. ID of the feed element.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"deletefeeditem(string,string)": {
"id": "ConnectApi.chatterfeeds.method.deletefeeditem(string,string)",
"nodeType": "method",
"name": "deleteFeedItem",
"startToken": {
"type": "declaration.entity.name.function",
"text": "deleteFeedItem",
"textToLower": "deletefeeditem",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_deleteFeedItem_-1:0"
},
"parentId": "ConnectApi.chatterfeeds",
"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 Void deleteFeedItem(String communityId, String feedItemId)",
"overrideSignature": "public static override Void deleteFeedItem(String communityId, String feedItemId)",
"simplifiedSignature": "deleteFeedItem(String,String)",
"datatype": {
"id": "ConnectApi.chatterfeeds.deletefeeditem.datatype.Void",
"nodeType": "datatype",
"name": "Void",
"startToken": {
"type": "datatype.primitive",
"text": "Void",
"textToLower": "void",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 14
},
"end": {
"line": 0,
"character": 18
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Void_0:14"
},
"parentId": "ConnectApi.chatterfeeds.deletefeeditem",
"order": 0,
"memberOrder": 0,
"type": "Void"
},
"description": "Delete a feed item.",
"parentName": "ChatterFeeds",
"variables": {},
"params": {
"communityid": {
"id": "ConnectApi.chatterfeeds.method.deletefeeditem(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": 41
},
"end": {
"line": 0,
"character": 52
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:41"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 41
},
"end": {
"line": 0,
"character": 52
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:41"
},
"parentId": "ConnectApi.chatterfeeds.method.deletefeeditem(string,string)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.chatterfeeds.deletefeeditem.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 34
},
"end": {
"line": 0,
"character": 40
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:34"
},
"parentId": "ConnectApi.chatterfeeds.deletefeeditem",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"feeditemid": {
"id": "ConnectApi.chatterfeeds.method.deletefeeditem(string,string).varParam.feeditemid",
"nodeType": "variable",
"name": "feedItemId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "feedItemId",
"textToLower": "feeditemid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 61
},
"end": {
"line": 0,
"character": 71
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_feedItemId_0:61"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "feedItemId",
"textToLower": "feeditemid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 61
},
"end": {
"line": 0,
"character": 71
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_feedItemId_0:61"
},
"parentId": "ConnectApi.chatterfeeds.method.deletefeeditem(string,string)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "ConnectApi.chatterfeeds.deletefeeditem.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 54
},
"end": {
"line": 0,
"character": 60
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:54"
},
"parentId": "ConnectApi.chatterfeeds.deletefeeditem",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Use either the ID for a community, internal, or null. The ID for a feed item.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"deletelike(string,string)": {
"id": "ConnectApi.chatterfeeds.method.deletelike(string,string)",
"nodeType": "method",
"name": "deleteLike",
"startToken": {
"type": "declaration.entity.name.function",
"text": "deleteLike",
"textToLower": "deletelike",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_deleteLike_-1:0"
},
"parentId": "ConnectApi.chatterfeeds",
"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 Void deleteLike(String communityId, String likeId)",
"overrideSignature": "public static override Void deleteLike(String communityId, String likeId)",
"simplifiedSignature": "deleteLike(String,String)",
"datatype": {
"id": "ConnectApi.chatterfeeds.deletelike.datatype.Void",
"nodeType": "datatype",
"name": "Void",
"startToken": {
"type": "datatype.primitive",
"text": "Void",
"textToLower": "void",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 14
},
"end": {
"line": 0,
"character": 18
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Void_0:14"
},
"parentId": "ConnectApi.chatterfeeds.deletelike",
"order": 0,
"memberOrder": 0,
"type": "Void"
},
"description": "Delete a like on a comment or post.",
"parentName": "ChatterFeeds",
"variables": {},
"params": {
"communityid": {
"id": "ConnectApi.chatterfeeds.method.deletelike(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": 37
},
"end": {
"line": 0,
"character": 48
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:37"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 37
},
"end": {
"line": 0,
"character": 48
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:37"
},
"parentId": "ConnectApi.chatterfeeds.method.deletelike(string,string)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.chatterfeeds.deletelike.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 30
},
"end": {
"line": 0,
"character": 36
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:30"
},
"parentId": "ConnectApi.chatterfeeds.deletelike",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"likeid": {
"id": "ConnectApi.chatterfeeds.method.deletelike(string,string).varParam.likeid",
"nodeType": "variable",
"name": "likeId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "likeId",
"textToLower": "likeid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 57
},
"end": {
"line": 0,
"character": 63
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_likeId_0:57"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "likeId",
"textToLower": "likeid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 57
},
"end": {
"line": 0,
"character": 63
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_likeId_0:57"
},
"parentId": "ConnectApi.chatterfeeds.method.deletelike(string,string)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "ConnectApi.chatterfeeds.deletelike.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 50
},
"end": {
"line": 0,
"character": 56
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:50"
},
"parentId": "ConnectApi.chatterfeeds.deletelike",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Use either the ID for a community, internal, or null. The ID for a like.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"deletestream(string,string)": {
"id": "ConnectApi.chatterfeeds.method.deletestream(string,string)",
"nodeType": "method",
"name": "deleteStream",
"startToken": {
"type": "declaration.entity.name.function",
"text": "deleteStream",
"textToLower": "deletestream",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_deleteStream_-1:0"
},
"parentId": "ConnectApi.chatterfeeds",
"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 Void deleteStream(String communityId, String streamId)",
"overrideSignature": "public static override Void deleteStream(String communityId, String streamId)",
"simplifiedSignature": "deleteStream(String,String)",
"datatype": {
"id": "ConnectApi.chatterfeeds.deletestream.datatype.Void",
"nodeType": "datatype",
"name": "Void",
"startToken": {
"type": "datatype.primitive",
"text": "Void",
"textToLower": "void",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 14
},
"end": {
"line": 0,
"character": 18
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Void_0:14"
},
"parentId": "ConnectApi.chatterfeeds.deletestream",
"order": 0,
"memberOrder": 0,
"type": "Void"
},
"description": "Delete a Chatter feed stream.",
"parentName": "ChatterFeeds",
"variables": {},
"params": {
"communityid": {
"id": "ConnectApi.chatterfeeds.method.deletestream(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": 39
},
"end": {
"line": 0,
"character": 50
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:39"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 39
},
"end": {
"line": 0,
"character": 50
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:39"
},
"parentId": "ConnectApi.chatterfeeds.method.deletestream(string,string)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.chatterfeeds.deletestream.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 32
},
"end": {
"line": 0,
"character": 38
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:32"
},
"parentId": "ConnectApi.chatterfeeds.deletestream",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"streamid": {
"id": "ConnectApi.chatterfeeds.method.deletestream(string,string).varParam.streamid",
"nodeType": "variable",
"name": "streamId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "streamId",
"textToLower": "streamid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 59
},
"end": {
"line": 0,
"character": 67
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_streamId_0:59"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "streamId",
"textToLower": "streamid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 59
},
"end": {
"line": 0,
"character": 67
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_streamId_0:59"
},
"parentId": "ConnectApi.chatterfeeds.method.deletestream(string,string)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "ConnectApi.chatterfeeds.deletestream.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 52
},
"end": {
"line": 0,
"character": 58
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:52"
},
"parentId": "ConnectApi.chatterfeeds.deletestream",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Use either the ID for a community, internal, or null. ID of the Chatter feed stream.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"getcomment(string,string)": {
"id": "ConnectApi.chatterfeeds.method.getcomment(string,string)",
"nodeType": "method",
"name": "getComment",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getComment",
"textToLower": "getcomment",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getComment_-1:0"
},
"parentId": "ConnectApi.chatterfeeds",
"order": 7,
"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"
},
"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.Comment getComment(String communityId, String commentId)",
"overrideSignature": "public static override ConnectApi.Comment getComment(String communityId, String commentId)",
"si