@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
464 lines • 12.9 kB
JSON
{
"id": "ConnectApi.questionandanswerscapability",
"nodeType": "class",
"name": "QuestionAndAnswersCapability",
"namespace": "ConnectApi",
"startToken": {
"type": "declaration.entity.name.class",
"text": "QuestionAndAnswersCapability",
"textToLower": "questionandanswerscapability",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_QuestionAndAnswersCapability_-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": "If a feed element has this capability, it has a question and comments on the feed element are answers to the question.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_connectapi_output_question_and_answers_capability.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {
"bestanswer": {
"id": "ConnectApi.questionandanswerscapability.method.usersummary bestanswer",
"nodeType": "variable",
"name": "bestAnswer",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "bestAnswerSelectedBy",
"textToLower": "bestanswerselectedby",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_bestAnswerSelectedBy_-1:0"
},
"parentId": "ConnectApi.questionandanswerscapability",
"order": 1,
"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 UserSummary bestAnswer",
"simplifiedSignature": "UserSummary bestAnswer",
"datatype": {
"id": ".datatype.UserSummary",
"nodeType": "datatype",
"name": "UserSummary",
"startToken": {
"type": "datatype.custom.class",
"text": "UserSummary",
"textToLower": "usersummary",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 19
},
"end": {
"line": 0,
"character": 30
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_UserSummary_0:19"
},
"parentId": "",
"order": 0,
"memberOrder": 0,
"type": "UserSummary"
},
"parentName": "QuestionAndAnswersCapability"
},
"cancurrentuser": {
"id": "ConnectApi.questionandanswerscapability.method.boolean cancurrentuser",
"nodeType": "variable",
"name": "canCurrentUser",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "canCurrentUserSelectOrRemoveBestAnswer",
"textToLower": "cancurrentuserselectorremovebestanswer",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_canCurrentUserSelectOrRemoveBestAnswer_-1:0"
},
"parentId": "ConnectApi.questionandanswerscapability",
"order": 2,
"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 Boolean canCurrentUser",
"simplifiedSignature": "Boolean canCurrentUser",
"datatype": {
"id": ".datatype.Boolean",
"nodeType": "datatype",
"name": "Boolean",
"startToken": {
"type": "datatype.primitive",
"text": "Boolean",
"textToLower": "boolean",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 14
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Boolean_0:7"
},
"parentId": "",
"order": 0,
"memberOrder": 0,
"type": "Boolean"
},
"parentName": "QuestionAndAnswersCapability"
},
"candidateanswers": {
"id": "ConnectApi.questionandanswerscapability.method.status candidateanswers",
"nodeType": "variable",
"name": "candidateAnswers",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "candidateAnswers",
"textToLower": "candidateanswers",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_candidateAnswers_-1:0"
},
"parentId": "ConnectApi.questionandanswerscapability",
"order": 3,
"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 Status candidateAnswers",
"simplifiedSignature": "Status candidateAnswers",
"datatype": {
"id": ".datatype.Status",
"nodeType": "datatype",
"name": "Status",
"startToken": {
"type": "datatype.custom.class",
"text": "Status",
"textToLower": "status",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 36
},
"end": {
"line": 0,
"character": 42
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Status_0:36"
},
"parentId": "",
"order": 0,
"memberOrder": 0,
"type": "Status"
},
"parentName": "QuestionAndAnswersCapability"
},
"escalatedcase": {
"id": "ConnectApi.questionandanswerscapability.method.reference escalatedcase",
"nodeType": "variable",
"name": "escalatedCase",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "escalatedCase",
"textToLower": "escalatedcase",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_escalatedCase_-1:0"
},
"parentId": "ConnectApi.questionandanswerscapability",
"order": 4,
"memberOrder": 5,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 0,
"character": 6
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_public_0:0"
},
"signature": "public Reference escalatedCase",
"simplifiedSignature": "Reference escalatedCase",
"datatype": {
"id": ".datatype.Reference",
"nodeType": "datatype",
"name": "Reference",
"startToken": {
"type": "datatype.custom.class",
"text": "Reference",
"textToLower": "reference",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 19
},
"end": {
"line": 0,
"character": 28
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Reference_0:19"
},
"parentId": "",
"order": 0,
"memberOrder": 0,
"type": "Reference"
},
"parentName": "QuestionAndAnswersCapability"
},
"questiontitle": {
"id": "ConnectApi.questionandanswerscapability.method.string questiontitle",
"nodeType": "variable",
"name": "questionTitle",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "questionTitle",
"textToLower": "questiontitle",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_questionTitle_-1:0"
},
"parentId": "ConnectApi.questionandanswerscapability",
"order": 5,
"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"
},
"signature": "public String questionTitle",
"simplifiedSignature": "String questionTitle",
"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": "QuestionAndAnswersCapability"
}
},
"methods": {},
"constructors": {},
"extendsType": "ConnectApi.FeedElementCapability",
"implementTypes": [],
"implements": {},
"totalMembers": 6,
"queries": []
}