@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
1,568 lines • 115 kB
JSON
{
"id": "ConnectApi.socialengagement",
"nodeType": "class",
"name": "SocialEngagement",
"namespace": "ConnectApi",
"startToken": {
"type": "declaration.entity.name.class",
"text": "SocialEngagement",
"textToLower": "socialengagement",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_SocialEngagement_-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": "Manage information about social accounts or fan pages for social networks.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_ConnectAPI_SocialEngagement_static_methods.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {},
"methods": {
"deletesocialpost(string,string)": {
"id": "ConnectApi.socialengagement.method.deletesocialpost(string,string)",
"nodeType": "method",
"name": "deleteSocialPost",
"startToken": {
"type": "declaration.entity.name.function",
"text": "deleteSocialPost",
"textToLower": "deletesocialpost",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_deleteSocialPost_-1:0"
},
"parentId": "ConnectApi.socialengagement",
"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"
},
"static": {
"type": "keyword.modifier.static",
"text": "static",
"textToLower": "static",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 13
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_static_0:7"
},
"signature": "public static ConnectApi.DeleteSocialPostIntent deleteSocialPost(String socialPostId, String socialAccountId)",
"overrideSignature": "public static override ConnectApi.DeleteSocialPostIntent deleteSocialPost(String socialPostId, String socialAccountId)",
"simplifiedSignature": "deleteSocialPost(String,String)",
"datatype": {
"id": "ConnectApi.socialengagement.deletesocialpost.datatype.ConnectApi.DeleteSocialPostIntent",
"nodeType": "datatype",
"name": "ConnectApi.DeleteSocialPostIntent",
"startToken": {
"type": "datatype.support.namespace",
"text": "ConnectApi",
"textToLower": "connectapi",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 14
},
"end": {
"line": 0,
"character": 24
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_ConnectApi_0:14"
},
"parentId": "ConnectApi.socialengagement.deletesocialpost",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.DeleteSocialPostIntent"
},
"description": "Delete a social post from its social network.",
"parentName": "SocialEngagement",
"variables": {},
"params": {
"socialpostid": {
"id": "ConnectApi.socialengagement.method.deletesocialpost(string,string).varParam.socialpostid",
"nodeType": "variable",
"name": "socialPostId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "socialPostId",
"textToLower": "socialpostid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 72
},
"end": {
"line": 0,
"character": 84
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_socialPostId_0:72"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "socialPostId",
"textToLower": "socialpostid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 72
},
"end": {
"line": 0,
"character": 84
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_socialPostId_0:72"
},
"parentId": "ConnectApi.socialengagement.method.deletesocialpost(string,string)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.socialengagement.deletesocialpost.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 65
},
"end": {
"line": 0,
"character": 71
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:65"
},
"parentId": "ConnectApi.socialengagement.deletesocialpost",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"socialaccountid": {
"id": "ConnectApi.socialengagement.method.deletesocialpost(string,string).varParam.socialaccountid",
"nodeType": "variable",
"name": "socialAccountId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "socialAccountId",
"textToLower": "socialaccountid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 93
},
"end": {
"line": 0,
"character": 108
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_socialAccountId_0:93"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "socialAccountId",
"textToLower": "socialaccountid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 93
},
"end": {
"line": 0,
"character": 108
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_socialAccountId_0:93"
},
"parentId": "ConnectApi.socialengagement.method.deletesocialpost(string,string)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "ConnectApi.socialengagement.deletesocialpost.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 86
},
"end": {
"line": 0,
"character": 92
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:86"
},
"parentId": "ConnectApi.socialengagement.deletesocialpost",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "ID of the social post to delete. ID of the social account that deletes the post.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"followsocialpersona(string,string)": {
"id": "ConnectApi.socialengagement.method.followsocialpersona(string,string)",
"nodeType": "method",
"name": "followSocialPersona",
"startToken": {
"type": "declaration.entity.name.function",
"text": "followSocialPersona",
"textToLower": "followsocialpersona",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_followSocialPersona_-1:0"
},
"parentId": "ConnectApi.socialengagement",
"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"
},
"static": {
"type": "keyword.modifier.static",
"text": "static",
"textToLower": "static",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 13
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_static_0:7"
},
"signature": "public static ConnectApi.FollowSocialPersonaIntent followSocialPersona(String socialPersonaId, String socialAccountId)",
"overrideSignature": "public static override ConnectApi.FollowSocialPersonaIntent followSocialPersona(String socialPersonaId, String socialAccountId)",
"simplifiedSignature": "followSocialPersona(String,String)",
"datatype": {
"id": "ConnectApi.socialengagement.followsocialpersona.datatype.ConnectApi.FollowSocialPersonaIntent",
"nodeType": "datatype",
"name": "ConnectApi.FollowSocialPersonaIntent",
"startToken": {
"type": "datatype.support.namespace",
"text": "ConnectApi",
"textToLower": "connectapi",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 14
},
"end": {
"line": 0,
"character": 24
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_ConnectApi_0:14"
},
"parentId": "ConnectApi.socialengagement.followsocialpersona",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.FollowSocialPersonaIntent"
},
"description": "Follow a social persona in its social network.",
"parentName": "SocialEngagement",
"variables": {},
"params": {
"socialpersonaid": {
"id": "ConnectApi.socialengagement.method.followsocialpersona(string,string).varParam.socialpersonaid",
"nodeType": "variable",
"name": "socialPersonaId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "socialPersonaId",
"textToLower": "socialpersonaid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 78
},
"end": {
"line": 0,
"character": 93
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_socialPersonaId_0:78"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "socialPersonaId",
"textToLower": "socialpersonaid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 78
},
"end": {
"line": 0,
"character": 93
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_socialPersonaId_0:78"
},
"parentId": "ConnectApi.socialengagement.method.followsocialpersona(string,string)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.socialengagement.followsocialpersona.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 71
},
"end": {
"line": 0,
"character": 77
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:71"
},
"parentId": "ConnectApi.socialengagement.followsocialpersona",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"socialaccountid": {
"id": "ConnectApi.socialengagement.method.followsocialpersona(string,string).varParam.socialaccountid",
"nodeType": "variable",
"name": "socialAccountId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "socialAccountId",
"textToLower": "socialaccountid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 102
},
"end": {
"line": 0,
"character": 117
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_socialAccountId_0:102"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "socialAccountId",
"textToLower": "socialaccountid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 102
},
"end": {
"line": 0,
"character": 117
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_socialAccountId_0:102"
},
"parentId": "ConnectApi.socialengagement.method.followsocialpersona(string,string)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "ConnectApi.socialengagement.followsocialpersona.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 95
},
"end": {
"line": 0,
"character": 101
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:95"
},
"parentId": "ConnectApi.socialengagement.followsocialpersona",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "ID of the social persona to follow. ID of the social account that follows the social persona.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"followsocialpostpersona(string,string)": {
"id": "ConnectApi.socialengagement.method.followsocialpostpersona(string,string)",
"nodeType": "method",
"name": "followSocialPostPersona",
"startToken": {
"type": "declaration.entity.name.function",
"text": "followSocialPostPersona",
"textToLower": "followsocialpostpersona",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_followSocialPostPersona_-1:0"
},
"parentId": "ConnectApi.socialengagement",
"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"
},
"static": {
"type": "keyword.modifier.static",
"text": "static",
"textToLower": "static",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 13
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_static_0:7"
},
"signature": "public static ConnectApi.FollowSocialPersonaIntent followSocialPostPersona(String socialPostId, String socialAccountId)",
"overrideSignature": "public static override ConnectApi.FollowSocialPersonaIntent followSocialPostPersona(String socialPostId, String socialAccountId)",
"simplifiedSignature": "followSocialPostPersona(String,String)",
"datatype": {
"id": "ConnectApi.socialengagement.followsocialpostpersona.datatype.ConnectApi.FollowSocialPersonaIntent",
"nodeType": "datatype",
"name": "ConnectApi.FollowSocialPersonaIntent",
"startToken": {
"type": "datatype.support.namespace",
"text": "ConnectApi",
"textToLower": "connectapi",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 14
},
"end": {
"line": 0,
"character": 24
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_ConnectApi_0:14"
},
"parentId": "ConnectApi.socialengagement.followsocialpostpersona",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.FollowSocialPersonaIntent"
},
"description": "Follow a social persona on a social post in its social network.",
"parentName": "SocialEngagement",
"variables": {},
"params": {
"socialpostid": {
"id": "ConnectApi.socialengagement.method.followsocialpostpersona(string,string).varParam.socialpostid",
"nodeType": "variable",
"name": "socialPostId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "socialPostId",
"textToLower": "socialpostid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 82
},
"end": {
"line": 0,
"character": 94
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_socialPostId_0:82"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "socialPostId",
"textToLower": "socialpostid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 82
},
"end": {
"line": 0,
"character": 94
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_socialPostId_0:82"
},
"parentId": "ConnectApi.socialengagement.method.followsocialpostpersona(string,string)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.socialengagement.followsocialpostpersona.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 75
},
"end": {
"line": 0,
"character": 81
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:75"
},
"parentId": "ConnectApi.socialengagement.followsocialpostpersona",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"socialaccountid": {
"id": "ConnectApi.socialengagement.method.followsocialpostpersona(string,string).varParam.socialaccountid",
"nodeType": "variable",
"name": "socialAccountId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "socialAccountId",
"textToLower": "socialaccountid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 103
},
"end": {
"line": 0,
"character": 118
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_socialAccountId_0:103"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "socialAccountId",
"textToLower": "socialaccountid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 103
},
"end": {
"line": 0,
"character": 118
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_socialAccountId_0:103"
},
"parentId": "ConnectApi.socialengagement.method.followsocialpostpersona(string,string)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "ConnectApi.socialengagement.followsocialpostpersona.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 96
},
"end": {
"line": 0,
"character": 102
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:96"
},
"parentId": "ConnectApi.socialengagement.followsocialpostpersona",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "ID of the social post authored by the social persona to follow. ID of the social account that follows the social persona.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"getintents(string)": {
"id": "ConnectApi.socialengagement.method.getintents(string)",
"nodeType": "method",
"name": "getIntents",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getIntents",
"textToLower": "getintents",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getIntents_-1:0"
},
"parentId": "ConnectApi.socialengagement",
"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"
},
"static": {
"type": "keyword.modifier.static",
"text": "static",
"textToLower": "static",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 13
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_static_0:7"
},
"signature": "public static ConnectApi.SocialPostIntents getIntents(String socialPostId)",
"overrideSignature": "public static override ConnectApi.SocialPostIntents getIntents(String socialPostId)",
"simplifiedSignature": "getIntents(String)",
"datatype": {
"id": "ConnectApi.socialengagement.getintents.datatype.ConnectApi.SocialPostIntents",
"nodeType": "datatype",
"name": "ConnectApi.SocialPostIntents",
"startToken": {
"type": "datatype.support.namespace",
"text": "ConnectApi",
"textToLower": "connectapi",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 14
},
"end": {
"line": 0,
"character": 24
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_ConnectApi_0:14"
},
"parentId": "ConnectApi.socialengagement.getintents",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.SocialPostIntents"
},
"description": "Get available intents for a social post.",
"parentName": "SocialEngagement",
"variables": {},
"params": {
"socialpostid": {
"id": "ConnectApi.socialengagement.method.getintents(string).varParam.socialpostid",
"nodeType": "variable",
"name": "socialPostId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "socialPostId",
"textToLower": "socialpostid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 61
},
"end": {
"line": 0,
"character": 73
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_socialPostId_0:61"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "socialPostId",
"textToLower": "socialpostid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 61
},
"end": {
"line": 0,
"character": 73
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_socialPostId_0:61"
},
"parentId": "ConnectApi.socialengagement.method.getintents(string)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.socialengagement.getintents.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 54
},
"end": {
"line": 0,
"character": 60
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:54"
},
"parentId": "ConnectApi.socialengagement.getintents",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "ID of a social post.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"getmanagedsocialaccount(string)": {
"id": "ConnectApi.socialengagement.method.getmanagedsocialaccount(string)",
"nodeType": "method",
"name": "getManagedSocialAccount",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getManagedSocialAccount",
"textToLower": "getmanagedsocialaccount",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getManagedSocialAccount_-1:0"
},
"parentId": "ConnectApi.socialengagement",
"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"
},
"static": {
"type": "keyword.modifier.static",
"text": "static",
"textToLower": "static",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 13
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_static_0:7"
},
"signature": "public static ConnectApi.ManagedSocialAccount getManagedSocialAccount(String id)",
"overrideSignature": "public static override ConnectApi.ManagedSocialAccount getManagedSocialAccount(String id)",
"simplifiedSignature": "getManagedSocialAccount(String)",
"datatype": {
"id": "ConnectApi.socialengagement.getmanagedsocialaccount.datatype.ConnectApi.ManagedSocialAccount",
"nodeType": "datatype",
"name": "ConnectApi.ManagedSocialAccount",
"startToken": {
"type": "datatype.support.namespace",
"text": "ConnectApi",
"textToLower": "connectapi",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 14
},
"end": {
"line": 0,
"character": 24
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_ConnectApi_0:14"
},
"parentId": "ConnectApi.socialengagement.getmanagedsocialaccount",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.ManagedSocialAccount"
},
"description": "Get a managed social account that is in the org and assigned to the user.",
"parentName": "SocialEngagement",
"variables": {},
"params": {
"id": {
"id": "ConnectApi.socialengagement.method.getmanagedsocialaccount(string).varParam.id",
"nodeType": "variable",
"name": "id",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "id",
"textToLower": "id",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 77
},
"end": {
"line": 0,
"character": 79
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_id_0:77"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "id",
"textToLower": "id",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 77
},
"end": {
"line": 0,
"character": 79
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_id_0:77"
},
"parentId": "ConnectApi.socialengagement.method.getmanagedsocialaccount(string)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.socialengagement.getmanagedsocialaccount.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 70
},
"end": {
"line": 0,
"character": 76
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:70"
},
"parentId": "ConnectApi.socialengagement.getmanagedsocialaccount",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Description: Internal SFDC ID for this managed social account.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"getmanagedsocialaccounts()": {
"id": "ConnectApi.socialengagement.method.getmanagedsocialaccounts()",
"nodeType": "method",
"name": "getManagedSocialAccounts",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getManagedSocialAccounts",
"textToLower": "getmanagedsocialaccounts",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getManagedSocialAccounts_-1:0"
},
"parentId": "ConnectApi.socialengagement",
"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"
},
"static": {
"type": "keyword.modifier.static",
"text": "static",
"textToLower": "static",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 13
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_static_0:7"
},
"signature": "public static ConnectApi.ManagedSocialAccounts getManagedSocialAccounts()",
"overrideSignature": "public static override ConnectApi.ManagedSocialAccounts getManagedSocialAccounts()",
"simplifiedSignature": "getManagedSocialAccounts()",
"datatype": {
"id": "ConnectApi.socialengagement.getmanagedsocialaccounts.datatype.ConnectApi.ManagedSocialAccounts",
"nodeType": "datatype",
"name": "ConnectApi.ManagedSocialAccounts",
"startToken": {
"type": "datatype.support.namespace",
"text": "ConnectApi",
"textToLower": "connectapi",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 14
},
"end": {
"line": 0,
"character": 24
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_ConnectApi_0:14"
},
"parentId": "ConnectApi.socialengagement.getmanagedsocialaccounts",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.ManagedSocialAccounts"
},
"description": "Gets a list of managed social accounts that are in the org and assigned to the user.",
"parentName": "SocialEngagement",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getmanagedsocialaccounts(connectapi.socialnetworkprovider)": {
"id": "ConnectApi.socialengagement.method.getmanagedsocialaccounts(connectapi.socialnetworkprovider)",
"nodeType": "method",
"name": "getManagedSocialAccounts",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getManagedSocialAccounts",
"textToLower": "getmanagedsocialaccounts",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getManagedSocialAccounts_-1:0"
},
"parentId": "ConnectApi.socialengagement",
"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"
},
"static": {
"type": "keyword.modifier.static",
"text": "static",
"textToLower": "static",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 13
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_static_0:7"
},
"signature": "public static ConnectApi.ManagedSocialAccounts getManagedSocialAccounts(ConnectApi.SocialNetworkProvider socialNetwork)",
"overrideSignature": "public static override ConnectApi.ManagedSocialAccounts getManagedSocialAccounts(ConnectApi.SocialNetworkProvider socialNetwork)",
"simplifiedSignature": "getManagedSocialAccounts(ConnectApi.SocialNetworkProvider)",
"datatype": {
"id": "ConnectApi.socialengagement.getmanagedsocialaccounts.datatype.ConnectApi.ManagedSocialAccounts",
"nodeType": "datatype",
"name": "ConnectApi.ManagedSocialAccounts",
"startToken": {
"type": "datatype.support.namespace",
"text": "ConnectApi",
"textToLower": "connectapi",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 14
},
"end": {
"line": 0,
"character": 24
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_ConnectApi_0:14"
},
"parentId": "ConnectApi.socialengagement.getmanagedsocialaccounts",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.ManagedSocialAccounts"
},
"description": "Get a list of managed social accounts that are in the org and assigned to the user.",
"parentName": "SocialEngagement",
"variables": {},
"params": {
"socialnetwork": {
"id": "ConnectApi.socialengagement.method.getmanagedsocialaccounts(connectapi.socialnetworkprovider).varParam.socialnetwork",
"nodeType": "variable",
"name": "socialNetwork",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "socialNetwork",
"textToLower": "socialnetwork",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 105
},
"end": {
"line": 0,
"character": 118
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_socialNetwork_0:105"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "socialNetwork",
"textToLower": "socialnetwork",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 105
},
"end": {
"line": 0,
"character": 118
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_socialNetwork_0:105"
},
"parentId": "ConnectApi.socialengagement.method.getmanagedsocialaccounts(connectapi.socialnetworkprovider)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.socialengagement.getmanagedsocialaccounts.datatype.ConnectApi.SocialNetworkProvider",
"nodeType": "datatype",
"name": "ConnectApi.SocialNetworkProvider",
"startToken": {
"type": "datatype.support.namespace",
"text": "ConnectApi",
"textToLower": "connectapi",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 72
},
"end": {
"line": 0,
"character": 82
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_ConnectApi_0:72"
},
"parentId": "ConnectApi.socialengagement.getmanagedsocialaccounts",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.SocialNetworkProvider"
},
"description": "Description: Filters results based on the social network. Values are: Facebook GooglePlus Instagram InstagramBusiness KakaoTalk Kik Line LinkedIn Messenger Other Pinterest QQ Rypple SinaWeibo SMS Snapchat Telegram Twitter VKontakte WeChat WhatsApp YouTube",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"getrelationship(string,string)": {
"id": "ConnectApi.socialengagement.method.getrelationship(string,string)",
"nodeType": "method",
"name": "getRelationship",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getRelationship",
"textToLower": "getrelationship",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getRelationship_-1:0"
},
"parentId": "ConnectApi.socialengagement",
"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"
},
"static": {
"type": "keyword.modifier.static",
"text": "static",
"textToLower": "static",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 13
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_static_0:7"
},
"signature": "public static ConnectApi.SocialAccountRelationship getRelationship(String id, String socialPersonaId)",
"overrideSignature": "public static override ConnectApi.SocialAccountRelationship getRelationship(String id, String socialPersonaId)",
"simplifiedSignature": "getRelationship(String,String)",
"datatype": {
"id": "ConnectApi.socialengagement.getrelationship.datatype.ConnectApi.SocialAccountRelationship",
"nodeType": "datatype",
"name": "ConnectApi.SocialAccountRelationship",
"startToken": {
"type": "datatype.support.namespace",
"text": "ConnectApi",
"textToLower": "connectapi",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 14
},
"end": {
"line": 0,
"character": 24
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_ConnectApi_0:14"
},
"parentId": "ConnectApi.socialengagement.getrelationship",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.SocialAccountRelationship"
},
"description": "Get the follow relations