@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
1,031 lines • 28.6 kB
JSON
{
"id": "ConnectApi.socialpostcapability",
"nodeType": "class",
"name": "SocialPostCapability",
"namespace": "ConnectApi",
"startToken": {
"type": "declaration.entity.name.class",
"text": "SocialPostCapability",
"textToLower": "socialpostcapability",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_SocialPostCapability_-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 can interact with a social post on a social network.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_connectapi_output_social_post_capability.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {
"author": {
"id": "ConnectApi.socialpostcapability.author",
"nodeType": "variable",
"name": "author",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "author",
"textToLower": "author",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_author_-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 ConnectApi.SocialAccount author",
"simplifiedSignature": "ConnectApi.SocialAccount author",
"datatype": {
"id": "ConnectApi.socialpostcapability.author.connectapi.socialaccount",
"nodeType": "datatype",
"name": "ConnectApi.SocialAccount",
"order": 0,
"memberOrder": 0
},
"description": "Social account that authored the social post.",
"parentName": "SocialPostCapability"
},
"content": {
"id": "ConnectApi.socialpostcapability.content",
"nodeType": "variable",
"name": "content",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "content",
"textToLower": "content",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_content_-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 String content",
"simplifiedSignature": "String content",
"datatype": {
"id": "ConnectApi.socialpostcapability.content.string",
"nodeType": "datatype",
"name": "String",
"order": 0,
"memberOrder": 0
},
"description": "Content body of the social post.",
"parentName": "SocialPostCapability"
},
"deletedby": {
"id": "ConnectApi.socialpostcapability.deletedby",
"nodeType": "variable",
"name": "deletedBy",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "deletedBy",
"textToLower": "deletedby",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_deletedBy_-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 ConnectApi.UserSummary Class deletedBy",
"simplifiedSignature": "Class deletedBy",
"datatype": {
"id": "ConnectApi.socialpostcapability.deletedby.class",
"nodeType": "datatype",
"name": "Class",
"order": 0,
"memberOrder": 0
},
"description": "User who deleted the social post.",
"parentName": "SocialPostCapability"
},
"hiddenby": {
"id": "ConnectApi.socialpostcapability.hiddenby",
"nodeType": "variable",
"name": "hiddenBy",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "hiddenBy",
"textToLower": "hiddenby",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_hiddenBy_-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 ConnectApi.UserSummary Class hiddenBy",
"simplifiedSignature": "Class hiddenBy",
"datatype": {
"id": "ConnectApi.socialpostcapability.hiddenby.class",
"nodeType": "datatype",
"name": "Class",
"order": 0,
"memberOrder": 0
},
"description": "User who hid the social post.",
"parentName": "SocialPostCapability"
},
"icon": {
"id": "ConnectApi.socialpostcapability.icon",
"nodeType": "variable",
"name": "icon",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "icon",
"textToLower": "icon",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_icon_-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 ConnectApi.Icon Class icon",
"simplifiedSignature": "Class icon",
"datatype": {
"id": "ConnectApi.socialpostcapability.icon.class",
"nodeType": "datatype",
"name": "Class",
"order": 0,
"memberOrder": 0
},
"description": "Icon of the social network.",
"parentName": "SocialPostCapability"
},
"id": {
"id": "ConnectApi.socialpostcapability.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": 6,
"memberOrder": 6,
"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.socialpostcapability.id.string",
"nodeType": "datatype",
"name": "String",
"order": 0,
"memberOrder": 0
},
"description": "ID associated with the social post Salesforce record.",
"parentName": "SocialPostCapability"
},
"isoutbound": {
"id": "ConnectApi.socialpostcapability.isoutbound",
"nodeType": "variable",
"name": "isOutbound",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "isOutbound",
"textToLower": "isoutbound",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_isOutbound_-1:0"
},
"order": 7,
"memberOrder": 7,
"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 Boolean isOutbound",
"simplifiedSignature": "Boolean isOutbound",
"datatype": {
"id": "ConnectApi.socialpostcapability.isoutbound.boolean",
"nodeType": "datatype",
"name": "Boolean",
"order": 0,
"memberOrder": 0
},
"description": "If true, the social",
"parentName": "SocialPostCapability"
},
"likedby": {
"id": "ConnectApi.socialpostcapability.likedby",
"nodeType": "variable",
"name": "likedBy",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "likedBy",
"textToLower": "likedby",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_likedBy_-1:0"
},
"order": 8,
"memberOrder": 8,
"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 likedBy",
"simplifiedSignature": "String likedBy",
"datatype": {
"id": "ConnectApi.socialpostcapability.likedby.string",
"nodeType": "datatype",
"name": "String",
"order": 0,
"memberOrder": 0
},
"description": "External social account who liked the social",
"parentName": "SocialPostCapability"
},
"messagetype": {
"id": "ConnectApi.socialpostcapability.messagetype",
"nodeType": "variable",
"name": "messageType",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "messageType",
"textToLower": "messagetype",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_messageType_-1:0"
},
"order": 9,
"memberOrder": 9,
"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 ConnectApi.SocialPostMessageType messageType",
"simplifiedSignature": "ConnectApi.SocialPostMessageType messageType",
"datatype": {
"id": "ConnectApi.socialpostcapability.messagetype.connectapi.socialpostmessagetype",
"nodeType": "datatype",
"name": "ConnectApi.SocialPostMessageType",
"order": 0,
"memberOrder": 0
},
"description": "",
"parentName": "SocialPostCapability"
},
"name": {
"id": "ConnectApi.socialpostcapability.name",
"nodeType": "variable",
"name": "name",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "name",
"textToLower": "name",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_name_-1:0"
},
"order": 10,
"memberOrder": 10,
"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 name",
"simplifiedSignature": "String name",
"datatype": {
"id": "ConnectApi.socialpostcapability.name.string",
"nodeType": "datatype",
"name": "String",
"order": 0,
"memberOrder": 0
},
"description": "Title or heading of the social post.",
"parentName": "SocialPostCapability"
},
"posturl": {
"id": "ConnectApi.socialpostcapability.posturl",
"nodeType": "variable",
"name": "postUrl",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "postUrl",
"textToLower": "posturl",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_postUrl_-1:0"
},
"order": 11,
"memberOrder": 11,
"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 postUrl",
"simplifiedSignature": "String postUrl",
"datatype": {
"id": "ConnectApi.socialpostcapability.posturl.string",
"nodeType": "datatype",
"name": "String",
"order": 0,
"memberOrder": 0
},
"description": "External URL to the social post on the social",
"parentName": "SocialPostCapability"
},
"provider": {
"id": "ConnectApi.socialpostcapability.provider",
"nodeType": "variable",
"name": "provider",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "provider",
"textToLower": "provider",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_provider_-1:0"
},
"order": 12,
"memberOrder": 12,
"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 ConnectApi.SocialNetworkProvider provider",
"simplifiedSignature": "ConnectApi.SocialNetworkProvider provider",
"datatype": {
"id": "ConnectApi.socialpostcapability.provider.connectapi.socialnetworkprovider",
"nodeType": "datatype",
"name": "ConnectApi.SocialNetworkProvider",
"order": 0,
"memberOrder": 0
},
"description": "",
"parentName": "SocialPostCapability"
},
"recipient": {
"id": "ConnectApi.socialpostcapability.recipient",
"nodeType": "variable",
"name": "recipient",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "recipient",
"textToLower": "recipient",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_recipient_-1:0"
},
"order": 13,
"memberOrder": 13,
"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 ConnectApi.SocialAccount recipient",
"simplifiedSignature": "ConnectApi.SocialAccount recipient",
"datatype": {
"id": "ConnectApi.socialpostcapability.recipient.connectapi.socialaccount",
"nodeType": "datatype",
"name": "ConnectApi.SocialAccount",
"order": 0,
"memberOrder": 0
},
"description": "Social account that is the recipient of the social",
"parentName": "SocialPostCapability"
},
"recipientid": {
"id": "ConnectApi.socialpostcapability.recipientid",
"nodeType": "variable",
"name": "recipientId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "recipientId",
"textToLower": "recipientid",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_recipientId_-1:0"
},
"order": 14,
"memberOrder": 14,
"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 recipientId",
"simplifiedSignature": "String recipientId",
"datatype": {
"id": "ConnectApi.socialpostcapability.recipientid.string",
"nodeType": "datatype",
"name": "String",
"order": 0,
"memberOrder": 0
},
"description": "ID of the recipient of the social post.",
"parentName": "SocialPostCapability"
},
"reviewscale": {
"id": "ConnectApi.socialpostcapability.reviewscale",
"nodeType": "variable",
"name": "reviewScale",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "reviewScale",
"textToLower": "reviewscale",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_reviewScale_-1:0"
},
"order": 15,
"memberOrder": 15,
"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 reviewScale",
"simplifiedSignature": "Double reviewScale",
"datatype": {
"id": "ConnectApi.socialpostcapability.reviewscale.double",
"nodeType": "datatype",
"name": "Double",
"order": 0,
"memberOrder": 0
},
"description": "Review scale of the social post.",
"parentName": "SocialPostCapability"
},
"reviewscore": {
"id": "ConnectApi.socialpostcapability.reviewscore",
"nodeType": "variable",
"name": "reviewScore",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "reviewScore",
"textToLower": "reviewscore",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_reviewScore_-1:0"
},
"order": 16,
"memberOrder": 16,
"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 reviewScore",
"simplifiedSignature": "Double reviewScore",
"datatype": {
"id": "ConnectApi.socialpostcapability.reviewscore.double",
"nodeType": "datatype",
"name": "Double",
"order": 0,
"memberOrder": 0
},
"description": "Review score of the social post.",
"parentName": "SocialPostCapability"
},
"status": {
"id": "ConnectApi.socialpostcapability.status",
"nodeType": "variable",
"name": "status",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "status",
"textToLower": "status",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_status_-1:0"
},
"order": 17,
"memberOrder": 17,
"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 ConnectApi.SocialPostStatus status",
"simplifiedSignature": "ConnectApi.SocialPostStatus status",
"datatype": {
"id": "ConnectApi.socialpostcapability.status.connectapi.socialpoststatus",
"nodeType": "datatype",
"name": "ConnectApi.SocialPostStatus",
"order": 0,
"memberOrder": 0
},
"description": "Status of the social post.",
"parentName": "SocialPostCapability"
}
},
"methods": {},
"constructors": {},
"extendsType": "ConnectApi.FeedElementCapabilities",
"implementTypes": [],
"implements": {},
"totalMembers": 17,
"queries": []
}