@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
387 lines • 10.2 kB
JSON
{
"id": "ConnectApi.abstractrecommendation",
"nodeType": "class",
"name": "AbstractRecommendation",
"namespace": "ConnectApi",
"startToken": {
"type": "declaration.entity.name.class",
"text": "AbstractRecommendation",
"textToLower": "abstractrecommendation",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_AbstractRecommendation_-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": "A Chatter, custom, or static recommendation.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_connectapi_output_abstract_recommendation.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {
"explanation": {
"id": "ConnectApi.abstractrecommendation.method.explanation explanation",
"nodeType": "variable",
"name": "explanation",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "explanation",
"textToLower": "explanation",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_explanation_-1:0"
},
"parentId": "ConnectApi.abstractrecommendation",
"order": 1,
"memberOrder": 1,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 0,
"character": 6
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_public_0:0"
},
"signature": "public Explanation explanation",
"simplifiedSignature": "Explanation explanation",
"datatype": {
"id": ".datatype.Explanation",
"nodeType": "datatype",
"name": "Explanation",
"startToken": {
"type": "datatype.custom.class",
"text": "Explanation",
"textToLower": "explanation",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 34
},
"end": {
"line": 0,
"character": 45
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Explanation_0:34"
},
"parentId": "",
"order": 0,
"memberOrder": 0,
"type": "Explanation"
},
"parentName": "AbstractRecommendation"
},
"platformaction": {
"id": "ConnectApi.abstractrecommendation.method.group platformaction",
"nodeType": "variable",
"name": "platformAction",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "platformActionGroup",
"textToLower": "platformactiongroup",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_platformActionGroup_-1:0"
},
"parentId": "ConnectApi.abstractrecommendation",
"order": 2,
"memberOrder": 2,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 0,
"character": 6
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_public_0:0"
},
"signature": "public Group platformAction",
"simplifiedSignature": "Group platformAction",
"datatype": {
"id": ".datatype.Group",
"nodeType": "datatype",
"name": "Group",
"startToken": {
"type": "datatype.custom.class",
"text": "Group",
"textToLower": "group",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 34
},
"end": {
"line": 0,
"character": 39
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Group_0:34"
},
"parentId": "",
"order": 0,
"memberOrder": 0,
"type": "Group"
},
"parentName": "AbstractRecommendation"
},
"recommendation": {
"id": "ConnectApi.abstractrecommendation.method.type recommendation",
"nodeType": "variable",
"name": "recommendation",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "recommendationType",
"textToLower": "recommendationtype",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_recommendationType_-1:0"
},
"parentId": "ConnectApi.abstractrecommendation",
"order": 3,
"memberOrder": 3,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 0,
"character": 6
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_public_0:0"
},
"signature": "public Type recommendation",
"simplifiedSignature": "Type recommendation",
"datatype": {
"id": ".datatype.Type",
"nodeType": "datatype",
"name": "Type",
"startToken": {
"type": "datatype.support.class",
"text": "Type",
"textToLower": "type",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 53
},
"end": {
"line": 0,
"character": 57
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Type_0:53"
},
"parentId": "",
"order": 0,
"memberOrder": 0,
"type": "Type"
},
"parentName": "AbstractRecommendation"
},
"url": {
"id": "ConnectApi.abstractrecommendation.method.string url",
"nodeType": "variable",
"name": "url",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "url",
"textToLower": "url",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_url_-1:0"
},
"parentId": "ConnectApi.abstractrecommendation",
"order": 4,
"memberOrder": 4,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 0,
"character": 6
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_public_0:0"
},
"signature": "public String url",
"simplifiedSignature": "String url",
"datatype": {
"id": ".datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 13
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:7"
},
"parentId": "",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"parentName": "AbstractRecommendation"
}
},
"methods": {},
"constructors": {},
"extendsType": "",
"implementTypes": [],
"implements": {},
"totalMembers": 4,
"queries": []
}