UNPKG

@aurahelper/languages

Version:

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

772 lines 20.8 kB
{ "id": "ConnectApi.basemanagedsocialaccount", "nodeType": "class", "name": "BaseManagedSocialAccount", "namespace": "ConnectApi", "startToken": { "type": "declaration.entity.name.class", "text": "BaseManagedSocialAccount", "textToLower": "basemanagedsocialaccount", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.class_BaseManagedSocialAccount_-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": "Base information describing a managed social account or fan page of a social network.", "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_connectapi_output_managed_social_account_base_output.htm", "classes": {}, "interfaces": {}, "enums": {}, "variables": { "defaultresponse": { "id": "ConnectApi.basemanagedsocialaccount.method.string defaultresponse", "nodeType": "variable", "name": "defaultResponse", "startToken": { "type": "declaration.entity.name.variable", "text": "defaultResponse​AccountId", "textToLower": "defaultresponse​accountid", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_defaultResponse​AccountId_-1:0" }, "parentId": "ConnectApi.basemanagedsocialaccount", "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 String defaultResponse", "simplifiedSignature": "String defaultResponse", "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": "BaseManagedSocialAccount" }, "displayname": { "id": "ConnectApi.basemanagedsocialaccount.method.string displayname", "nodeType": "variable", "name": "displayName", "startToken": { "type": "declaration.entity.name.variable", "text": "displayName", "textToLower": "displayname", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_displayName_-1:0" }, "parentId": "ConnectApi.basemanagedsocialaccount", "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 String displayName", "simplifiedSignature": "String displayName", "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": "BaseManagedSocialAccount" }, "externalpictureurl": { "id": "ConnectApi.basemanagedsocialaccount.method.string externalpictureurl", "nodeType": "variable", "name": "externalPictureUrl", "startToken": { "type": "declaration.entity.name.variable", "text": "externalPictureUrl", "textToLower": "externalpictureurl", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_externalPictureUrl_-1:0" }, "parentId": "ConnectApi.basemanagedsocialaccount", "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 String externalPictureUrl", "simplifiedSignature": "String externalPictureUrl", "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": "BaseManagedSocialAccount" }, "id": { "id": "ConnectApi.basemanagedsocialaccount.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.basemanagedsocialaccount", "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 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": "BaseManagedSocialAccount" }, "label": { "id": "ConnectApi.basemanagedsocialaccount.method.string label", "nodeType": "variable", "name": "label", "startToken": { "type": "declaration.entity.name.variable", "text": "label", "textToLower": "label", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_label_-1:0" }, "parentId": "ConnectApi.basemanagedsocialaccount", "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 label", "simplifiedSignature": "String label", "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": "BaseManagedSocialAccount" }, "profileurl": { "id": "ConnectApi.basemanagedsocialaccount.method.string 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" }, "parentId": "ConnectApi.basemanagedsocialaccount", "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 String profileUrl", "simplifiedSignature": "String profileUrl", "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": "BaseManagedSocialAccount" }, "socialnetwork": { "id": "ConnectApi.basemanagedsocialaccount.method.socialnetworkprovider socialnetwork", "nodeType": "variable", "name": "socialNetwork", "startToken": { "type": "declaration.entity.name.variable", "text": "socialNetwork", "textToLower": "socialnetwork", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_socialNetwork_-1:0" }, "parentId": "ConnectApi.basemanagedsocialaccount", "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 SocialNetworkProvider socialNetwork", "simplifiedSignature": "SocialNetworkProvider socialNetwork", "datatype": { "id": ".datatype.SocialNetworkProvider", "nodeType": "datatype", "name": "SocialNetworkProvider", "startToken": { "type": "datatype.custom.class", "text": "SocialNetworkProvider", "textToLower": "socialnetworkprovider", "isAux": false, "range": { "start": { "line": 0, "character": 19 }, "end": { "line": 0, "character": 40 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_SocialNetworkProvider_0:19" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "SocialNetworkProvider" }, "parentName": "BaseManagedSocialAccount" }, "uniquename": { "id": "ConnectApi.basemanagedsocialaccount.method.string uniquename", "nodeType": "variable", "name": "uniqueName", "startToken": { "type": "declaration.entity.name.variable", "text": "uniqueName", "textToLower": "uniquename", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_uniqueName_-1:0" }, "parentId": "ConnectApi.basemanagedsocialaccount", "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 uniqueName", "simplifiedSignature": "String uniqueName", "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": "BaseManagedSocialAccount" }, "username": { "id": "ConnectApi.basemanagedsocialaccount.method.string username", "nodeType": "variable", "name": "username", "startToken": { "type": "declaration.entity.name.variable", "text": "username", "textToLower": "username", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_username_-1:0" }, "parentId": "ConnectApi.basemanagedsocialaccount", "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 username", "simplifiedSignature": "String username", "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": "BaseManagedSocialAccount" } }, "methods": {}, "constructors": {}, "extendsType": "ConnectApi.​ManagedSocialAccount", "implementTypes": [], "implements": {}, "totalMembers": 9, "queries": [] }