UNPKG

@aurahelper/languages

Version:

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

1,311 lines 34.8 kB
{ "id": "ConnectApi.user​detail", "nodeType": "class", "name": "User​Detail", "namespace": "ConnectApi", "startToken": { "type": "declaration.entity.name.class", "text": "User​Detail", "textToLower": "user​detail", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.class_User​Detail_-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": "", "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_connectapi_output_user_detail.htm", "classes": {}, "interfaces": {}, "enums": {}, "variables": { "aboutme": { "id": "ConnectApi.user​detail.method.string aboutme", "nodeType": "variable", "name": "aboutMe", "startToken": { "type": "declaration.entity.name.variable", "text": "aboutMe", "textToLower": "aboutme", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_aboutMe_-1:0" }, "parentId": "ConnectApi.user​detail", "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 aboutMe", "simplifiedSignature": "String aboutMe", "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": "User​Detail" }, "address": { "id": "ConnectApi.user​detail.method.address address", "nodeType": "variable", "name": "address", "startToken": { "type": "declaration.entity.name.variable", "text": "address", "textToLower": "address", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_address_-1:0" }, "parentId": "ConnectApi.user​detail", "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 Address address", "simplifiedSignature": "Address address", "datatype": { "id": ".datatype.Address", "nodeType": "datatype", "name": "Address", "startToken": { "type": "datatype.support.class", "text": "Address", "textToLower": "address", "isAux": false, "range": { "start": { "line": 0, "character": 19 }, "end": { "line": 0, "character": 26 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Address_0:19" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "Address" }, "parentName": "User​Detail" }, "bannerphoto": { "id": "ConnectApi.user​detail.method.bannerphoto bannerphoto", "nodeType": "variable", "name": "bannerPhoto", "startToken": { "type": "declaration.entity.name.variable", "text": "bannerPhoto", "textToLower": "bannerphoto", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_bannerPhoto_-1:0" }, "parentId": "ConnectApi.user​detail", "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 BannerPhoto bannerPhoto", "simplifiedSignature": "BannerPhoto bannerPhoto", "datatype": { "id": ".datatype.BannerPhoto", "nodeType": "datatype", "name": "BannerPhoto", "startToken": { "type": "datatype.custom.class", "text": "BannerPhoto", "textToLower": "bannerphoto", "isAux": false, "range": { "start": { "line": 0, "character": 19 }, "end": { "line": 0, "character": 30 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_BannerPhoto_0:19" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "BannerPhoto" }, "parentName": "User​Detail" }, "chatteractivity": { "id": "ConnectApi.user​detail.method.activity chatteractivity", "nodeType": "variable", "name": "chatterActivity", "startToken": { "type": "declaration.entity.name.variable", "text": "chatterActivity", "textToLower": "chatteractivity", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_chatterActivity_-1:0" }, "parentId": "ConnectApi.user​detail", "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 Activity chatterActivity", "simplifiedSignature": "Activity chatterActivity", "datatype": { "id": ".datatype.Activity", "nodeType": "datatype", "name": "Activity", "startToken": { "type": "datatype.custom.class", "text": "Activity", "textToLower": "activity", "isAux": false, "range": { "start": { "line": 0, "character": 27 }, "end": { "line": 0, "character": 35 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Activity_0:27" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "Activity" }, "parentName": "User​Detail" }, "chatterinfluence": { "id": "ConnectApi.user​detail.method.influence chatterinfluence", "nodeType": "variable", "name": "chatterInfluence", "startToken": { "type": "declaration.entity.name.variable", "text": "chatterInfluence", "textToLower": "chatterinfluence", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_chatterInfluence_-1:0" }, "parentId": "ConnectApi.user​detail", "order": 5, "memberOrder": 5, "accessModifier": { "type": "keyword.modifier.access", "text": "Global", "textToLower": "global", "isAux": false, "range": { "start": { "line": 0, "character": 19 }, "end": { "line": 0, "character": 25 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Global_0:19" }, "signature": "global Influence chatterInfluence", "simplifiedSignature": "Influence chatterInfluence", "datatype": { "id": ".datatype.Influence", "nodeType": "datatype", "name": "Influence", "startToken": { "type": "datatype.custom.class", "text": "Influence", "textToLower": "influence", "isAux": false, "range": { "start": { "line": 0, "character": 26 }, "end": { "line": 0, "character": 35 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Influence_0:26" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "Influence" }, "parentName": "User​Detail" }, "email": { "id": "ConnectApi.user​detail.method.string email", "nodeType": "variable", "name": "email", "startToken": { "type": "declaration.entity.name.variable", "text": "email", "textToLower": "email", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_email_-1:0" }, "parentId": "ConnectApi.user​detail", "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 email", "simplifiedSignature": "String email", "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": "User​Detail" }, "followerscount": { "id": "ConnectApi.user​detail.method.integer followerscount", "nodeType": "variable", "name": "followersCount", "startToken": { "type": "declaration.entity.name.variable", "text": "followersCount", "textToLower": "followerscount", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_followersCount_-1:0" }, "parentId": "ConnectApi.user​detail", "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 Integer followersCount", "simplifiedSignature": "Integer followersCount", "datatype": { "id": ".datatype.Integer", "nodeType": "datatype", "name": "Integer", "startToken": { "type": "datatype.primitive", "text": "Integer", "textToLower": "integer", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 14 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Integer_0:7" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "Integer" }, "parentName": "User​Detail" }, "followingcounts": { "id": "ConnectApi.user​detail.method.counts followingcounts", "nodeType": "variable", "name": "followingCounts", "startToken": { "type": "declaration.entity.name.variable", "text": "followingCounts", "textToLower": "followingcounts", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_followingCounts_-1:0" }, "parentId": "ConnectApi.user​detail", "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 Counts followingCounts", "simplifiedSignature": "Counts followingCounts", "datatype": { "id": ".datatype.Counts", "nodeType": "datatype", "name": "Counts", "startToken": { "type": "datatype.custom.class", "text": "Counts", "textToLower": "counts", "isAux": false, "range": { "start": { "line": 0, "character": 29 }, "end": { "line": 0, "character": 35 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Counts_0:29" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "Counts" }, "parentName": "User​Detail" }, "groupcount": { "id": "ConnectApi.user​detail.method.integer groupcount", "nodeType": "variable", "name": "groupCount", "startToken": { "type": "declaration.entity.name.variable", "text": "groupCount", "textToLower": "groupcount", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_groupCount_-1:0" }, "parentId": "ConnectApi.user​detail", "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 Integer groupCount", "simplifiedSignature": "Integer groupCount", "datatype": { "id": ".datatype.Integer", "nodeType": "datatype", "name": "Integer", "startToken": { "type": "datatype.primitive", "text": "Integer", "textToLower": "integer", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 14 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Integer_0:7" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "Integer" }, "parentName": "User​Detail" }, "haschatter": { "id": "ConnectApi.user​detail.method.boolean haschatter", "nodeType": "variable", "name": "hasChatter", "startToken": { "type": "declaration.entity.name.variable", "text": "hasChatter", "textToLower": "haschatter", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_hasChatter_-1:0" }, "parentId": "ConnectApi.user​detail", "order": 10, "memberOrder": 10, "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 Boolean hasChatter", "simplifiedSignature": "Boolean hasChatter", "datatype": { "id": ".datatype.Boolean", "nodeType": "datatype", "name": "Boolean", "startToken": { "type": "datatype.primitive", "text": "Boolean", "textToLower": "boolean", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 14 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Boolean_0:7" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "Boolean" }, "parentName": "User​Detail" }, "isactive": { "id": "ConnectApi.user​detail.method.boolean isactive", "nodeType": "variable", "name": "isActive", "startToken": { "type": "declaration.entity.name.variable", "text": "isActive", "textToLower": "isactive", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_isActive_-1:0" }, "parentId": "ConnectApi.user​detail", "order": 11, "memberOrder": 11, "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 Boolean isActive", "simplifiedSignature": "Boolean isActive", "datatype": { "id": ".datatype.Boolean", "nodeType": "datatype", "name": "Boolean", "startToken": { "type": "datatype.primitive", "text": "Boolean", "textToLower": "boolean", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 14 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Boolean_0:7" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "Boolean" }, "parentName": "User​Detail" }, "managerid": { "id": "ConnectApi.user​detail.method.string managerid", "nodeType": "variable", "name": "managerId", "startToken": { "type": "declaration.entity.name.variable", "text": "managerId", "textToLower": "managerid", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_managerId_-1:0" }, "parentId": "ConnectApi.user​detail", "order": 12, "memberOrder": 12, "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 managerId", "simplifiedSignature": "String managerId", "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": "User​Detail" }, "managername": { "id": "ConnectApi.user​detail.method.string managername", "nodeType": "variable", "name": "managerName", "startToken": { "type": "declaration.entity.name.variable", "text": "managerName", "textToLower": "managername", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_managerName_-1:0" }, "parentId": "ConnectApi.user​detail", "order": 13, "memberOrder": 13, "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 managerName", "simplifiedSignature": "String managerName", "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": "User​Detail" }, "phonenumbers": { "id": "ConnectApi.user​detail.method.connectapi. phonenumbers", "nodeType": "variable", "name": "phoneNumbers", "startToken": { "type": "declaration.entity.name.variable", "text": "phoneNumbers", "textToLower": "phonenumbers", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_phoneNumbers_-1:0" }, "parentId": "ConnectApi.user​detail", "order": 14, "memberOrder": 14, "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 ConnectApi. phoneNumbers", "simplifiedSignature": "ConnectApi. phoneNumbers", "datatype": { "id": ".datatype.ConnectApi.", "nodeType": "datatype", "name": "ConnectApi.", "startToken": { "type": "datatype.support.namespace", "text": "ConnectApi", "textToLower": "connectapi", "isAux": false, "range": { "start": { "line": 0, "character": 12 }, "end": { "line": 0, "character": 22 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_ConnectApi_0:12" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "ConnectApi." }, "parentName": "User​Detail" }, "thanksreceived": { "id": "ConnectApi.user​detail.method.integer thanksreceived", "nodeType": "variable", "name": "thanksReceived", "startToken": { "type": "declaration.entity.name.variable", "text": "thanksReceived", "textToLower": "thanksreceived", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_thanksReceived_-1:0" }, "parentId": "ConnectApi.user​detail", "order": 15, "memberOrder": 15, "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 Integer thanksReceived", "simplifiedSignature": "Integer thanksReceived", "datatype": { "id": ".datatype.Integer", "nodeType": "datatype", "name": "Integer", "startToken": { "type": "datatype.primitive", "text": "Integer", "textToLower": "integer", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 14 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Integer_0:7" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "Integer" }, "parentName": "User​Detail" }, "username": { "id": "ConnectApi.user​detail.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.user​detail", "order": 16, "memberOrder": 16, "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": "User​Detail" } }, "methods": {}, "constructors": {}, "extendsType": "ConnectApi.User", "implementTypes": [], "implements": {}, "totalMembers": 16, "queries": [] }