UNPKG

@aurahelper/languages

Version:

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

772 lines 20.5 kB
{ "id": "ConnectApi.feedentitysummary", "nodeType": "class", "name": "FeedEntitySummary", "namespace": "ConnectApi", "startToken": { "type": "declaration.entity.name.class", "text": "FeedEntitySummary", "textToLower": "feedentitysummary", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.class_FeedEntitySummary_-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": "The summary of a feed entity that is shared with a feed element.", "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_connectapi_output_feed_entity_summary.htm", "classes": {}, "interfaces": {}, "enums": {}, "variables": { "actor": { "id": "ConnectApi.feedentitysummary.method.connectapi.actor actor", "nodeType": "variable", "name": "actor", "startToken": { "type": "declaration.entity.name.variable", "text": "actor", "textToLower": "actor", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_actor_-1:0" }, "parentId": "ConnectApi.feedentitysummary", "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 ConnectApi.Actor actor", "simplifiedSignature": "ConnectApi.Actor actor", "datatype": { "id": ".datatype.ConnectApi.Actor", "nodeType": "datatype", "name": "ConnectApi.Actor", "startToken": { "type": "datatype.support.namespace", "text": "ConnectApi", "textToLower": "connectapi", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 17 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_ConnectApi_0:7" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "ConnectApi.Actor" }, "parentName": "FeedEntitySummary" }, "body": { "id": "ConnectApi.feedentitysummary.method.feedbody body", "nodeType": "variable", "name": "body", "startToken": { "type": "declaration.entity.name.variable", "text": "body", "textToLower": "body", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_body_-1:0" }, "parentId": "ConnectApi.feedentitysummary", "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 FeedBody body", "simplifiedSignature": "FeedBody body", "datatype": { "id": ".datatype.FeedBody", "nodeType": "datatype", "name": "FeedBody", "startToken": { "type": "datatype.custom.class", "text": "FeedBody", "textToLower": "feedbody", "isAux": false, "range": { "start": { "line": 0, "character": 19 }, "end": { "line": 0, "character": 27 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_FeedBody_0:19" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "FeedBody" }, "parentName": "FeedEntitySummary" }, "createddate": { "id": "ConnectApi.feedentitysummary.method.datetime createddate", "nodeType": "variable", "name": "createdDate", "startToken": { "type": "declaration.entity.name.variable", "text": "createdDate", "textToLower": "createddate", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_createdDate_-1:0" }, "parentId": "ConnectApi.feedentitysummary", "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 Datetime createdDate", "simplifiedSignature": "Datetime createdDate", "datatype": { "id": ".datatype.Datetime", "nodeType": "datatype", "name": "Datetime", "startToken": { "type": "datatype.primitive", "text": "Datetime", "textToLower": "datetime", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 15 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Datetime_0:7" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "Datetime" }, "parentName": "FeedEntitySummary" }, "feedelementtype": { "id": "ConnectApi.feedentitysummary.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.feedentitysummary", "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 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": "FeedEntitySummary" }, "id": { "id": "ConnectApi.feedentitysummary.method.string 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" }, "parentId": "ConnectApi.feedentitysummary", "order": 5, "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 String id", "simplifiedSignature": "String id", "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": "FeedEntitySummary" }, "isentityavailable": { "id": "ConnectApi.feedentitysummary.method.boolean isentityavailable", "nodeType": "variable", "name": "isEntityAvailable", "startToken": { "type": "declaration.entity.name.variable", "text": "isEntityAvailable", "textToLower": "isentityavailable", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_isEntityAvailable_-1:0" }, "parentId": "ConnectApi.feedentitysummary", "order": 6, "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 Boolean isEntityAvailable", "simplifiedSignature": "Boolean isEntityAvailable", "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": "FeedEntitySummary" }, "parent": { "id": "ConnectApi.feedentitysummary.method.actorwithid parent", "nodeType": "variable", "name": "parent", "startToken": { "type": "declaration.entity.name.variable", "text": "parent", "textToLower": "parent", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_parent_-1:0" }, "parentId": "ConnectApi.feedentitysummary", "order": 7, "memberOrder": 7, "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 ActorWithId parent", "simplifiedSignature": "ActorWithId parent", "datatype": { "id": ".datatype.ActorWithId", "nodeType": "datatype", "name": "ActorWithId", "startToken": { "type": "datatype.custom.class", "text": "ActorWithId", "textToLower": "actorwithid", "isAux": false, "range": { "start": { "line": 0, "character": 19 }, "end": { "line": 0, "character": 30 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_ActorWithId_0:19" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "ActorWithId" }, "parentName": "FeedEntitySummary" }, "relativecreateddate": { "id": "ConnectApi.feedentitysummary.method.string relativecreateddate", "nodeType": "variable", "name": "relativeCreatedDate", "startToken": { "type": "declaration.entity.name.variable", "text": "relativeCreatedDate", "textToLower": "relativecreateddate", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_relativeCreatedDate_-1:0" }, "parentId": "ConnectApi.feedentitysummary", "order": 8, "memberOrder": 8, "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 relativeCreatedDate", "simplifiedSignature": "String relativeCreatedDate", "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": "FeedEntitySummary" }, "url": { "id": "ConnectApi.feedentitysummary.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.feedentitysummary", "order": 9, "memberOrder": 9, "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": "FeedEntitySummary" } }, "methods": {}, "constructors": {}, "extendsType": "", "implementTypes": [], "implements": {}, "totalMembers": 9, "queries": [] }