@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
359 lines • 9.53 kB
JSON
{
"id": "ConnectApi.feedpollchoice",
"nodeType": "class",
"name": "FeedPollChoice",
"namespace": "ConnectApi",
"startToken": {
"type": "declaration.entity.name.class",
"text": "FeedPollChoice",
"textToLower": "feedpollchoice",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_FeedPollChoice_-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": "",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_connectapi_output_FeedPollChoice.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {
"id": {
"id": "ConnectApi.feedpollchoice.id",
"nodeType": "variable",
"name": "id",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "id",
"textToLower": "id",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_id_-1:0"
},
"order": 1,
"memberOrder": 1,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "keyword.modifier.access_public_-1:0"
},
"signature": "public String id",
"simplifiedSignature": "String id",
"datatype": {
"id": "ConnectApi.feedpollchoice.id.string",
"nodeType": "datatype",
"name": "String",
"order": 0,
"memberOrder": 0
},
"description": "Poll choice ID",
"parentName": "FeedPollChoice"
},
"position": {
"id": "ConnectApi.feedpollchoice.position",
"nodeType": "variable",
"name": "position",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "position",
"textToLower": "position",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_position_-1:0"
},
"order": 2,
"memberOrder": 2,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "keyword.modifier.access_public_-1:0"
},
"signature": "public Integer position",
"simplifiedSignature": "Integer position",
"datatype": {
"id": "ConnectApi.feedpollchoice.position.integer",
"nodeType": "datatype",
"name": "Integer",
"order": 0,
"memberOrder": 0
},
"description": "The location in the poll where this poll choice exists. The",
"parentName": "FeedPollChoice"
},
"text": {
"id": "ConnectApi.feedpollchoice.text",
"nodeType": "variable",
"name": "text",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "text",
"textToLower": "text",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_text_-1:0"
},
"order": 3,
"memberOrder": 3,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "keyword.modifier.access_public_-1:0"
},
"signature": "public String text",
"simplifiedSignature": "String text",
"datatype": {
"id": "ConnectApi.feedpollchoice.text.string",
"nodeType": "datatype",
"name": "String",
"order": 0,
"memberOrder": 0
},
"description": "Label text associated with the poll choice",
"parentName": "FeedPollChoice"
},
"votecount": {
"id": "ConnectApi.feedpollchoice.votecount",
"nodeType": "variable",
"name": "voteCount",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "voteCount",
"textToLower": "votecount",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_voteCount_-1:0"
},
"order": 4,
"memberOrder": 4,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "keyword.modifier.access_public_-1:0"
},
"signature": "public Integer voteCount",
"simplifiedSignature": "Integer voteCount",
"datatype": {
"id": "ConnectApi.feedpollchoice.votecount.integer",
"nodeType": "datatype",
"name": "Integer",
"order": 0,
"memberOrder": 0
},
"description": "Total number of votes for this poll choice",
"parentName": "FeedPollChoice"
},
"votecountratio": {
"id": "ConnectApi.feedpollchoice.votecountratio",
"nodeType": "variable",
"name": "voteCountRatio",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "voteCountRatio",
"textToLower": "votecountratio",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_voteCountRatio_-1:0"
},
"order": 5,
"memberOrder": 5,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "keyword.modifier.access_public_-1:0"
},
"signature": "public Double voteCountRatio",
"simplifiedSignature": "Double voteCountRatio",
"datatype": {
"id": "ConnectApi.feedpollchoice.votecountratio.double",
"nodeType": "datatype",
"name": "Double",
"order": 0,
"memberOrder": 0
},
"description": "The ratio of total number of votes for this poll choice to",
"parentName": "FeedPollChoice"
}
},
"methods": {},
"constructors": {},
"extendsType": "",
"implementTypes": [],
"implements": {},
"totalMembers": 5,
"queries": []
}