@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
1,583 lines • 536 kB
JSON
{
"id": "ConnectApi.chattergroups",
"nodeType": "class",
"name": "ChatterGroups",
"namespace": "ConnectApi",
"startToken": {
"type": "declaration.entity.name.class",
"text": "ChatterGroups",
"textToLower": "chattergroups",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_ChatterGroups_-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": "Information about groups, such as the group’s members, photo, and the groups the specified user is a member of. Add members to a group, remove members, and change the group photo.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_ConnectAPI_ChatterGroups_static_methods.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {},
"methods": {
"addmember(string,string,string)": {
"id": "ConnectApi.chattergroups.method.addmember(string,string,string)",
"nodeType": "method",
"name": "addMember",
"startToken": {
"type": "declaration.entity.name.function",
"text": "addMember",
"textToLower": "addmember",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_addMember_-1:0"
},
"parentId": "ConnectApi.chattergroups",
"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 ConnectApi.GroupMember addMember(String communityId, String groupId, String userId)",
"overrideSignature": "public static override ConnectApi.GroupMember addMember(String communityId, String groupId, String userId)",
"simplifiedSignature": "addMember(String,String,String)",
"datatype": {
"id": "ConnectApi.chattergroups.addmember.datatype.ConnectApi.GroupMember",
"nodeType": "datatype",
"name": "ConnectApi.GroupMember",
"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.chattergroups.addmember",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.GroupMember"
},
"description": "Add a user to a group as a standard member.",
"parentName": "ChatterGroups",
"variables": {},
"params": {
"communityid": {
"id": "ConnectApi.chattergroups.method.addmember(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": 54
},
"end": {
"line": 0,
"character": 65
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:54"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 54
},
"end": {
"line": 0,
"character": 65
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:54"
},
"parentId": "ConnectApi.chattergroups.method.addmember(string,string,string)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.chattergroups.addmember.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 47
},
"end": {
"line": 0,
"character": 53
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:47"
},
"parentId": "ConnectApi.chattergroups.addmember",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"groupid": {
"id": "ConnectApi.chattergroups.method.addmember(string,string,string).varParam.groupid",
"nodeType": "variable",
"name": "groupId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "groupId",
"textToLower": "groupid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 74
},
"end": {
"line": 0,
"character": 81
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_groupId_0:74"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "groupId",
"textToLower": "groupid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 74
},
"end": {
"line": 0,
"character": 81
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_groupId_0:74"
},
"parentId": "ConnectApi.chattergroups.method.addmember(string,string,string)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "ConnectApi.chattergroups.addmember.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 67
},
"end": {
"line": 0,
"character": 73
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:67"
},
"parentId": "ConnectApi.chattergroups.addmember",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"userid": {
"id": "ConnectApi.chattergroups.method.addmember(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": 90
},
"end": {
"line": 0,
"character": 96
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_userId_0:90"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "userId",
"textToLower": "userid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 90
},
"end": {
"line": 0,
"character": 96
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_userId_0:90"
},
"parentId": "ConnectApi.chattergroups.method.addmember(string,string,string)",
"order": 3,
"memberOrder": 3,
"datatype": {
"id": "ConnectApi.chattergroups.addmember.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 83
},
"end": {
"line": 0,
"character": 89
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:83"
},
"parentId": "ConnectApi.chattergroups.addmember",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Use either the ID for a community, internal, or null. The ID for a group. The ID for a user.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"addmemberwithrole(string,string,string,connectapi.groupmembershiptype)": {
"id": "ConnectApi.chattergroups.method.addmemberwithrole(string,string,string,connectapi.groupmembershiptype)",
"nodeType": "method",
"name": "addMemberWithRole",
"startToken": {
"type": "declaration.entity.name.function",
"text": "addMemberWithRole",
"textToLower": "addmemberwithrole",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_addMemberWithRole_-1:0"
},
"parentId": "ConnectApi.chattergroups",
"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.GroupMember addMemberWithRole(String communityId, String groupId, String userId, ConnectApi.GroupMembershipType role)",
"overrideSignature": "public static override ConnectApi.GroupMember addMemberWithRole(String communityId, String groupId, String userId, ConnectApi.GroupMembershipType role)",
"simplifiedSignature": "addMemberWithRole(String,String,String,ConnectApi.GroupMembershipType)",
"datatype": {
"id": "ConnectApi.chattergroups.addmemberwithrole.datatype.ConnectApi.GroupMember",
"nodeType": "datatype",
"name": "ConnectApi.GroupMember",
"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.chattergroups.addmemberwithrole",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.GroupMember"
},
"description": "Add a user with a role to a group.",
"parentName": "ChatterGroups",
"variables": {},
"params": {
"communityid": {
"id": "ConnectApi.chattergroups.method.addmemberwithrole(string,string,string,connectapi.groupmembershiptype).varParam.communityid",
"nodeType": "variable",
"name": "communityId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 62
},
"end": {
"line": 0,
"character": 73
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:62"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 62
},
"end": {
"line": 0,
"character": 73
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:62"
},
"parentId": "ConnectApi.chattergroups.method.addmemberwithrole(string,string,string,connectapi.groupmembershiptype)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.chattergroups.addmemberwithrole.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 55
},
"end": {
"line": 0,
"character": 61
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:55"
},
"parentId": "ConnectApi.chattergroups.addmemberwithrole",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"groupid": {
"id": "ConnectApi.chattergroups.method.addmemberwithrole(string,string,string,connectapi.groupmembershiptype).varParam.groupid",
"nodeType": "variable",
"name": "groupId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "groupId",
"textToLower": "groupid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 82
},
"end": {
"line": 0,
"character": 89
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_groupId_0:82"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "groupId",
"textToLower": "groupid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 82
},
"end": {
"line": 0,
"character": 89
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_groupId_0:82"
},
"parentId": "ConnectApi.chattergroups.method.addmemberwithrole(string,string,string,connectapi.groupmembershiptype)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "ConnectApi.chattergroups.addmemberwithrole.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 75
},
"end": {
"line": 0,
"character": 81
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:75"
},
"parentId": "ConnectApi.chattergroups.addmemberwithrole",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"userid": {
"id": "ConnectApi.chattergroups.method.addmemberwithrole(string,string,string,connectapi.groupmembershiptype).varParam.userid",
"nodeType": "variable",
"name": "userId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "userId",
"textToLower": "userid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 98
},
"end": {
"line": 0,
"character": 104
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_userId_0:98"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "userId",
"textToLower": "userid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 98
},
"end": {
"line": 0,
"character": 104
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_userId_0:98"
},
"parentId": "ConnectApi.chattergroups.method.addmemberwithrole(string,string,string,connectapi.groupmembershiptype)",
"order": 3,
"memberOrder": 3,
"datatype": {
"id": "ConnectApi.chattergroups.addmemberwithrole.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 91
},
"end": {
"line": 0,
"character": 97
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:91"
},
"parentId": "ConnectApi.chattergroups.addmemberwithrole",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"role": {
"id": "ConnectApi.chattergroups.method.addmemberwithrole(string,string,string,connectapi.groupmembershiptype).varParam.role",
"nodeType": "variable",
"name": "role",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "role",
"textToLower": "role",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 137
},
"end": {
"line": 0,
"character": 141
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_role_0:137"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "role",
"textToLower": "role",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 137
},
"end": {
"line": 0,
"character": 141
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_role_0:137"
},
"parentId": "ConnectApi.chattergroups.method.addmemberwithrole(string,string,string,connectapi.groupmembershiptype)",
"order": 4,
"memberOrder": 4,
"datatype": {
"id": "ConnectApi.chattergroups.addmemberwithrole.datatype.ConnectApi.GroupMembershipType",
"nodeType": "datatype",
"name": "ConnectApi.GroupMembershipType",
"startToken": {
"type": "datatype.support.namespace",
"text": "ConnectApi",
"textToLower": "connectapi",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 106
},
"end": {
"line": 0,
"character": 116
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_ConnectApi_0:106"
},
"parentId": "ConnectApi.chattergroups.addmemberwithrole",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.GroupMembershipType"
},
"description": "Use either the ID for a community, internal, or null. The ID for a group. The ID for a user. The group membership type. One of these values: GroupManager StandardMember",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"addrecord(string,string,string)": {
"id": "ConnectApi.chattergroups.method.addrecord(string,string,string)",
"nodeType": "method",
"name": "addRecord",
"startToken": {
"type": "declaration.entity.name.function",
"text": "addRecord",
"textToLower": "addrecord",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_addRecord_-1:0"
},
"parentId": "ConnectApi.chattergroups",
"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.GroupRecord addRecord(String communityId, String groupId, String recordId)",
"overrideSignature": "public static override ConnectApi.GroupRecord addRecord(String communityId, String groupId, String recordId)",
"simplifiedSignature": "addRecord(String,String,String)",
"datatype": {
"id": "ConnectApi.chattergroups.addrecord.datatype.ConnectApi.GroupRecord",
"nodeType": "datatype",
"name": "ConnectApi.GroupRecord",
"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.chattergroups.addrecord",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.GroupRecord"
},
"description": "Associate a record with a group.",
"parentName": "ChatterGroups",
"variables": {},
"params": {
"communityid": {
"id": "ConnectApi.chattergroups.method.addrecord(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": 54
},
"end": {
"line": 0,
"character": 65
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:54"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 54
},
"end": {
"line": 0,
"character": 65
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:54"
},
"parentId": "ConnectApi.chattergroups.method.addrecord(string,string,string)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.chattergroups.addrecord.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 47
},
"end": {
"line": 0,
"character": 53
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:47"
},
"parentId": "ConnectApi.chattergroups.addrecord",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"groupid": {
"id": "ConnectApi.chattergroups.method.addrecord(string,string,string).varParam.groupid",
"nodeType": "variable",
"name": "groupId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "groupId",
"textToLower": "groupid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 74
},
"end": {
"line": 0,
"character": 81
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_groupId_0:74"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "groupId",
"textToLower": "groupid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 74
},
"end": {
"line": 0,
"character": 81
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_groupId_0:74"
},
"parentId": "ConnectApi.chattergroups.method.addrecord(string,string,string)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "ConnectApi.chattergroups.addrecord.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 67
},
"end": {
"line": 0,
"character": 73
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:67"
},
"parentId": "ConnectApi.chattergroups.addrecord",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"recordid": {
"id": "ConnectApi.chattergroups.method.addrecord(string,string,string).varParam.recordid",
"nodeType": "variable",
"name": "recordId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "recordId",
"textToLower": "recordid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 90
},
"end": {
"line": 0,
"character": 98
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_recordId_0:90"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "recordId",
"textToLower": "recordid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 90
},
"end": {
"line": 0,
"character": 98
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_recordId_0:90"
},
"parentId": "ConnectApi.chattergroups.method.addrecord(string,string,string)",
"order": 3,
"memberOrder": 3,
"datatype": {
"id": "ConnectApi.chattergroups.addrecord.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 83
},
"end": {
"line": 0,
"character": 89
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:83"
},
"parentId": "ConnectApi.chattergroups.addrecord",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Use either the ID for a community, internal, or null. ID of the group with which to associate the record. ID of the record to associate with the group.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"creategroup(string,connectapi.chattergroupinput)": {
"id": "ConnectApi.chattergroups.method.creategroup(string,connectapi.chattergroupinput)",
"nodeType": "method",
"name": "createGroup",
"startToken": {
"type": "declaration.entity.name.function",
"text": "createGroup",
"textToLower": "creategroup",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_createGroup_-1:0"
},
"parentId": "ConnectApi.chattergroups",
"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.ChatterGroupDetail createGroup(String communityId, ConnectApi.ChatterGroupInput groupInput)",
"overrideSignature": "public static override ConnectApi.ChatterGroupDetail createGroup(String communityId, ConnectApi.ChatterGroupInput groupInput)",
"simplifiedSignature": "createGroup(String,ConnectApi.ChatterGroupInput)",
"datatype": {
"id": "ConnectApi.chattergroups.creategroup.datatype.ConnectApi.ChatterGroupDetail",
"nodeType": "datatype",
"name": "ConnectApi.ChatterGroupDetail",
"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.chattergroups.creategroup",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.ChatterGroupDetail"
},
"description": "Create a group.",
"parentName": "ChatterGroups",
"variables": {},
"params": {
"communityid": {
"id": "ConnectApi.chattergroups.method.creategroup(string,connectapi.chattergroupinput).varParam.communityid",
"nodeType": "variable",
"name": "communityId",
"startToken": {
"type": "entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 64
},
"end": {
"line": 0,
"character": 75
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:64"
},
"endToken": {
"type": "entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 64
},
"end": {
"line": 0,
"character": 75
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:64"
},
"parentId": "ConnectApi.chattergroups.method.creategroup(string,connectapi.chattergroupinput)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.chattergroups.creategroup.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 56
},
"end": {
"line": 0,
"character": 62
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:56"
},
"parentId": "ConnectApi.chattergroups.creategroup",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"groupinput": {
"id": "ConnectApi.chattergroups.method.creategroup(string,connectapi.chattergroupinput).varParam.groupinput",
"nodeType": "variable",
"name": "groupInput",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "groupInput",
"textToLower": "groupinput",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 106
},
"end": {
"line": 0,
"character": 116
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_groupInput_0:106"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "groupInput",
"textToLower": "groupinput",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 106
},
"end": {
"line": 0,
"character": 116
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_groupInput_0:106"
},
"parentId": "ConnectApi.chattergroups.method.creategroup(string,connectapi.chattergroupinput)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "ConnectApi.chattergroups.creategroup.datatype.ConnectApi.ChatterGroupInput",
"nodeType": "datatype",
"name": "ConnectApi.ChatterGroupInput",
"startToken": {
"type": "datatype.support.namespace",
"text": "ConnectApi",
"textToLower": "connectapi",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 77
},
"end": {
"line": 0,
"character": 87
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_ConnectApi_0:77"
},
"parentId": "ConnectApi.chattergroups.creategroup",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.ChatterGroupInput"
},
"description": "Use either the ID for a community, internal, or null. The properties of the group.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"deletebannerphoto(string,string)": {
"id": "ConnectApi.chattergroups.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.chattergroups",
"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 Void deleteBannerPhoto(String communityId, String groupId)",
"overrideSignature": "public static override Void deleteBannerPhoto(String communityId, String groupId)",
"simplifiedSignature": "deleteBannerPhoto(String,String)",
"datatype": {
"id": "ConnectApi.chattergroups.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.chattergroups.deletebannerphoto",
"order": 0,
"memberOrder": 0,
"type": "Void"
},
"description": "Delete the group banner photo.",
"parentName": "ChatterGroups",
"variables": {},
"params": {
"communityid": {
"id": "ConnectApi.chattergroups.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.chattergroups.method.deletebannerphoto(string,string)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.chattergroups.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.chattergroups.deletebannerphoto",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"groupid": {
"id": "ConnectApi.chattergroups.method.deletebannerphoto(string,string).varParam.groupid",
"nodeType": "variable",
"name": "groupId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "groupId",
"textToLower": "groupid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 64
},
"end": {
"line": 0,
"character": 71
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_groupId_0:64"