@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
359 lines • 9.64 kB
JSON
{
"id": "ConnectApi.socialaccount",
"nodeType": "class",
"name": "SocialAccount",
"namespace": "ConnectApi",
"startToken": {
"type": "declaration.entity.name.class",
"text": "SocialAccount",
"textToLower": "socialaccount",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_SocialAccount_-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": "A social account on a social network.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_connectapi_output_social_account.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {
"externalsocialaccountid": {
"id": "ConnectApi.socialaccount.externalsocialaccountid",
"nodeType": "variable",
"name": "externalSocialAccountId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "externalSocialAccountId",
"textToLower": "externalsocialaccountid",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_externalSocialAccountId_-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 externalSocialAccountId",
"simplifiedSignature": "String externalSocialAccountId",
"datatype": {
"id": "ConnectApi.socialaccount.externalsocialaccountid.string",
"nodeType": "datatype",
"name": "String",
"order": 0,
"memberOrder": 0
},
"description": "ID of the external social account, if",
"parentName": "SocialAccount"
},
"handle": {
"id": "ConnectApi.socialaccount.handle",
"nodeType": "variable",
"name": "handle",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "handle",
"textToLower": "handle",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_handle_-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 handle",
"simplifiedSignature": "String handle",
"datatype": {
"id": "ConnectApi.socialaccount.handle.string",
"nodeType": "datatype",
"name": "String",
"order": 0,
"memberOrder": 0
},
"description": "Social handle, screen name, or alias that identifies this",
"parentName": "SocialAccount"
},
"name": {
"id": "ConnectApi.socialaccount.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": 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 name",
"simplifiedSignature": "String name",
"datatype": {
"id": "ConnectApi.socialaccount.name.string",
"nodeType": "datatype",
"name": "String",
"order": 0,
"memberOrder": 0
},
"description": "Name of the account as defined by the account's",
"parentName": "SocialAccount"
},
"profileurl": {
"id": "ConnectApi.socialaccount.profileurl",
"nodeType": "variable",
"name": "profileUrl",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "profileUrl",
"textToLower": "profileurl",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_profileUrl_-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 String profileUrl",
"simplifiedSignature": "String profileUrl",
"datatype": {
"id": "ConnectApi.socialaccount.profileurl.string",
"nodeType": "datatype",
"name": "String",
"order": 0,
"memberOrder": 0
},
"description": "URL to the account's profile.",
"parentName": "SocialAccount"
},
"socialpersonaid": {
"id": "ConnectApi.socialaccount.socialpersonaid",
"nodeType": "variable",
"name": "socialPersonaId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "socialPersonaId",
"textToLower": "socialpersonaid",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_socialPersonaId_-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 String socialPersonaId",
"simplifiedSignature": "String socialPersonaId",
"datatype": {
"id": "ConnectApi.socialaccount.socialpersonaid.string",
"nodeType": "datatype",
"name": "String",
"order": 0,
"memberOrder": 0
},
"description": "ID of the social persona account, if the external",
"parentName": "SocialAccount"
}
},
"methods": {},
"constructors": {},
"extendsType": "",
"implementTypes": [],
"implements": {},
"totalMembers": 5,
"queries": []
}