UNPKG

@aurahelper/languages

Version:

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

1,617 lines (1,616 loc) 432 kB
{ "id": "ConnectApi.chatterusers", "nodeType": "class", "name": "ChatterUsers", "namespace": "ConnectApi", "startToken": { "type": "declaration.entity.name.class", "text": "ChatterUsers", "textToLower": "chatterusers", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.class_ChatterUsers_-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 information about users, such as activity, followers, subscriptions, files, and groups.", "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_ConnectAPI_ChatterUsers_static_methods.htm", "classes": {}, "interfaces": {}, "enums": {}, "variables": {}, "methods": { "deletephoto(string,string)": { "id": "ConnectApi.chatterusers.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.chatterusers", "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 deletePhoto(String communityId, String userId)", "overrideSignature": "public static override Void deletePhoto(String communityId, String userId)", "simplifiedSignature": "deletePhoto(String,String)", "datatype": { "id": "ConnectApi.chatterusers.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.chatterusers.deletephoto", "order": 0, "memberOrder": 0, "type": "Void" }, "description": "Delete a user’s photo.", "parentName": "ChatterUsers", "variables": {}, "params": { "communityid": { "id": "ConnectApi.chatterusers.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.chatterusers.method.deletephoto(string,string)", "order": 1, "memberOrder": 1, "datatype": { "id": "ConnectApi.chatterusers.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.chatterusers.deletephoto", "order": 0, "memberOrder": 0, "type": "String" }, "scope": null }, "userid": { "id": "ConnectApi.chatterusers.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.chatterusers.method.deletephoto(string,string)", "order": 2, "memberOrder": 2, "datatype": { "id": "ConnectApi.chatterusers.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.chatterusers.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": [] }, "exportuseractivities(string,string)": { "id": "ConnectApi.chatterusers.method.exportuseractivities(string,string)", "nodeType": "method", "name": "exportUserActivities", "startToken": { "type": "declaration.entity.name.function", "text": "exportUserActivities", "textToLower": "exportuseractivities", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_exportUserActivities_-1:0" }, "parentId": "ConnectApi.chatterusers", "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 ConnectApi.UserActivitiesJob exportUserActivities(String communityId, String userId)", "overrideSignature": "public static override ConnectApi.UserActivitiesJob exportUserActivities(String communityId, String userId)", "simplifiedSignature": "exportUserActivities(String,String)", "datatype": { "id": "ConnectApi.chatterusers.exportuseractivities.datatype.ConnectApi.UserActivitiesJob", "nodeType": "datatype", "name": "ConnectApi.UserActivitiesJob", "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.chatterusers.exportuseractivities", "order": 0, "memberOrder": 0, "type": "ConnectApi.UserActivitiesJob" }, "description": "Export Chatter-related user activity, such as bookmarks, topic endorsements, and votes.", "parentName": "ChatterUsers", "variables": {}, "params": { "communityid": { "id": "ConnectApi.chatterusers.method.exportuseractivities(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": 71 }, "end": { "line": 0, "character": 82 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_communityId_0:71" }, "endToken": { "type": "declaration.entity.name.variable", "text": "communityId", "textToLower": "communityid", "isAux": false, "range": { "start": { "line": 0, "character": 71 }, "end": { "line": 0, "character": 82 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_communityId_0:71" }, "parentId": "ConnectApi.chatterusers.method.exportuseractivities(string,string)", "order": 1, "memberOrder": 1, "datatype": { "id": "ConnectApi.chatterusers.exportuseractivities.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 64 }, "end": { "line": 0, "character": 70 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:64" }, "parentId": "ConnectApi.chatterusers.exportuseractivities", "order": 0, "memberOrder": 0, "type": "String" }, "scope": null }, "userid": { "id": "ConnectApi.chatterusers.method.exportuseractivities(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": 91 }, "end": { "line": 0, "character": 97 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_userId_0:91" }, "endToken": { "type": "declaration.entity.name.variable", "text": "userId", "textToLower": "userid", "isAux": false, "range": { "start": { "line": 0, "character": 91 }, "end": { "line": 0, "character": 97 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_userId_0:91" }, "parentId": "ConnectApi.chatterusers.method.exportuseractivities(string,string)", "order": 2, "memberOrder": 2, "datatype": { "id": "ConnectApi.chatterusers.exportuseractivities.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 84 }, "end": { "line": 0, "character": 90 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:84" }, "parentId": "ConnectApi.chatterusers.exportuseractivities", "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": [] }, "follow(string,string,string)": { "id": "ConnectApi.chatterusers.method.follow(string,string,string)", "nodeType": "method", "name": "follow", "startToken": { "type": "declaration.entity.name.function", "text": "follow", "textToLower": "follow", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_follow_-1:0" }, "parentId": "ConnectApi.chatterusers", "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.Subscription follow(String communityId, String userId, String subjectId)", "overrideSignature": "public static override ConnectApi.Subscription follow(String communityId, String userId, String subjectId)", "simplifiedSignature": "follow(String,String,String)", "datatype": { "id": "ConnectApi.chatterusers.follow.datatype.ConnectApi.Subscription", "nodeType": "datatype", "name": "ConnectApi.Subscription", "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.chatterusers.follow", "order": 0, "memberOrder": 0, "type": "ConnectApi.Subscription" }, "description": "Follow a user or record.", "parentName": "ChatterUsers", "variables": {}, "params": { "communityid": { "id": "ConnectApi.chatterusers.method.follow(string,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": 52 }, "end": { "line": 0, "character": 63 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_communityId_0:52" }, "endToken": { "type": "declaration.entity.name.variable", "text": "communityId", "textToLower": "communityid", "isAux": false, "range": { "start": { "line": 0, "character": 52 }, "end": { "line": 0, "character": 63 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_communityId_0:52" }, "parentId": "ConnectApi.chatterusers.method.follow(string,string,string)", "order": 1, "memberOrder": 1, "datatype": { "id": "ConnectApi.chatterusers.follow.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 45 }, "end": { "line": 0, "character": 51 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:45" }, "parentId": "ConnectApi.chatterusers.follow", "order": 0, "memberOrder": 0, "type": "String" }, "scope": null }, "userid": { "id": "ConnectApi.chatterusers.method.follow(string,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": 72 }, "end": { "line": 0, "character": 78 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_userId_0:72" }, "endToken": { "type": "declaration.entity.name.variable", "text": "userId", "textToLower": "userid", "isAux": false, "range": { "start": { "line": 0, "character": 72 }, "end": { "line": 0, "character": 78 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_userId_0:72" }, "parentId": "ConnectApi.chatterusers.method.follow(string,string,string)", "order": 2, "memberOrder": 2, "datatype": { "id": "ConnectApi.chatterusers.follow.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 65 }, "end": { "line": 0, "character": 71 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:65" }, "parentId": "ConnectApi.chatterusers.follow", "order": 0, "memberOrder": 0, "type": "String" }, "scope": null }, "subjectid": { "id": "ConnectApi.chatterusers.method.follow(string,string,string).varParam.subjectid", "nodeType": "variable", "name": "subjectId", "startToken": { "type": "declaration.entity.name.variable", "text": "subjectId", "textToLower": "subjectid", "isAux": false, "range": { "start": { "line": 0, "character": 87 }, "end": { "line": 0, "character": 96 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_subjectId_0:87" }, "endToken": { "type": "declaration.entity.name.variable", "text": "subjectId", "textToLower": "subjectid", "isAux": false, "range": { "start": { "line": 0, "character": 87 }, "end": { "line": 0, "character": 96 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_subjectId_0:87" }, "parentId": "ConnectApi.chatterusers.method.follow(string,string,string)", "order": 3, "memberOrder": 3, "datatype": { "id": "ConnectApi.chatterusers.follow.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 80 }, "end": { "line": 0, "character": 86 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:80" }, "parentId": "ConnectApi.chatterusers.follow", "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. ID of the user or record to follow.", "scope": null } }, "queries": [], "exceptions": [] }, "getchattersettings(string,string)": { "id": "ConnectApi.chatterusers.method.getchattersettings(string,string)", "nodeType": "method", "name": "getChatterSettings", "startToken": { "type": "declaration.entity.name.function", "text": "getChatterSettings", "textToLower": "getchattersettings", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getChatterSettings_-1:0" }, "parentId": "ConnectApi.chatterusers", "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.UserChatterSettings getChatterSettings(String communityId, String userId)", "overrideSignature": "public static override ConnectApi.UserChatterSettings getChatterSettings(String communityId, String userId)", "simplifiedSignature": "getChatterSettings(String,String)", "datatype": { "id": "ConnectApi.chatterusers.getchattersettings.datatype.ConnectApi.UserChatterSettings", "nodeType": "datatype", "name": "ConnectApi.UserChatterSettings", "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.chatterusers.getchattersettings", "order": 0, "memberOrder": 0, "type": "ConnectApi.UserChatterSettings" }, "description": "Get the default Chatter settings for a user.", "parentName": "ChatterUsers", "variables": {}, "params": { "communityid": { "id": "ConnectApi.chatterusers.method.getchattersettings(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": 71 }, "end": { "line": 0, "character": 82 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_communityId_0:71" }, "endToken": { "type": "declaration.entity.name.variable", "text": "communityId", "textToLower": "communityid", "isAux": false, "range": { "start": { "line": 0, "character": 71 }, "end": { "line": 0, "character": 82 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_communityId_0:71" }, "parentId": "ConnectApi.chatterusers.method.getchattersettings(string,string)", "order": 1, "memberOrder": 1, "datatype": { "id": "ConnectApi.chatterusers.getchattersettings.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 64 }, "end": { "line": 0, "character": 70 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:64" }, "parentId": "ConnectApi.chatterusers.getchattersettings", "order": 0, "memberOrder": 0, "type": "String" }, "scope": null }, "userid": { "id": "ConnectApi.chatterusers.method.getchattersettings(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": 91 }, "end": { "line": 0, "character": 97 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_userId_0:91" }, "endToken": { "type": "declaration.entity.name.variable", "text": "userId", "textToLower": "userid", "isAux": false, "range": { "start": { "line": 0, "character": 91 }, "end": { "line": 0, "character": 97 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_userId_0:91" }, "parentId": "ConnectApi.chatterusers.method.getchattersettings(string,string)", "order": 2, "memberOrder": 2, "datatype": { "id": "ConnectApi.chatterusers.getchattersettings.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 84 }, "end": { "line": 0, "character": 90 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:84" }, "parentId": "ConnectApi.chatterusers.getchattersettings", "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": [] }, "getfollowers(string,string)": { "id": "ConnectApi.chatterusers.method.getfollowers(string,string)", "nodeType": "method", "name": "getFollowers", "startToken": { "type": "declaration.entity.name.function", "text": "getFollowers", "textToLower": "getfollowers", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getFollowers_-1:0" }, "parentId": "ConnectApi.chatterusers", "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.FollowerPage getFollowers(String communityId, String userId)", "overrideSignature": "public static override ConnectApi.FollowerPage getFollowers(String communityId, String userId)", "simplifiedSignature": "getFollowers(String,String)", "datatype": { "id": "ConnectApi.chatterusers.getfollowers.datatype.ConnectApi.FollowerPage", "nodeType": "datatype", "name": "ConnectApi.FollowerPage", "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.chatterusers.getfollowers", "order": 0, "memberOrder": 0, "type": "ConnectApi.FollowerPage" }, "description": "Get the first page of followers for a user.", "parentName": "ChatterUsers", "variables": {}, "params": { "communityid": { "id": "ConnectApi.chatterusers.method.getfollowers(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": 58 }, "end": { "line": 0, "character": 69 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_communityId_0:58" }, "endToken": { "type": "declaration.entity.name.variable", "text": "communityId", "textToLower": "communityid", "isAux": false, "range": { "start": { "line": 0, "character": 58 }, "end": { "line": 0, "character": 69 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_communityId_0:58" }, "parentId": "ConnectApi.chatterusers.method.getfollowers(string,string)", "order": 1, "memberOrder": 1, "datatype": { "id": "ConnectApi.chatterusers.getfollowers.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.chatterusers.getfollowers", "order": 0, "memberOrder": 0, "type": "String" }, "scope": null }, "userid": { "id": "ConnectApi.chatterusers.method.getfollowers(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": 78 }, "end": { "line": 0, "character": 84 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_userId_0:78" }, "endToken": { "type": "declaration.entity.name.variable", "text": "userId", "textToLower": "userid", "isAux": false, "range": { "start": { "line": 0, "character": 78 }, "end": { "line": 0, "character": 84 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_userId_0:78" }, "parentId": "ConnectApi.chatterusers.method.getfollowers(string,string)", "order": 2, "memberOrder": 2, "datatype": { "id": "ConnectApi.chatterusers.getfollowers.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 71 }, "end": { "line": 0, "character": 77 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:71" }, "parentId": "ConnectApi.chatterusers.getfollowers", "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": [] }, "getfollowers(string,string,integer,integer)": { "id": "ConnectApi.chatterusers.method.getfollowers(string,string,integer,integer)", "nodeType": "method", "name": "getFollowers", "startToken": { "type": "declaration.entity.name.function", "text": "getFollowers", "textToLower": "getfollowers", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getFollowers_-1:0" }, "parentId": "ConnectApi.chatterusers", "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.FollowerPage getFollowers(String communityId, String userId, Integer pageParam, Integer pageSize)", "overrideSignature": "public static override ConnectApi.FollowerPage getFollowers(String communityId, String userId, Integer pageParam, Integer pageSize)", "simplifiedSignature": "getFollowers(String,String,Integer,Integer)", "datatype": { "id": "ConnectApi.chatterusers.getfollowers.datatype.ConnectApi.FollowerPage", "nodeType": "datatype", "name": "ConnectApi.FollowerPage", "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.chatterusers.getfollowers", "order": 0, "memberOrder": 0, "type": "ConnectApi.FollowerPage" }, "description": "Get a page of followers for a user.", "parentName": "ChatterUsers", "variables": {}, "params": { "communityid": { "id": "ConnectApi.chatterusers.method.getfollowers(string,string,integer,integer).varParam.communityid", "nodeType": "variable", "name": "communityId", "startToken": { "type": "declaration.entity.name.variable", "text": "communityId", "textToLower": "communityid", "isAux": false, "range": { "start": { "line": 0, "character": 58 }, "end": { "line": 0, "character": 69 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_communityId_0:58" }, "endToken": { "type": "declaration.entity.name.variable", "text": "communityId", "textToLower": "communityid", "isAux": false, "range": { "start": { "line": 0, "character": 58 }, "end": { "line": 0, "character": 69 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_communityId_0:58" }, "parentId": "ConnectApi.chatterusers.method.getfollowers(string,string,integer,integer)", "order": 1, "memberOrder": 1, "datatype": { "id": "ConnectApi.chatterusers.getfollowers.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.chatterusers.getfollowers", "order": 0, "memberOrder": 0, "type": "String" }, "scope": null }, "userid": { "id": "ConnectApi.chatterusers.method.getfollowers(string,string,integer,integer).varParam.userid", "nodeType": "variable", "name": "userId", "startToken": { "type": "declaration.entity.name.variable", "text": "userId", "textToLower": "userid", "isAux": false, "range": { "start": { "line": 0, "character": 78 }, "end": { "line": 0, "character": 84 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_userId_0:78" }, "endToken": { "type": "declaration.entity.name.variable", "text": "userId",