UNPKG

@aurahelper/languages

Version:

Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more

310 lines 8.26 kB
{ "id": "ConnectApi.feedelementinput", "nodeType": "class", "name": "FeedElementInput", "namespace": "ConnectApi", "startToken": { "type": "declaration.entity.name.class", "text": "FeedElementInput", "textToLower": "feedelementinput", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.class_FeedElementInput_-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": "Feed elements are the top-level items that a feed contains. Feeds are feed element containers.", "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_connectapi_input_feed_element.htm", "classes": {}, "interfaces": {}, "enums": {}, "variables": { "capabilities": { "id": "ConnectApi.feedelementinput.method.capabilitiesinput capabilities", "nodeType": "variable", "name": "capabilities", "startToken": { "type": "declaration.entity.name.variable", "text": "capabilities", "textToLower": "capabilities", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_capabilities_-1:0" }, "parentId": "ConnectApi.feedelementinput", "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 CapabilitiesInput capabilities", "simplifiedSignature": "CapabilitiesInput capabilities", "datatype": { "id": ".datatype.CapabilitiesInput", "nodeType": "datatype", "name": "CapabilitiesInput", "startToken": { "type": "datatype.custom.class", "text": "CapabilitiesInput", "textToLower": "capabilitiesinput", "isAux": false, "range": { "start": { "line": 0, "character": 31 }, "end": { "line": 0, "character": 48 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_CapabilitiesInput_0:31" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "CapabilitiesInput" }, "parentName": "FeedElementInput" }, "feedelementtype": { "id": "ConnectApi.feedelementinput.method.feedelementtype feedelementtype", "nodeType": "variable", "name": "feedElementType", "startToken": { "type": "declaration.entity.name.variable", "text": "feedElementType", "textToLower": "feedelementtype", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_feedElementType_-1:0" }, "parentId": "ConnectApi.feedelementinput", "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 FeedElementType feedElementType", "simplifiedSignature": "FeedElementType feedElementType", "datatype": { "id": ".datatype.FeedElementType", "nodeType": "datatype", "name": "FeedElementType", "startToken": { "type": "datatype.custom.class", "text": "FeedElementType", "textToLower": "feedelementtype", "isAux": false, "range": { "start": { "line": 0, "character": 19 }, "end": { "line": 0, "character": 34 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_FeedElementType_0:19" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "FeedElementType" }, "parentName": "FeedElementInput" }, "subjectid": { "id": "ConnectApi.feedelementinput.method.string subjectid", "nodeType": "variable", "name": "subjectId", "startToken": { "type": "declaration.entity.name.variable", "text": "subjectId", "textToLower": "subjectid", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_subjectId_-1:0" }, "parentId": "ConnectApi.feedelementinput", "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 String subjectId", "simplifiedSignature": "String subjectId", "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": "FeedElementInput" } }, "methods": {}, "constructors": {}, "extendsType": "", "implementTypes": [], "implements": {}, "totalMembers": 3, "queries": [] }