UNPKG

@aurahelper/languages

Version:

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

359 lines 9.64 kB
{ "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": { "externalsocial​accountid": { "id": "ConnectApi.​socialaccount.externalsocial​accountid", "nodeType": "variable", "name": "externalSocial​AccountId", "startToken": { "type": "declaration.entity.name.variable", "text": "externalSocial​AccountId", "textToLower": "externalsocial​accountid", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_externalSocial​AccountId_-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 externalSocial​AccountId", "simplifiedSignature": "String externalSocial​AccountId", "datatype": { "id": "ConnectApi.​socialaccount.externalsocial​accountid.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": [] }