@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
1,479 lines (1,478 loc) • 84.2 kB
JSON
{
"id": "ConnectApi.mentions",
"nodeType": "class",
"name": "Mentions",
"namespace": "ConnectApi",
"startToken": {
"type": "declaration.entity.name.class",
"text": "Mentions",
"textToLower": "mentions",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_Mentions_-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 information about mentions. A mention is an “@” character followed by a user or group name. When a user or group is mentioned, they receive a notification.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_ConnectAPI_Mentions_static_methods.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {},
"methods": {
"getmentioncompletions(string,string,string)": {
"id": "ConnectApi.mentions.method.getmentioncompletions(string,string,string)",
"nodeType": "method",
"name": "getMentionCompletions",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getMentionCompletions",
"textToLower": "getmentioncompletions",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getMentionCompletions_-1:0"
},
"parentId": "ConnectApi.mentions",
"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.MentionCompletionPage getMentionCompletions(String communityId, String q, String contextId)",
"overrideSignature": "public static override ConnectApi.MentionCompletionPage getMentionCompletions(String communityId, String q, String contextId)",
"simplifiedSignature": "getMentionCompletions(String,String,String)",
"datatype": {
"id": "ConnectApi.mentions.getmentioncompletions.datatype.ConnectApi.MentionCompletionPage",
"nodeType": "datatype",
"name": "ConnectApi.MentionCompletionPage",
"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.mentions.getmentioncompletions",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.MentionCompletionPage"
},
"description": "Get the first page of possible users and groups to mention in a feed item body or comment body.",
"parentName": "Mentions",
"variables": {},
"params": {
"communityid": {
"id": "ConnectApi.mentions.method.getmentioncompletions(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": 77
},
"end": {
"line": 0,
"character": 88
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:77"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 77
},
"end": {
"line": 0,
"character": 88
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:77"
},
"parentId": "ConnectApi.mentions.method.getmentioncompletions(string,string,string)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.mentions.getmentioncompletions.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 70
},
"end": {
"line": 0,
"character": 76
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:70"
},
"parentId": "ConnectApi.mentions.getmentioncompletions",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"q": {
"id": "ConnectApi.mentions.method.getmentioncompletions(string,string,string).varParam.q",
"nodeType": "variable",
"name": "q",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "q",
"textToLower": "q",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 97
},
"end": {
"line": 0,
"character": 98
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_q_0:97"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "q",
"textToLower": "q",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 97
},
"end": {
"line": 0,
"character": 98
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_q_0:97"
},
"parentId": "ConnectApi.mentions.method.getmentioncompletions(string,string,string)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "ConnectApi.mentions.getmentioncompletions.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 90
},
"end": {
"line": 0,
"character": 96
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:90"
},
"parentId": "ConnectApi.mentions.getmentioncompletions",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"contextid": {
"id": "ConnectApi.mentions.method.getmentioncompletions(string,string,string).varParam.contextid",
"nodeType": "variable",
"name": "contextId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "contextId",
"textToLower": "contextid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 107
},
"end": {
"line": 0,
"character": 116
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_contextId_0:107"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "contextId",
"textToLower": "contextid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 107
},
"end": {
"line": 0,
"character": 116
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_contextId_0:107"
},
"parentId": "ConnectApi.mentions.method.getmentioncompletions(string,string,string)",
"order": 3,
"memberOrder": 3,
"datatype": {
"id": "ConnectApi.mentions.getmentioncompletions.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 100
},
"end": {
"line": 0,
"character": 106
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:100"
},
"parentId": "ConnectApi.mentions.getmentioncompletions",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Use either the ID for a community, internal, or null. A search term for matching user and group names. Searching for a group requires a minimum of 2 characters. Searching for a user doesn’t require a minimum number of characters. This parameter does not support wildcards. A feed item ID (for a mention in a comment) or a feed subject ID (for a mention in a feed item) that narrows search results, with more useful results listed first. Use a group ID for groups that allow customers to ensure mention completion results include customers.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"getmentioncompletions(string,string,string,connectapi.mentioncompletiontype,integer,integer)": {
"id": "ConnectApi.mentions.method.getmentioncompletions(string,string,string,connectapi.mentioncompletiontype,integer,integer)",
"nodeType": "method",
"name": "getMentionCompletions",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getMentionCompletions",
"textToLower": "getmentioncompletions",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getMentionCompletions_-1:0"
},
"parentId": "ConnectApi.mentions",
"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.Mentions getMentionCompletions(String communityId, String q, String contextId, ConnectApi.MentionCompletionType type, Integer pageParam, Integer pageSize)",
"overrideSignature": "public static override ConnectApi.Mentions getMentionCompletions(String communityId, String q, String contextId, ConnectApi.MentionCompletionType type, Integer pageParam, Integer pageSize)",
"simplifiedSignature": "getMentionCompletions(String,String,String,ConnectApi.MentionCompletionType,Integer,Integer)",
"datatype": {
"id": "ConnectApi.mentions.getmentioncompletions.datatype.ConnectApi.Mentions",
"nodeType": "datatype",
"name": "ConnectApi.Mentions",
"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.mentions.getmentioncompletions",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.Mentions"
},
"description": "Get a page of possible mention proposals of the specified type.",
"parentName": "Mentions",
"variables": {},
"params": {
"communityid": {
"id": "ConnectApi.mentions.method.getmentioncompletions(string,string,string,connectapi.mentioncompletiontype,integer,integer).varParam.communityid",
"nodeType": "variable",
"name": "communityId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 64
},
"end": {
"line": 0,
"character": 75
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:64"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 64
},
"end": {
"line": 0,
"character": 75
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:64"
},
"parentId": "ConnectApi.mentions.method.getmentioncompletions(string,string,string,connectapi.mentioncompletiontype,integer,integer)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.mentions.getmentioncompletions.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 57
},
"end": {
"line": 0,
"character": 63
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:57"
},
"parentId": "ConnectApi.mentions.getmentioncompletions",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"q": {
"id": "ConnectApi.mentions.method.getmentioncompletions(string,string,string,connectapi.mentioncompletiontype,integer,integer).varParam.q",
"nodeType": "variable",
"name": "q",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "q",
"textToLower": "q",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 84
},
"end": {
"line": 0,
"character": 85
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_q_0:84"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "q",
"textToLower": "q",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 84
},
"end": {
"line": 0,
"character": 85
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_q_0:84"
},
"parentId": "ConnectApi.mentions.method.getmentioncompletions(string,string,string,connectapi.mentioncompletiontype,integer,integer)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "ConnectApi.mentions.getmentioncompletions.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 77
},
"end": {
"line": 0,
"character": 83
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:77"
},
"parentId": "ConnectApi.mentions.getmentioncompletions",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"contextid": {
"id": "ConnectApi.mentions.method.getmentioncompletions(string,string,string,connectapi.mentioncompletiontype,integer,integer).varParam.contextid",
"nodeType": "variable",
"name": "contextId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "contextId",
"textToLower": "contextid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 94
},
"end": {
"line": 0,
"character": 103
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_contextId_0:94"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "contextId",
"textToLower": "contextid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 94
},
"end": {
"line": 0,
"character": 103
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_contextId_0:94"
},
"parentId": "ConnectApi.mentions.method.getmentioncompletions(string,string,string,connectapi.mentioncompletiontype,integer,integer)",
"order": 3,
"memberOrder": 3,
"datatype": {
"id": "ConnectApi.mentions.getmentioncompletions.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 87
},
"end": {
"line": 0,
"character": 93
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:87"
},
"parentId": "ConnectApi.mentions.getmentioncompletions",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"type": {
"id": "ConnectApi.mentions.method.getmentioncompletions(string,string,string,connectapi.mentioncompletiontype,integer,integer).varParam.type",
"nodeType": "variable",
"name": "type",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "type",
"textToLower": "type",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 138
},
"end": {
"line": 0,
"character": 142
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_type_0:138"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "type",
"textToLower": "type",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 138
},
"end": {
"line": 0,
"character": 142
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_type_0:138"
},
"parentId": "ConnectApi.mentions.method.getmentioncompletions(string,string,string,connectapi.mentioncompletiontype,integer,integer)",
"order": 4,
"memberOrder": 4,
"datatype": {
"id": "ConnectApi.mentions.getmentioncompletions.datatype.ConnectApi.MentionCompletionType",
"nodeType": "datatype",
"name": "ConnectApi.MentionCompletionType",
"startToken": {
"type": "datatype.support.namespace",
"text": "ConnectApi",
"textToLower": "connectapi",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 105
},
"end": {
"line": 0,
"character": 115
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_ConnectApi_0:105"
},
"parentId": "ConnectApi.mentions.getmentioncompletions",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.MentionCompletionType"
},
"scope": null
},
"pageparam": {
"id": "ConnectApi.mentions.method.getmentioncompletions(string,string,string,connectapi.mentioncompletiontype,integer,integer).varParam.pageparam",
"nodeType": "variable",
"name": "pageParam",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "pageParam",
"textToLower": "pageparam",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 152
},
"end": {
"line": 0,
"character": 161
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_pageParam_0:152"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "pageParam",
"textToLower": "pageparam",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 152
},
"end": {
"line": 0,
"character": 161
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_pageParam_0:152"
},
"parentId": "ConnectApi.mentions.method.getmentioncompletions(string,string,string,connectapi.mentioncompletiontype,integer,integer)",
"order": 5,
"memberOrder": 5,
"datatype": {
"id": "ConnectApi.mentions.getmentioncompletions.datatype.Integer",
"nodeType": "datatype",
"name": "Integer",
"startToken": {
"type": "datatype.primitive",
"text": "Integer",
"textToLower": "integer",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 144
},
"end": {
"line": 0,
"character": 151
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Integer_0:144"
},
"parentId": "ConnectApi.mentions.getmentioncompletions",
"order": 0,
"memberOrder": 0,
"type": "Integer"
},
"scope": null
},
"pagesize": {
"id": "ConnectApi.mentions.method.getmentioncompletions(string,string,string,connectapi.mentioncompletiontype,integer,integer).varParam.pagesize",
"nodeType": "variable",
"name": "pageSize",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "pageSize",
"textToLower": "pagesize",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 171
},
"end": {
"line": 0,
"character": 179
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_pageSize_0:171"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "pageSize",
"textToLower": "pagesize",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 171
},
"end": {
"line": 0,
"character": 179
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_pageSize_0:171"
},
"parentId": "ConnectApi.mentions.method.getmentioncompletions(string,string,string,connectapi.mentioncompletiontype,integer,integer)",
"order": 6,
"memberOrder": 6,
"datatype": {
"id": "ConnectApi.mentions.getmentioncompletions.datatype.Integer",
"nodeType": "datatype",
"name": "Integer",
"startToken": {
"type": "datatype.primitive",
"text": "Integer",
"textToLower": "integer",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 163
},
"end": {
"line": 0,
"character": 170
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Integer_0:163"
},
"parentId": "ConnectApi.mentions.getmentioncompletions",
"order": 0,
"memberOrder": 0,
"type": "Integer"
},
"description": "Use either the ID for a community, internal, or null. A search term for matching user and group names. Searching for a group requires a minimum of 2 characters. Searching for a user doesn’t require a minimum number of characters. This parameter does not support wildcards. A feed item ID (for a mention in a comment) or a feed subject ID (for a mention in a feed item) that narrows search results, with more useful results listed first. Use a group ID for groups that allow customers to ensure mention completion results include customers. Type of mention completion. All—All mention completions, regardless of the type of record to which the mention refers. Group—Mention completions for groups. User—Mention completions for users. Specifies the number of the page you want returned. Starts at 0. If you pass in null or 0, 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": []
},
"getmentionvalidations(string,string,list<string>,connectapi.feeditemvisibilitytype)": {
"id": "ConnectApi.mentions.method.getmentionvalidations(string,string,list<string>,connectapi.feeditemvisibilitytype)",
"nodeType": "method",
"name": "getMentionValidations",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getMentionValidations",
"textToLower": "getmentionvalidations",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getMentionValidations_-1:0"
},
"parentId": "ConnectApi.mentions",
"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.Mentions getMentionValidations(String communityId, String parentId, List<String> recordIds, ConnectApi.FeedItemVisibilityType visibility)",
"overrideSignature": "public static override ConnectApi.Mentions getMentionValidations(String communityId, String parentId, List<String> recordIds, ConnectApi.FeedItemVisibilityType visibility)",
"simplifiedSignature": "getMentionValidations(String,String,List<String>,ConnectApi.FeedItemVisibilityType)",
"datatype": {
"id": "ConnectApi.mentions.getmentionvalidations.datatype.ConnectApi.Mentions",
"nodeType": "datatype",
"name": "ConnectApi.Mentions",
"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.mentions.getmentionvalidations",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.Mentions"
},
"description": "Get information about whether the mentions are valid for the context user.",
"parentName": "Mentions",
"variables": {},
"params": {
"communityid": {
"id": "ConnectApi.mentions.method.getmentionvalidations(string,string,list<string>,connectapi.feeditemvisibilitytype).varParam.communityid",
"nodeType": "variable",
"name": "communityId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 63
},
"end": {
"line": 0,
"character": 74
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:63"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 63
},
"end": {
"line": 0,
"character": 74
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:63"
},
"parentId": "ConnectApi.mentions.method.getmentionvalidations(string,string,list<string>,connectapi.feeditemvisibilitytype)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.mentions.getmentionvalidations.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 56
},
"end": {
"line": 0,
"character": 62
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:56"
},
"parentId": "ConnectApi.mentions.getmentionvalidations",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"parentid": {
"id": "ConnectApi.mentions.method.getmentionvalidations(string,string,list<string>,connectapi.feeditemvisibilitytype).varParam.parentid",
"nodeType": "variable",
"name": "parentId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "parentId",
"textToLower": "parentid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 83
},
"end": {
"line": 0,
"character": 91
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_parentId_0:83"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "parentId",
"textToLower": "parentid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 83
},
"end": {
"line": 0,
"character": 91
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_parentId_0:83"
},
"parentId": "ConnectApi.mentions.method.getmentionvalidations(string,string,list<string>,connectapi.feeditemvisibilitytype)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "ConnectApi.mentions.getmentionvalidations.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 76
},
"end": {
"line": 0,
"character": 82
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:76"
},
"parentId": "ConnectApi.mentions.getmentionvalidations",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"recordids": {
"id": "ConnectApi.mentions.method.getmentionvalidations(string,string,list<string>,connectapi.feeditemvisibilitytype).varParam.recordids",
"nodeType": "variable",
"name": "recordIds",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "recordIds",
"textToLower": "recordids",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 106
},
"end": {
"line": 0,
"character": 115
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_recordIds_0:106"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "recordIds",
"textToLower": "recordids",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 106
},
"end": {
"line": 0,
"character": 115
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_recordIds_0:106"
},
"parentId": "ConnectApi.mentions.method.getmentionvalidations(string,string,list<string>,connectapi.feeditemvisibilitytype)",
"order": 3,
"memberOrder": 3,
"datatype": {
"id": "ConnectApi.mentions.getmentionvalidations.datatype.List<String>",
"nodeType": "datatype",
"name": "List<String>",
"startToken": {
"type": "datatype.collection",
"text": "List",
"textToLower": "list",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 93
},
"end": {
"line": 0,
"character": 97
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_List_0:93"
},
"parentId": "ConnectApi.mentions.getmentionvalidations",
"order": 0,
"memberOrder": 0,
"type": "List",
"value": {
"id": "ConnectApi.mentions.getmentionvalidations.datatype.List<String>.value.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 98
},
"end": {
"line": 0,
"character": 104
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:98"
},
"order": 0,
"memberOrder": 0,
"type": "String"
}
},
"scope": null
},
"visibility": {
"id": "ConnectApi.mentions.method.getmentionvalidations(string,string,list<string>,connectapi.feeditemvisibilitytype).varParam.visibility",
"nodeType": "variable",
"name": "visibility",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "visibility",
"textToLower": "visibility",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 151
},
"end": {
"line": 0,
"character": 161
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_visibility_0:151"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "visibility",
"textToLower": "visibility",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 151
},
"end": {
"line": 0,
"character": 161
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_visibility_0:151"
},
"parentId": "ConnectApi.mentions.method.getmentionvalidations(string,string,list<string>,connectapi.feeditemvisibilitytype)",
"order": 4,
"memberOrder": 4,
"datatype": {
"id": "ConnectApi.mentions.getmentionvalidations.datatype.ConnectApi.FeedItemVisibilityType",
"nodeType": "datatype",
"name": "ConnectApi.FeedItemVisibilityType",
"startToken": {
"type": "datatype.support.namespace",
"text": "ConnectApi",
"textToLower": "connectapi",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 117
},
"end": {
"line": 0,
"character": 127
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_ConnectApi_0:117"
},
"parentId": "ConnectApi.mentions.getmentionvalidations",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.FeedItemVisibilityType"
},
"description": "Use either the ID for a community, internal, or null. The feed item parent ID. A comma separated list of IDs to be mentioned. The maximum value is 25. Type of users who can see a feed item. AllUsers—Visibility is not limited to internal users. InternalUsers—Visibility is limited to internal users.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"settestgetmentioncompletions(string,string,string,connectapi.mentioncompletionpage)": {
"id": "ConnectApi.mentions.method.settestgetmentioncompletions(string,string,string,connectapi.mentioncompletionpage)",
"nodeType": "method",
"name": "setTestGetMentionCompletions",
"startToken": {
"type": "declaration.entity.name.function",
"text": "setTestGetMentionCompletions",
"textToLower": "settestgetmentioncompletions",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_setTestGetMentionCompletions_-1:0"
},
"parentId": "ConnectApi.mentions",
"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 setTestGetMentionCompletions(String communityId, String q, String contextId, ConnectApi.MentionCompletionPage result)",
"overrideSignature": "public static override Void setTestGetMentionCompletions(String communityId, String q, String contextId, ConnectApi.MentionCompletionPage result)",
"simplifiedSignature": "setTestGetMentionCompletions(String,String,String,ConnectApi.MentionCompletionPage)",
"datatype": {
"id": "ConnectApi.mentions.settestgetmentioncompletions.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.mentions.settestgetmentioncompletions",
"order": 0,
"memberOrder": 0,