@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
1,628 lines (1,627 loc) • 138 kB
JSON
{
"id": "ConnectApi.userprofiles",
"nodeType": "class",
"name": "UserProfiles",
"namespace": "ConnectApi",
"startToken": {
"type": "declaration.entity.name.class",
"text": "UserProfiles",
"textToLower": "userprofiles",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_UserProfiles_-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": "Access user profile data. The user profile data populates the profile page (also called the Chatter profile page). This data includes user information (such as address, manager, and phone number), some user capabilities (permissions), and a set of subtab apps, which are custom tabs on the profile page.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_ConnectAPI_UserProfiles_static_methods.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {},
"methods": {
"deletebannerphoto(string,string)": {
"id": "ConnectApi.userprofiles.method.deletebannerphoto(string,string)",
"nodeType": "method",
"name": "deleteBannerPhoto",
"startToken": {
"type": "declaration.entity.name.function",
"text": "deleteBannerPhoto",
"textToLower": "deletebannerphoto",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_deleteBannerPhoto_-1:0"
},
"parentId": "ConnectApi.userprofiles",
"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 Void deleteBannerPhoto(String communityId, String userId)",
"overrideSignature": "public static override Void deleteBannerPhoto(String communityId, String userId)",
"simplifiedSignature": "deleteBannerPhoto(String,String)",
"datatype": {
"id": "ConnectApi.userprofiles.deletebannerphoto.datatype.Void",
"nodeType": "datatype",
"name": "Void",
"startToken": {
"type": "datatype.primitive",
"text": "Void",
"textToLower": "void",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 14
},
"end": {
"line": 0,
"character": 18
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Void_0:14"
},
"parentId": "ConnectApi.userprofiles.deletebannerphoto",
"order": 0,
"memberOrder": 0,
"type": "Void"
},
"description": "Delete a user’s banner photo.",
"parentName": "UserProfiles",
"variables": {},
"params": {
"communityid": {
"id": "ConnectApi.userprofiles.method.deletebannerphoto(string,string).varParam.communityid",
"nodeType": "variable",
"name": "communityId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 44
},
"end": {
"line": 0,
"character": 55
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:44"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 44
},
"end": {
"line": 0,
"character": 55
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:44"
},
"parentId": "ConnectApi.userprofiles.method.deletebannerphoto(string,string)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.userprofiles.deletebannerphoto.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 37
},
"end": {
"line": 0,
"character": 43
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:37"
},
"parentId": "ConnectApi.userprofiles.deletebannerphoto",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"userid": {
"id": "ConnectApi.userprofiles.method.deletebannerphoto(string,string).varParam.userid",
"nodeType": "variable",
"name": "userId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "userId",
"textToLower": "userid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 64
},
"end": {
"line": 0,
"character": 70
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_userId_0:64"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "userId",
"textToLower": "userid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 64
},
"end": {
"line": 0,
"character": 70
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_userId_0:64"
},
"parentId": "ConnectApi.userprofiles.method.deletebannerphoto(string,string)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "ConnectApi.userprofiles.deletebannerphoto.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 57
},
"end": {
"line": 0,
"character": 63
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:57"
},
"parentId": "ConnectApi.userprofiles.deletebannerphoto",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Use either the ID for a community, internal, or null. ID of the user.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"deletephoto(string,string)": {
"id": "ConnectApi.userprofiles.method.deletephoto(string,string)",
"nodeType": "method",
"name": "deletePhoto",
"startToken": {
"type": "declaration.entity.name.function",
"text": "deletePhoto",
"textToLower": "deletephoto",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_deletePhoto_-1:0"
},
"parentId": "ConnectApi.userprofiles",
"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 Void deletePhoto(String communityId, String userId)",
"overrideSignature": "public static override Void deletePhoto(String communityId, String userId)",
"simplifiedSignature": "deletePhoto(String,String)",
"datatype": {
"id": "ConnectApi.userprofiles.deletephoto.datatype.Void",
"nodeType": "datatype",
"name": "Void",
"startToken": {
"type": "datatype.primitive",
"text": "Void",
"textToLower": "void",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 14
},
"end": {
"line": 0,
"character": 18
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Void_0:14"
},
"parentId": "ConnectApi.userprofiles.deletephoto",
"order": 0,
"memberOrder": 0,
"type": "Void"
},
"description": "Delete a user’s photo.",
"parentName": "UserProfiles",
"variables": {},
"params": {
"communityid": {
"id": "ConnectApi.userprofiles.method.deletephoto(string,string).varParam.communityid",
"nodeType": "variable",
"name": "communityId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 38
},
"end": {
"line": 0,
"character": 49
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:38"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 38
},
"end": {
"line": 0,
"character": 49
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:38"
},
"parentId": "ConnectApi.userprofiles.method.deletephoto(string,string)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.userprofiles.deletephoto.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 31
},
"end": {
"line": 0,
"character": 37
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:31"
},
"parentId": "ConnectApi.userprofiles.deletephoto",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"userid": {
"id": "ConnectApi.userprofiles.method.deletephoto(string,string).varParam.userid",
"nodeType": "variable",
"name": "userId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "userId",
"textToLower": "userid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 58
},
"end": {
"line": 0,
"character": 64
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_userId_0:58"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "userId",
"textToLower": "userid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 58
},
"end": {
"line": 0,
"character": 64
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_userId_0:58"
},
"parentId": "ConnectApi.userprofiles.method.deletephoto(string,string)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "ConnectApi.userprofiles.deletephoto.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 51
},
"end": {
"line": 0,
"character": 57
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:51"
},
"parentId": "ConnectApi.userprofiles.deletephoto",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Use either the ID for a community, internal, or null. The ID for the context user or the keyword me.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"getbannerphoto(string,string)": {
"id": "ConnectApi.userprofiles.method.getbannerphoto(string,string)",
"nodeType": "method",
"name": "getBannerPhoto",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getBannerPhoto",
"textToLower": "getbannerphoto",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getBannerPhoto_-1:0"
},
"parentId": "ConnectApi.userprofiles",
"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.BannerPhoto getBannerPhoto(String communityId, String userId)",
"overrideSignature": "public static override ConnectApi.BannerPhoto getBannerPhoto(String communityId, String userId)",
"simplifiedSignature": "getBannerPhoto(String,String)",
"datatype": {
"id": "ConnectApi.userprofiles.getbannerphoto.datatype.ConnectApi.BannerPhoto",
"nodeType": "datatype",
"name": "ConnectApi.BannerPhoto",
"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.userprofiles.getbannerphoto",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.BannerPhoto"
},
"description": "Get a user’s banner photo.",
"parentName": "UserProfiles",
"variables": {},
"params": {
"communityid": {
"id": "ConnectApi.userprofiles.method.getbannerphoto(string,string).varParam.communityid",
"nodeType": "variable",
"name": "communityId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 59
},
"end": {
"line": 0,
"character": 70
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:59"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 59
},
"end": {
"line": 0,
"character": 70
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:59"
},
"parentId": "ConnectApi.userprofiles.method.getbannerphoto(string,string)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.userprofiles.getbannerphoto.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 52
},
"end": {
"line": 0,
"character": 58
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:52"
},
"parentId": "ConnectApi.userprofiles.getbannerphoto",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"userid": {
"id": "ConnectApi.userprofiles.method.getbannerphoto(string,string).varParam.userid",
"nodeType": "variable",
"name": "userId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "userId",
"textToLower": "userid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 79
},
"end": {
"line": 0,
"character": 85
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_userId_0:79"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "userId",
"textToLower": "userid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 79
},
"end": {
"line": 0,
"character": 85
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_userId_0:79"
},
"parentId": "ConnectApi.userprofiles.method.getbannerphoto(string,string)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "ConnectApi.userprofiles.getbannerphoto.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 72
},
"end": {
"line": 0,
"character": 78
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:72"
},
"parentId": "ConnectApi.userprofiles.getbannerphoto",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Use either the ID for a community, internal, or null. ID of the user.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"getphoto(string,string)": {
"id": "ConnectApi.userprofiles.method.getphoto(string,string)",
"nodeType": "method",
"name": "getPhoto",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getPhoto",
"textToLower": "getphoto",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getPhoto_-1:0"
},
"parentId": "ConnectApi.userprofiles",
"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.Photo getPhoto(String communityId, String userId)",
"overrideSignature": "public static override ConnectApi.Photo getPhoto(String communityId, String userId)",
"simplifiedSignature": "getPhoto(String,String)",
"datatype": {
"id": "ConnectApi.userprofiles.getphoto.datatype.ConnectApi.Photo",
"nodeType": "datatype",
"name": "ConnectApi.Photo",
"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.userprofiles.getphoto",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.Photo"
},
"description": "Get a user’s photo.",
"parentName": "UserProfiles",
"variables": {},
"params": {
"communityid": {
"id": "ConnectApi.userprofiles.method.getphoto(string,string).varParam.communityid",
"nodeType": "variable",
"name": "communityId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 47
},
"end": {
"line": 0,
"character": 58
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:47"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 47
},
"end": {
"line": 0,
"character": 58
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:47"
},
"parentId": "ConnectApi.userprofiles.method.getphoto(string,string)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.userprofiles.getphoto.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 40
},
"end": {
"line": 0,
"character": 46
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:40"
},
"parentId": "ConnectApi.userprofiles.getphoto",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"userid": {
"id": "ConnectApi.userprofiles.method.getphoto(string,string).varParam.userid",
"nodeType": "variable",
"name": "userId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "userId",
"textToLower": "userid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 67
},
"end": {
"line": 0,
"character": 73
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_userId_0:67"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "userId",
"textToLower": "userid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 67
},
"end": {
"line": 0,
"character": 73
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_userId_0:67"
},
"parentId": "ConnectApi.userprofiles.method.getphoto(string,string)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "ConnectApi.userprofiles.getphoto.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 60
},
"end": {
"line": 0,
"character": 66
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:60"
},
"parentId": "ConnectApi.userprofiles.getphoto",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Use either the ID for a community, internal, or null. The ID for a user.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"getuserprofile(string,string)": {
"id": "ConnectApi.userprofiles.method.getuserprofile(string,string)",
"nodeType": "method",
"name": "getUserProfile",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getUserProfile",
"textToLower": "getuserprofile",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getUserProfile_-1:0"
},
"parentId": "ConnectApi.userprofiles",
"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.UserProfile getUserProfile(String communityId, String userId)",
"overrideSignature": "public static override ConnectApi.UserProfile getUserProfile(String communityId, String userId)",
"simplifiedSignature": "getUserProfile(String,String)",
"datatype": {
"id": "ConnectApi.userprofiles.getuserprofile.datatype.ConnectApi.UserProfile",
"nodeType": "datatype",
"name": "ConnectApi.UserProfile",
"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.userprofiles.getuserprofile",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.UserProfile"
},
"description": "Get the user profile of the context user.",
"parentName": "UserProfiles",
"variables": {},
"params": {
"communityid": {
"id": "ConnectApi.userprofiles.method.getuserprofile(string,string).varParam.communityid",
"nodeType": "variable",
"name": "communityId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 59
},
"end": {
"line": 0,
"character": 70
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:59"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 59
},
"end": {
"line": 0,
"character": 70
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:59"
},
"parentId": "ConnectApi.userprofiles.method.getuserprofile(string,string)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.userprofiles.getuserprofile.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 52
},
"end": {
"line": 0,
"character": 58
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:52"
},
"parentId": "ConnectApi.userprofiles.getuserprofile",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"userid": {
"id": "ConnectApi.userprofiles.method.getuserprofile(string,string).varParam.userid",
"nodeType": "variable",
"name": "userId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "userId",
"textToLower": "userid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 79
},
"end": {
"line": 0,
"character": 85
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_userId_0:79"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "userId",
"textToLower": "userid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 79
},
"end": {
"line": 0,
"character": 85
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_userId_0:79"
},
"parentId": "ConnectApi.userprofiles.method.getuserprofile(string,string)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "ConnectApi.userprofiles.getuserprofile.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 72
},
"end": {
"line": 0,
"character": 78
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:72"
},
"parentId": "ConnectApi.userprofiles.getuserprofile",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Use either the ID for a community, internal, or null. The ID for a user.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"setbannerphoto(string,string,string,integer)": {
"id": "ConnectApi.userprofiles.method.setbannerphoto(string,string,string,integer)",
"nodeType": "method",
"name": "setBannerPhoto",
"startToken": {
"type": "declaration.entity.name.function",
"text": "setBannerPhoto",
"textToLower": "setbannerphoto",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_setBannerPhoto_-1:0"
},
"parentId": "ConnectApi.userprofiles",
"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.BannerPhoto setBannerPhoto(String communityId, String userId, String fileId, Integer versionNumber)",
"overrideSignature": "public static override ConnectApi.BannerPhoto setBannerPhoto(String communityId, String userId, String fileId, Integer versionNumber)",
"simplifiedSignature": "setBannerPhoto(String,String,String,Integer)",
"datatype": {
"id": "ConnectApi.userprofiles.setbannerphoto.datatype.ConnectApi.BannerPhoto",
"nodeType": "datatype",
"name": "ConnectApi.BannerPhoto",
"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.userprofiles.setbannerphoto",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.BannerPhoto"
},
"description": "Set an uploaded file as a user’s banner photo.",
"parentName": "UserProfiles",
"variables": {},
"params": {
"communityid": {
"id": "ConnectApi.userprofiles.method.setbannerphoto(string,string,string,integer).varParam.communityid",
"nodeType": "variable",
"name": "communityId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 59
},
"end": {
"line": 0,
"character": 70
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:59"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 59
},
"end": {
"line": 0,
"character": 70
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:59"
},
"parentId": "ConnectApi.userprofiles.method.setbannerphoto(string,string,string,integer)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.userprofiles.setbannerphoto.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 52
},
"end": {
"line": 0,
"character": 58
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:52"
},
"parentId": "ConnectApi.userprofiles.setbannerphoto",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"userid": {
"id": "ConnectApi.userprofiles.method.setbannerphoto(string,string,string,integer).varParam.userid",
"nodeType": "variable",
"name": "userId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "userId",
"textToLower": "userid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 79
},
"end": {
"line": 0,
"character": 85
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_userId_0:79"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "userId",
"textToLower": "userid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 79
},
"end": {
"line": 0,
"character": 85
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_userId_0:79"
},
"parentId": "ConnectApi.userprofiles.method.setbannerphoto(string,string,string,integer)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "ConnectApi.userprofiles.setbannerphoto.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 72
},
"end": {
"line": 0,
"character": 78
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:72"
},
"parentId": "ConnectApi.userprofiles.setbannerphoto",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"fileid": {
"id": "ConnectApi.userprofiles.method.setbannerphoto(string,string,string,integer).varParam.fileid",
"nodeType": "variable",
"name": "fileId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "fileId",
"textToLower": "fileid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 94
},
"end": {
"line": 0,
"character": 100
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_fileId_0:94"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "fileId",
"textToLower": "fileid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 94
},
"end": {
"line": 0,
"character": 100
},