{
  "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"
          },
          "endToken": {
            "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"
          },
          "parentId": "ConnectApi.chattergroups.method.deletebannerphoto(string,string)",
          "order": 2,
          "memberOrder": 2,
          "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": 57
                },
                "end": {
                  "line": 0,
                  "character": 63
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:57"
            },
            "parentId": "ConnectApi.chattergroups.deletebannerphoto",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the group.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "deletegroup(string,string)": {
      "id": "ConnectApi.chattergroups.method.deletegroup(string,string)",
      "nodeType": "method",
      "name": "deleteGroup",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "deleteGroup",
        "textToLower": "deletegroup",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_deleteGroup_-1:0"
      },
      "parentId": "ConnectApi.chattergroups",
      "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 Void deleteGroup(String communityId, String groupId)",
      "overrideSignature": "public static override Void deleteGroup(String communityId, String groupId)",
      "simplifiedSignature": "deleteGroup(String,String)",
      "datatype": {
        "id": "ConnectApi.chattergroups.deletegroup.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.deletegroup",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Delete a group.",
      "parentName": "ChatterGroups",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattergroups.method.deletegroup(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.chattergroups.method.deletegroup(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattergroups.deletegroup.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.chattergroups.deletegroup",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "groupid": {
          "id": "ConnectApi.chattergroups.method.deletegroup(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": 58
              },
              "end": {
                "line": 0,
                "character": 65
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:58"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupId",
            "textToLower": "groupid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 58
              },
              "end": {
                "line": 0,
                "character": 65
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:58"
          },
          "parentId": "ConnectApi.chattergroups.method.deletegroup(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattergroups.deletegroup.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.chattergroups.deletegroup",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a group.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "deletemember(string,string)": {
      "id": "ConnectApi.chattergroups.method.deletemember(string,string)",
      "nodeType": "method",
      "name": "deleteMember",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "deleteMember",
        "textToLower": "deletemember",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_deleteMember_-1:0"
      },
      "parentId": "ConnectApi.chattergroups",
      "order": 7,
      "memberOrder": 7,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "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 deleteMember(String communityId, String membershipId)",
      "overrideSignature": "public static override Void deleteMember(String communityId, String membershipId)",
      "simplifiedSignature": "deleteMember(String,String)",
      "datatype": {
        "id": "ConnectApi.chattergroups.deletemember.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.deletemember",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Remove a member from a group.",
      "parentName": "ChatterGroups",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattergroups.method.deletemember(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": 39
              },
              "end": {
                "line": 0,
                "character": 50
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:39"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 39
              },
              "end": {
                "line": 0,
                "character": 50
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:39"
          },
          "parentId": "ConnectApi.chattergroups.method.deletemember(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattergroups.deletemember.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 32
                },
                "end": {
                  "line": 0,
                  "character": 38
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:32"
            },
            "parentId": "ConnectApi.chattergroups.deletemember",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "membershipid": {
          "id": "ConnectApi.chattergroups.method.deletemember(string,string).varParam.membershipid",
          "nodeType": "variable",
          "name": "membershipId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "membershipId",
            "textToLower": "membershipid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 59
              },
              "end": {
                "line": 0,
                "character": 71
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_membershipId_0:59"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "membershipId",
            "textToLower": "membershipid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 59
              },
              "end": {
                "line": 0,
                "character": 71
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_membershipId_0:59"
          },
          "parentId": "ConnectApi.chattergroups.method.deletemember(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattergroups.deletemember.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.chattergroups.deletemember",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a membership.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "deletephoto(string,string)": {
      "id": "ConnectApi.chattergroups.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.chattergroups",
      "order": 8,
      "memberOrder": 8,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "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 groupId)",
      "overrideSignature": "public static override Void deletePhoto(String communityId, String groupId)",
      "simplifiedSignature": "deletePhoto(String,String)",
      "datatype": {
        "id": "ConnectApi.chattergroups.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.chattergroups.deletephoto",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Delete the group photo.",
      "parentName": "ChatterGroups",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattergroups.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.chattergroups.method.deletephoto(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattergroups.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.chattergroups.deletephoto",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "groupid": {
          "id": "ConnectApi.chattergroups.method.deletephoto(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": 58
              },
              "end": {
                "line": 0,
                "character": 65
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:58"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupId",
            "textToLower": "groupid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 58
              },
              "end": {
                "line": 0,
                "character": 65
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:58"
          },
          "parentId": "ConnectApi.chattergroups.method.deletephoto(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattergroups.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.chattergroups.deletephoto",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a group.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getannouncements(string,string)": {
      "id": "ConnectApi.chattergroups.method.getannouncements(string,string)",
      "nodeType": "method",
      "name": "getAnnouncements",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getAnnouncements",
        "textToLower": "getannouncements",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getAnnouncements_-1:0"
      },
      "parentId": "ConnectApi.chattergroups",
      "order": 9,
      "memberOrder": 9,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "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.AnnouncementPage getAnnouncements(String communityId, String groupId)",
      "overrideSignature": "public static override ConnectApi.AnnouncementPage getAnnouncements(String communityId, String groupId)",
      "simplifiedSignature": "getAnnouncements(String,String)",
      "datatype": {
        "id": "ConnectApi.chattergroups.getannouncements.datatype.ConnectApi.AnnouncementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.AnnouncementPage",
        "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.getannouncements",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.AnnouncementPage"
      },
      "description": "Get the first page of announcements in a group.",
      "parentName": "ChatterGroups",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattergroups.method.getannouncements(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": 66
              },
              "end": {
                "line": 0,
                "character": 77
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:66"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 66
              },
              "end": {
                "line": 0,
                "character": 77
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:66"
          },
          "parentId": "ConnectApi.chattergroups.method.getannouncements(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattergroups.getannouncements.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 59
                },
                "end": {
                  "line": 0,
                  "character": 65
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:59"
            },
            "parentId": "ConnectApi.chattergroups.getannouncements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "groupid": {
          "id": "ConnectApi.chattergroups.method.getannouncements(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": 86
              },
              "end": {
                "line": 0,
                "character": 93
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:86"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupId",
            "textToLower": "groupid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 86
              },
              "end": {
                "line": 0,
                "character": 93
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:86"
          },
          "parentId": "ConnectApi.chattergroups.method.getannouncements(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattergroups.getannouncements.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 79
                },
                "end": {
                  "line": 0,
                  "character": 85
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:79"
            },
            "parentId": "ConnectApi.chattergroups.getannouncements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a group.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getannouncements(string,string,integer,integer)": {
      "id": "ConnectApi.chattergroups.method.getannouncements(string,string,integer,integer)",
      "nodeType": "method",
      "name": "getAnnouncements",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getAnnouncements",
        "textToLower": "getannouncements",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getAnnouncements_-1:0"
      },
      "parentId": "ConnectApi.chattergroups",
      "order": 10,
      "memberOrder": 10,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "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.AnnouncementPage getAnnouncements(String communityId, String groupId, Integer pageParam, Integer pageSize)",
      "overrideSignature": "public static override ConnectApi.AnnouncementPage getAnnouncements(String communityId, String groupId, Integer pageParam, Integer pageSize)",
      "simplifiedSignature": "getAnnouncements(String,String,Integer,Integer)",
      "datatype": {
        "id": "ConnectApi.chattergroups.getannouncements.datatype.ConnectApi.AnnouncementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.AnnouncementPage",
        "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.getannouncements",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.AnnouncementPage"
      },
      "description": "Get a page of announcements in a group.",
      "parentName": "ChatterGroups",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattergroups.method.getannouncements(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": 66
              },
              "end": {
                "line": 0,
                "character": 77
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:66"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 66
              },
              "end": {
                "line": 0,
                "character": 77
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:66"
          },
          "parentId": "ConnectApi.chattergroups.method.getannouncements(string,string,integer,integer)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattergroups.getannouncements.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 59
                },
                "end": {
                  "line": 0,
                  "character": 65
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:59"
            },
            "parentId": "ConnectApi.chattergroups.getannouncements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "groupid": {
          "id": "ConnectApi.chattergroups.method.getannouncements(string,string,integer,integer).varParam.groupid",
          "nodeType": "variable",
          "name": "groupId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupId",
            "textToLower": "groupid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 86
              },
              "end": {
                "line": 0,
                "character": 93
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:86"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupId",
            "textToLower": "groupid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 86
              },
              "end": {
                "line": 0,
                "character": 93
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:86"
          },
          "parentId": "ConnectApi.chattergroups.method.getannouncements(string,string,integer,integer)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattergroups.getannouncements.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 79
                },
                "end": {
                  "line": 0,
                  "character": 85
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:79"
            },
            "parentId": "ConnectApi.chattergroups.getannouncements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chattergroups.method.getannouncements(string,string,integer,integer).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 103
              },
              "end": {
                "line": 0,
                "character": 112
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:103"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 103
              },
              "end": {
                "line": 0,
                "character": 112
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:103"
          },
          "parentId": "ConnectApi.chattergroups.method.getannouncements(string,string,integer,integer)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chattergroups.getannouncements.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 95
                },
                "end": {
                  "line": 0,
                  "character": 102
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:95"
            },
            "parentId": "ConnectApi.chattergroups.getannouncements",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chattergroups.method.getannouncements(string,string,integer,integer).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 122
              },
              "end": {
                "line": 0,
                "character": 130
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:122"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 122
              },
              "end": {
                "line": 0,
                "character": 130
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:122"
          },
          "parentId": "ConnectApi.chattergroups.method.getannouncements(string,string,integer,integer)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chattergroups.getannouncements.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 114
                },
                "end": {
                  "line": 0,
                  "character": 121
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:114"
            },
            "parentId": "ConnectApi.chattergroups.getannouncements",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a group. Specifies the number of the page you want returned. Starts at 0. If you pass in null or 0, the first page is returned. Specifies the number of items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getbannerphoto(string,string)": {
      "id": "ConnectApi.chattergroups.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.chattergroups",
      "order": 11,
      "memberOrder": 11,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "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 groupId)",
      "overrideSignature": "public static override ConnectApi.BannerPhoto getBannerPhoto(String communityId, String groupId)",
      "simplifiedSignature": "getBannerPhoto(String,String)",
      "datatype": {
        "id": "ConnectApi.chattergroups.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.chattergroups.getbannerphoto",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.BannerPhoto"
      },
      "description": "Get the group banner photo.",
      "parentName": "ChatterGroups",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattergroups.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.chattergroups.method.getbannerphoto(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattergroups.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.chattergroups.getbannerphoto",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "groupid": {
          "id": "ConnectApi.chattergroups.method.getbannerphoto(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": 79
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:79"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupId",
            "textToLower": "groupid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:79"
          },
          "parentId": "ConnectApi.chattergroups.method.getbannerphoto(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattergroups.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.chattergroups.getbannerphoto",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the group.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getgroup(string,string)": {
      "id": "ConnectApi.chattergroups.method.getgroup(string,string)",
      "nodeType": "method",
      "name": "getGroup",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getGroup",
        "textToLower": "getgroup",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getGroup_-1:0"
      },
      "parentId": "ConnectApi.chattergroups",
      "order": 12,
      "memberOrder": 12,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "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 getGroup(String communityId, String groupId)",
      "overrideSignature": "public static override ConnectApi.ChatterGroupDetail getGroup(String communityId, String groupId)",
      "simplifiedSignature": "getGroup(String,String)",
      "datatype": {
        "id": "ConnectApi.chattergroups.getgroup.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.getgroup",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterGroupDetail"
      },
      "description": "Get information about a group.",
      "parentName": "ChatterGroups",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattergroups.method.getgroup(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": 60
              },
              "end": {
                "line": 0,
                "character": 71
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:60"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 60
              },
              "end": {
                "line": 0,
                "character": 71
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:60"
          },
          "parentId": "ConnectApi.chattergroups.method.getgroup(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattergroups.getgroup.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 53
                },
                "end": {
                  "line": 0,
                  "character": 59
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:53"
            },
            "parentId": "ConnectApi.chattergroups.getgroup",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "groupid": {
          "id": "ConnectApi.chattergroups.method.getgroup(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": 80
              },
              "end": {
                "line": 0,
                "character": 87
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:80"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupId",
            "textToLower": "groupid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 80
              },
              "end": {
                "line": 0,
                "character": 87
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:80"
          },
          "parentId": "ConnectApi.chattergroups.method.getgroup(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattergroups.getgroup.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 73
                },
                "end": {
                  "line": 0,
                  "character": 79
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:73"
            },
            "parentId": "ConnectApi.chattergroups.getgroup",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a group.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getgroupbatch(string,list<string>)": {
      "id": "ConnectApi.chattergroups.method.getgroupbatch(string,list<string>)",
      "nodeType": "method",
      "name": "getGroupBatch",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getGroupBatch",
        "textToLower": "getgroupbatch",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getGroupBatch_-1:0"
      },
      "parentId": "ConnectApi.chattergroups",
      "order": 13,
      "memberOrder": 13,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "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.BatchResult[] getGroupBatch(String communityId, List<String> groupIds)",
      "overrideSignature": "public static override ConnectApi.BatchResult[] getGroupBatch(String communityId, List<String> groupIds)",
      "simplifiedSignature": "getGroupBatch(String,List<String>)",
      "datatype": {
        "id": "ConnectApi.chattergroups.getgroupbatch.datatype.ConnectApi.BatchResult[]",
        "nodeType": "datatype",
        "name": "ConnectApi.BatchResult[]",
        "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.getgroupbatch",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.BatchResult[]"
      },
      "description": "Get information about a list of groups.",
      "parentName": "ChatterGroups",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattergroups.method.getgroupbatch(string,list<string>).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 60
              },
              "end": {
                "line": 0,
                "character": 71
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:60"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 60
              },
              "end": {
                "line": 0,
                "character": 71
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:60"
          },
          "parentId": "ConnectApi.chattergroups.method.getgroupbatch(string,list<string>)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattergroups.getgroupbatch.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 53
                },
                "end": {
                  "line": 0,
                  "character": 59
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:53"
            },
            "parentId": "ConnectApi.chattergroups.getgroupbatch",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "groupids": {
          "id": "ConnectApi.chattergroups.method.getgroupbatch(string,list<string>).varParam.groupids",
          "nodeType": "variable",
          "name": "groupIds",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupIds",
            "textToLower": "groupids",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 86
              },
              "end": {
                "line": 0,
                "character": 94
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupIds_0:86"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupIds",
            "textToLower": "groupids",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 86
              },
              "end": {
                "line": 0,
                "character": 94
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupIds_0:86"
          },
          "parentId": "ConnectApi.chattergroups.method.getgroupbatch(string,list<string>)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattergroups.getgroupbatch.datatype.List<String>",
            "nodeType": "datatype",
            "name": "List<String>",
            "startToken": {
              "type": "datatype.collection",
              "text": "List",
              "textToLower": "list",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 73
                },
                "end": {
                  "line": 0,
                  "character": 77
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_List_0:73"
            },
            "parentId": "ConnectApi.chattergroups.getgroupbatch",
            "order": 0,
            "memberOrder": 0,
            "type": "List",
            "value": {
              "id": "ConnectApi.chattergroups.getgroupbatch.datatype.List<String>.value.String",
              "nodeType": "datatype",
              "name": "String",
              "startToken": {
                "type": "datatype.primitive",
                "text": "String",
                "textToLower": "string",
                "isAux": false,
                "range": {
                  "start": {
                    "line": 0,
                    "character": 78
                  },
                  "end": {
                    "line": 0,
                    "character": 84
                  },
                  "isEmpty": false,
                  "isSingleLine": true
                },
                "id": "token.type.identifier_String_0:78"
              },
              "order": 0,
              "memberOrder": 0,
              "type": "String"
            }
          },
          "description": "Use either the ID for a community, internal, or null. A list of up to 500 group IDs.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getgroupmembershiprequest(string,string)": {
      "id": "ConnectApi.chattergroups.method.getgroupmembershiprequest(string,string)",
      "nodeType": "method",
      "name": "getGroupMembershipRequest",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getGroupMembershipRequest",
        "textToLower": "getgroupmembershiprequest",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getGroupMembershipRequest_-1:0"
      },
      "parentId": "ConnectApi.chattergroups",
      "order": 14,
      "memberOrder": 14,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "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.GroupMembershipRequest getGroupMembershipRequest(String communityId, String requestId)",
      "overrideSignature": "public static override ConnectApi.GroupMembershipRequest getGroupMembershipRequest(String communityId, String requestId)",
      "simplifiedSignature": "getGroupMembershipRequest(String,String)",
      "datatype": {
        "id": "ConnectApi.chattergroups.getgroupmembershiprequest.datatype.ConnectApi.GroupMembershipRequest",
        "nodeType": "datatype",
        "name": "ConnectApi.GroupMembershipRequest",
        "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.getgroupmembershiprequest",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.GroupMembershipRequest"
      },
      "description": "Get information about a request to join a private group.",
      "parentName": "ChatterGroups",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattergroups.method.getgroupmembershiprequest(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": 81
              },
              "end": {
                "line": 0,
                "character": 92
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:81"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 81
              },
              "end": {
                "line": 0,
                "character": 92
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:81"
          },
          "parentId": "ConnectApi.chattergroups.method.getgroupmembershiprequest(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattergroups.getgroupmembershiprequest.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 74
                },
                "end": {
                  "line": 0,
                  "character": 80
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:74"
            },
            "parentId": "ConnectApi.chattergroups.getgroupmembershiprequest",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "requestid": {
          "id": "ConnectApi.chattergroups.method.getgroupmembershiprequest(string,string).varParam.requestid",
          "nodeType": "variable",
          "name": "requestId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "requestId",
            "textToLower": "requestid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 101
              },
              "end": {
                "line": 0,
                "character": 110
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_requestId_0:101"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "requestId",
            "textToLower": "requestid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 101
              },
              "end": {
                "line": 0,
                "character": 110
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_requestId_0:101"
          },
          "parentId": "ConnectApi.chattergroups.method.getgroupmembershiprequest(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattergroups.getgroupmembershiprequest.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 94
                },
                "end": {
                  "line": 0,
                  "character": 100
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:94"
            },
            "parentId": "ConnectApi.chattergroups.getgroupmembershiprequest",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of a request to join a private group.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getgroupmembershiprequests(string,string)": {
      "id": "ConnectApi.chattergroups.method.getgroupmembershiprequests(string,string)",
      "nodeType": "method",
      "name": "getGroupMembershipRequests",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getGroupMembershipRequests",
        "textToLower": "getgroupmembershiprequests",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getGroupMembershipRequests_-1:0"
      },
      "parentId": "ConnectApi.chattergroups",
      "order": 15,
      "memberOrder": 15,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "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.GroupMembershipRequests getGroupMembershipRequests(String communityId, String groupId)",
      "overrideSignature": "public static override ConnectApi.GroupMembershipRequests getGroupMembershipRequests(String communityId, String groupId)",
      "simplifiedSignature": "getGroupMembershipRequests(String,String)",
      "datatype": {
        "id": "ConnectApi.chattergroups.getgroupmembershiprequests.datatype.ConnectApi.GroupMembershipRequests",
        "nodeType": "datatype",
        "name": "ConnectApi.GroupMembershipRequests",
        "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.getgroupmembershiprequests",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.GroupMembershipRequests"
      },
      "description": "Get information about every request to join a private group.",
      "parentName": "ChatterGroups",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattergroups.method.getgroupmembershiprequests(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": 83
              },
              "end": {
                "line": 0,
                "character": 94
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:83"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 83
              },
              "end": {
                "line": 0,
                "character": 94
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:83"
          },
          "parentId": "ConnectApi.chattergroups.method.getgroupmembershiprequests(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattergroups.getgroupmembershiprequests.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 76
                },
                "end": {
                  "line": 0,
                  "character": 82
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:76"
            },
            "parentId": "ConnectApi.chattergroups.getgroupmembershiprequests",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "groupid": {
          "id": "ConnectApi.chattergroups.method.getgroupmembershiprequests(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": 103
              },
              "end": {
                "line": 0,
                "character": 110
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:103"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupId",
            "textToLower": "groupid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 103
              },
              "end": {
                "line": 0,
                "character": 110
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:103"
          },
          "parentId": "ConnectApi.chattergroups.method.getgroupmembershiprequests(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattergroups.getgroupmembershiprequests.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 96
                },
                "end": {
                  "line": 0,
                  "character": 102
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:96"
            },
            "parentId": "ConnectApi.chattergroups.getgroupmembershiprequests",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a group.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getgroupmembershiprequests(string,string,connectapi.groupmembershiprequeststatus)": {
      "id": "ConnectApi.chattergroups.method.getgroupmembershiprequests(string,string,connectapi.groupmembershiprequeststatus)",
      "nodeType": "method",
      "name": "getGroupMembershipRequests",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getGroupMembershipRequests",
        "textToLower": "getgroupmembershiprequests",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getGroupMembershipRequests_-1:0"
      },
      "parentId": "ConnectApi.chattergroups",
      "order": 16,
      "memberOrder": 16,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "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.GroupMembershipRequests getGroupMembershipRequests(String communityId, String groupId, ConnectApi.GroupMembershipRequestStatus status)",
      "overrideSignature": "public static override ConnectApi.GroupMembershipRequests getGroupMembershipRequests(String communityId, String groupId, ConnectApi.GroupMembershipRequestStatus status)",
      "simplifiedSignature": "getGroupMembershipRequests(String,String,ConnectApi.GroupMembershipRequestStatus)",
      "datatype": {
        "id": "ConnectApi.chattergroups.getgroupmembershiprequests.datatype.ConnectApi.GroupMembershipRequests",
        "nodeType": "datatype",
        "name": "ConnectApi.GroupMembershipRequests",
        "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.getgroupmembershiprequests",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.GroupMembershipRequests"
      },
      "description": "Get information about every request to join a private group that has a specified status.",
      "parentName": "ChatterGroups",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattergroups.method.getgroupmembershiprequests(string,string,connectapi.groupmembershiprequeststatus).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 83
              },
              "end": {
                "line": 0,
                "character": 94
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:83"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 83
              },
              "end": {
                "line": 0,
                "character": 94
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:83"
          },
          "parentId": "ConnectApi.chattergroups.method.getgroupmembershiprequests(string,string,connectapi.groupmembershiprequeststatus)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattergroups.getgroupmembershiprequests.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 76
                },
                "end": {
                  "line": 0,
                  "character": 82
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:76"
            },
            "parentId": "ConnectApi.chattergroups.getgroupmembershiprequests",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "groupid": {
          "id": "ConnectApi.chattergroups.method.getgroupmembershiprequests(string,string,connectapi.groupmembershiprequeststatus).varParam.groupid",
          "nodeType": "variable",
          "name": "groupId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupId",
            "textToLower": "groupid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 103
              },
              "end": {
                "line": 0,
                "character": 110
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:103"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupId",
            "textToLower": "groupid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 103
              },
              "end": {
                "line": 0,
                "character": 110
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:103"
          },
          "parentId": "ConnectApi.chattergroups.method.getgroupmembershiprequests(string,string,connectapi.groupmembershiprequeststatus)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattergroups.getgroupmembershiprequests.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 96
                },
                "end": {
                  "line": 0,
                  "character": 102
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:96"
            },
            "parentId": "ConnectApi.chattergroups.getgroupmembershiprequests",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "status": {
          "id": "ConnectApi.chattergroups.method.getgroupmembershiprequests(string,string,connectapi.groupmembershiprequeststatus).varParam.status",
          "nodeType": "variable",
          "name": "status",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "status",
            "textToLower": "status",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 152
              },
              "end": {
                "line": 0,
                "character": 158
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_status_0:152"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "status",
            "textToLower": "status",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 152
              },
              "end": {
                "line": 0,
                "character": 158
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_status_0:152"
          },
          "parentId": "ConnectApi.chattergroups.method.getgroupmembershiprequests(string,string,connectapi.groupmembershiprequeststatus)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chattergroups.getgroupmembershiprequests.datatype.ConnectApi.GroupMembershipRequestStatus",
            "nodeType": "datatype",
            "name": "ConnectApi.GroupMembershipRequestStatus",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 112
                },
                "end": {
                  "line": 0,
                  "character": 122
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:112"
            },
            "parentId": "ConnectApi.chattergroups.getgroupmembershiprequests",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.GroupMembershipRequestStatus"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a group.  status—Status of a request to join a private group. Accepted  Declined  Pending",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getgroups(string)": {
      "id": "ConnectApi.chattergroups.method.getgroups(string)",
      "nodeType": "method",
      "name": "getGroups",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getGroups",
        "textToLower": "getgroups",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getGroups_-1:0"
      },
      "parentId": "ConnectApi.chattergroups",
      "order": 17,
      "memberOrder": 17,
      "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.ChatterGroupPage getGroups(String communityId)",
      "overrideSignature": "public static override ConnectApi.ChatterGroupPage getGroups(String communityId)",
      "simplifiedSignature": "getGroups(String)",
      "datatype": {
        "id": "ConnectApi.chattergroups.getgroups.datatype.ConnectApi.ChatterGroupPage",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterGroupPage",
        "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.getgroups",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterGroupPage"
      },
      "description": "Get the first page of groups.",
      "parentName": "ChatterGroups",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattergroups.method.getgroups(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.chattergroups.method.getgroups(string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattergroups.getgroups.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.chattergroups.getgroups",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getgroups(string,integer,integer)": {
      "id": "ConnectApi.chattergroups.method.getgroups(string,integer,integer)",
      "nodeType": "method",
      "name": "getGroups",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getGroups",
        "textToLower": "getgroups",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getGroups_-1:0"
      },
      "parentId": "ConnectApi.chattergroups",
      "order": 18,
      "memberOrder": 18,
      "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.ChatterGroupPage getGroups(String communityId, Integer pageParam, Integer pageSize)",
      "overrideSignature": "public static override ConnectApi.ChatterGroupPage getGroups(String communityId, Integer pageParam, Integer pageSize)",
      "simplifiedSignature": "getGroups(String,Integer,Integer)",
      "datatype": {
        "id": "ConnectApi.chattergroups.getgroups.datatype.ConnectApi.ChatterGroupPage",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterGroupPage",
        "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.getgroups",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterGroupPage"
      },
      "description": "Get a page of groups.",
      "parentName": "ChatterGroups",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattergroups.method.getgroups(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": 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.chattergroups.method.getgroups(string,integer,integer)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattergroups.getgroups.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.chattergroups.getgroups",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chattergroups.method.getgroups(string,integer,integer).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 80
              },
              "end": {
                "line": 0,
                "character": 89
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:80"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 80
              },
              "end": {
                "line": 0,
                "character": 89
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:80"
          },
          "parentId": "ConnectApi.chattergroups.method.getgroups(string,integer,integer)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattergroups.getgroups.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 72
                },
                "end": {
                  "line": 0,
                  "character": 79
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:72"
            },
            "parentId": "ConnectApi.chattergroups.getgroups",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chattergroups.method.getgroups(string,integer,integer).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 99
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:99"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 99
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:99"
          },
          "parentId": "ConnectApi.chattergroups.method.getgroups(string,integer,integer)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chattergroups.getgroups.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 91
                },
                "end": {
                  "line": 0,
                  "character": 98
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:91"
            },
            "parentId": "ConnectApi.chattergroups.getgroups",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "description": "Use either the ID for a community, internal, or null. Specifies the number of the page you want returned. Starts at 0. If you pass in null or 0, the first page is returned. Specifies the number of items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getgroups(string,integer,integer,connectapi.grouparchivestatus)": {
      "id": "ConnectApi.chattergroups.method.getgroups(string,integer,integer,connectapi.grouparchivestatus)",
      "nodeType": "method",
      "name": "getGroups",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getGroups",
        "textToLower": "getgroups",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getGroups_-1:0"
      },
      "parentId": "ConnectApi.chattergroups",
      "order": 19,
      "memberOrder": 19,
      "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.ChatterGroupPage getGroups(String communityId, Integer pageParam, Integer pageSize, ConnectApi.GroupArchiveStatus archiveStatus)",
      "overrideSignature": "public static override ConnectApi.ChatterGroupPage getGroups(String communityId, Integer pageParam, Integer pageSize, ConnectApi.GroupArchiveStatus archiveStatus)",
      "simplifiedSignature": "getGroups(String,Integer,Integer,ConnectApi.GroupArchiveStatus)",
      "datatype": {
        "id": "ConnectApi.chattergroups.getgroups.datatype.ConnectApi.ChatterGroupPage",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterGroupPage",
        "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.getgroups",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterGroupPage"
      },
      "description": "Get a page of groups with an archive status.",
      "parentName": "ChatterGroups",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattergroups.method.getgroups(string,integer,integer,connectapi.grouparchivestatus).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.chattergroups.method.getgroups(string,integer,integer,connectapi.grouparchivestatus)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattergroups.getgroups.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.chattergroups.getgroups",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chattergroups.method.getgroups(string,integer,integer,connectapi.grouparchivestatus).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 80
              },
              "end": {
                "line": 0,
                "character": 89
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:80"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 80
              },
              "end": {
                "line": 0,
                "character": 89
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:80"
          },
          "parentId": "ConnectApi.chattergroups.method.getgroups(string,integer,integer,connectapi.grouparchivestatus)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattergroups.getgroups.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 72
                },
                "end": {
                  "line": 0,
                  "character": 79
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:72"
            },
            "parentId": "ConnectApi.chattergroups.getgroups",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chattergroups.method.getgroups(string,integer,integer,connectapi.grouparchivestatus).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 99
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:99"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 99
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:99"
          },
          "parentId": "ConnectApi.chattergroups.method.getgroups(string,integer,integer,connectapi.grouparchivestatus)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chattergroups.getgroups.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 91
                },
                "end": {
                  "line": 0,
                  "character": 98
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:91"
            },
            "parentId": "ConnectApi.chattergroups.getgroups",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "archivestatus": {
          "id": "ConnectApi.chattergroups.method.getgroups(string,integer,integer,connectapi.grouparchivestatus).varParam.archivestatus",
          "nodeType": "variable",
          "name": "archiveStatus",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "archiveStatus",
            "textToLower": "archivestatus",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 139
              },
              "end": {
                "line": 0,
                "character": 152
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_archiveStatus_0:139"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "archiveStatus",
            "textToLower": "archivestatus",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 139
              },
              "end": {
                "line": 0,
                "character": 152
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_archiveStatus_0:139"
          },
          "parentId": "ConnectApi.chattergroups.method.getgroups(string,integer,integer,connectapi.grouparchivestatus)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chattergroups.getgroups.datatype.ConnectApi.GroupArchiveStatus",
            "nodeType": "datatype",
            "name": "ConnectApi.GroupArchiveStatus",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 109
                },
                "end": {
                  "line": 0,
                  "character": 119
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:109"
            },
            "parentId": "ConnectApi.chattergroups.getgroups",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.GroupArchiveStatus"
          },
          "description": "Use either the ID for a community, internal, or null. Specifies the number of the page you want returned. Starts at 0. If you pass in null or 0, the first page is returned. Specifies the number of items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Archive status of groups.  All—All groups, including groups that are archived and groups that aren’t archived.   Archived—Groups that are archived.   NotArchived—Groups that aren’t archived.    If you pass in null, the default value is All.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getmember(string,string)": {
      "id": "ConnectApi.chattergroups.method.getmember(string,string)",
      "nodeType": "method",
      "name": "getMember",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getMember",
        "textToLower": "getmember",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getMember_-1:0"
      },
      "parentId": "ConnectApi.chattergroups",
      "order": 20,
      "memberOrder": 20,
      "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 getMember(String communityId, String membershipId)",
      "overrideSignature": "public static override ConnectApi.GroupMember getMember(String communityId, String membershipId)",
      "simplifiedSignature": "getMember(String,String)",
      "datatype": {
        "id": "ConnectApi.chattergroups.getmember.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.getmember",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.GroupMember"
      },
      "description": "Get information about a group member.",
      "parentName": "ChatterGroups",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattergroups.method.getmember(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.getmember(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattergroups.getmember.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.getmember",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "membershipid": {
          "id": "ConnectApi.chattergroups.method.getmember(string,string).varParam.membershipid",
          "nodeType": "variable",
          "name": "membershipId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "membershipId",
            "textToLower": "membershipid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 74
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_membershipId_0:74"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "membershipId",
            "textToLower": "membershipid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 74
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_membershipId_0:74"
          },
          "parentId": "ConnectApi.chattergroups.method.getmember(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattergroups.getmember.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.getmember",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a membership.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getmembers(string,string)": {
      "id": "ConnectApi.chattergroups.method.getmembers(string,string)",
      "nodeType": "method",
      "name": "getMembers",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getMembers",
        "textToLower": "getmembers",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getMembers_-1:0"
      },
      "parentId": "ConnectApi.chattergroups",
      "order": 21,
      "memberOrder": 21,
      "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.GroupMemberPage getMembers(String communityId, String groupId)",
      "overrideSignature": "public static override ConnectApi.GroupMemberPage getMembers(String communityId, String groupId)",
      "simplifiedSignature": "getMembers(String,String)",
      "datatype": {
        "id": "ConnectApi.chattergroups.getmembers.datatype.ConnectApi.GroupMemberPage",
        "nodeType": "datatype",
        "name": "ConnectApi.GroupMemberPage",
        "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.getmembers",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.GroupMemberPage"
      },
      "description": "Get the first page of information about the members of a group.",
      "parentName": "ChatterGroups",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattergroups.method.getmembers(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.chattergroups.method.getmembers(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattergroups.getmembers.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.chattergroups.getmembers",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "groupid": {
          "id": "ConnectApi.chattergroups.method.getmembers(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": 79
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:79"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupId",
            "textToLower": "groupid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:79"
          },
          "parentId": "ConnectApi.chattergroups.method.getmembers(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattergroups.getmembers.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.chattergroups.getmembers",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a group.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getmembers(string,string,integer,integer)": {
      "id": "ConnectApi.chattergroups.method.getmembers(string,string,integer,integer)",
      "nodeType": "method",
      "name": "getMembers",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getMembers",
        "textToLower": "getmembers",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getMembers_-1:0"
      },
      "parentId": "ConnectApi.chattergroups",
      "order": 22,
      "memberOrder": 22,
      "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.GroupMemberPage getMembers(String communityId, String groupId, Integer pageParam, Integer pageSize)",
      "overrideSignature": "public static override ConnectApi.GroupMemberPage getMembers(String communityId, String groupId, Integer pageParam, Integer pageSize)",
      "simplifiedSignature": "getMembers(String,String,Integer,Integer)",
      "datatype": {
        "id": "ConnectApi.chattergroups.getmembers.datatype.ConnectApi.GroupMemberPage",
        "nodeType": "datatype",
        "name": "ConnectApi.GroupMemberPage",
        "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.getmembers",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.GroupMemberPage"
      },
      "description": "Get a page of information about the members of a group.",
      "parentName": "ChatterGroups",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattergroups.method.getmembers(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": 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.chattergroups.method.getmembers(string,string,integer,integer)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattergroups.getmembers.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.chattergroups.getmembers",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "groupid": {
          "id": "ConnectApi.chattergroups.method.getmembers(string,string,integer,integer).varParam.groupid",
          "nodeType": "variable",
          "name": "groupId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupId",
            "textToLower": "groupid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:79"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupId",
            "textToLower": "groupid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:79"
          },
          "parentId": "ConnectApi.chattergroups.method.getmembers(string,string,integer,integer)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattergroups.getmembers.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.chattergroups.getmembers",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chattergroups.method.getmembers(string,string,integer,integer).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 96
              },
              "end": {
                "line": 0,
                "character": 105
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:96"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 96
              },
              "end": {
                "line": 0,
                "character": 105
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:96"
          },
          "parentId": "ConnectApi.chattergroups.method.getmembers(string,string,integer,integer)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chattergroups.getmembers.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 88
                },
                "end": {
                  "line": 0,
                  "character": 95
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:88"
            },
            "parentId": "ConnectApi.chattergroups.getmembers",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chattergroups.method.getmembers(string,string,integer,integer).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 115
              },
              "end": {
                "line": 0,
                "character": 123
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:115"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 115
              },
              "end": {
                "line": 0,
                "character": 123
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:115"
          },
          "parentId": "ConnectApi.chattergroups.method.getmembers(string,string,integer,integer)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chattergroups.getmembers.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 107
                },
                "end": {
                  "line": 0,
                  "character": 114
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:107"
            },
            "parentId": "ConnectApi.chattergroups.getmembers",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a group. Specifies the number of the page you want returned. Starts at 0. If you pass in null or 0, the first page is returned. Specifies the number of items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getmembershipbatch(string,list<string>)": {
      "id": "ConnectApi.chattergroups.method.getmembershipbatch(string,list<string>)",
      "nodeType": "method",
      "name": "getMembershipBatch",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "",
        "textToLower": "",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function__-1:0"
      },
      "parentId": "ConnectApi.chattergroups",
      "order": 23,
      "memberOrder": 23,
      "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.BatchResult[] getMembershipBatch(String communityId, List<String> membershipIds)",
      "overrideSignature": "public static override ConnectApi.BatchResult[] getMembershipBatch(String communityId, List<String> membershipIds)",
      "simplifiedSignature": "getMembershipBatch(String,List<String>)",
      "datatype": {
        "id": "ConnectApi.chattergroups..datatype.ConnectApi.BatchResult[]",
        "nodeType": "datatype",
        "name": "ConnectApi.BatchResult[]",
        "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.",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.BatchResult[]"
      },
      "description": "Get information about a list of group memberships.",
      "parentName": "ChatterGroups",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattergroups.method.getmembershipbatch(string,list<string>).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 65
              },
              "end": {
                "line": 0,
                "character": 76
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:65"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 65
              },
              "end": {
                "line": 0,
                "character": 76
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:65"
          },
          "parentId": "ConnectApi.chattergroups.method.getmembershipbatch(string,list<string>)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattergroups..datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 58
                },
                "end": {
                  "line": 0,
                  "character": 64
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:58"
            },
            "parentId": "ConnectApi.chattergroups.",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "membershipids": {
          "id": "ConnectApi.chattergroups.method.getmembershipbatch(string,list<string>).varParam.membershipids",
          "nodeType": "variable",
          "name": "membershipIds",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "membershipIds",
            "textToLower": "membershipids",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 104
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_membershipIds_0:91"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "membershipIds",
            "textToLower": "membershipids",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 104
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_membershipIds_0:91"
          },
          "parentId": "ConnectApi.chattergroups.method.getmembershipbatch(string,list<string>)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattergroups..datatype.List<String>",
            "nodeType": "datatype",
            "name": "List<String>",
            "startToken": {
              "type": "datatype.collection",
              "text": "List",
              "textToLower": "list",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 78
                },
                "end": {
                  "line": 0,
                  "character": 82
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_List_0:78"
            },
            "parentId": "ConnectApi.chattergroups.",
            "order": 0,
            "memberOrder": 0,
            "type": "List",
            "value": {
              "id": "ConnectApi.chattergroups..datatype.List<String>.value.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"
              },
              "order": 0,
              "memberOrder": 0,
              "type": "String"
            }
          },
          "description": "Use either the ID for a community, internal, or null. A list of up to 500 group membership IDs.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getmychattersettings(string,string)": {
      "id": "ConnectApi.chattergroups.method.getmychattersettings(string,string)",
      "nodeType": "method",
      "name": "getMyChatterSettings",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getMyChatterSettings",
        "textToLower": "getmychattersettings",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getMyChatterSettings_-1:0"
      },
      "parentId": "ConnectApi.chattergroups",
      "order": 24,
      "memberOrder": 24,
      "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.GroupChatterSettings getMyChatterSettings(String communityId, String groupId)",
      "overrideSignature": "public static override ConnectApi.GroupChatterSettings getMyChatterSettings(String communityId, String groupId)",
      "simplifiedSignature": "getMyChatterSettings(String,String)",
      "datatype": {
        "id": "ConnectApi.chattergroups.getmychattersettings.datatype.ConnectApi.GroupChatterSettings",
        "nodeType": "datatype",
        "name": "ConnectApi.GroupChatterSettings",
        "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.getmychattersettings",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.GroupChatterSettings"
      },
      "description": "Get the context user’s Chatter settings for a group.",
      "parentName": "ChatterGroups",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattergroups.method.getmychattersettings(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": 74
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:74"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 74
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:74"
          },
          "parentId": "ConnectApi.chattergroups.method.getmychattersettings(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattergroups.getmychattersettings.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.getmychattersettings",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "groupid": {
          "id": "ConnectApi.chattergroups.method.getmychattersettings(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": 94
              },
              "end": {
                "line": 0,
                "character": 101
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:94"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupId",
            "textToLower": "groupid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 101
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:94"
          },
          "parentId": "ConnectApi.chattergroups.method.getmychattersettings(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattergroups.getmychattersettings.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 87
                },
                "end": {
                  "line": 0,
                  "character": 93
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:87"
            },
            "parentId": "ConnectApi.chattergroups.getmychattersettings",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a group.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getphoto(string,string)": {
      "id": "ConnectApi.chattergroups.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.chattergroups",
      "order": 25,
      "memberOrder": 25,
      "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 groupId)",
      "overrideSignature": "public static override ConnectApi.Photo getPhoto(String communityId, String groupId)",
      "simplifiedSignature": "getPhoto(String,String)",
      "datatype": {
        "id": "ConnectApi.chattergroups.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.chattergroups.getphoto",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.Photo"
      },
      "description": "Get the photo for a group.",
      "parentName": "ChatterGroups",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattergroups.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.chattergroups.method.getphoto(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattergroups.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.chattergroups.getphoto",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "groupid": {
          "id": "ConnectApi.chattergroups.method.getphoto(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": 67
              },
              "end": {
                "line": 0,
                "character": 74
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:67"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupId",
            "textToLower": "groupid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 74
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:67"
          },
          "parentId": "ConnectApi.chattergroups.method.getphoto(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattergroups.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.chattergroups.getphoto",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a group.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getrecord(string,string)": {
      "id": "ConnectApi.chattergroups.method.getrecord(string,string)",
      "nodeType": "method",
      "name": "getRecord",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getRecord",
        "textToLower": "getrecord",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getRecord_-1:0"
      },
      "parentId": "ConnectApi.chattergroups",
      "order": 26,
      "memberOrder": 26,
      "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 getRecord(String communityId, String groupRecordId)",
      "overrideSignature": "public static override ConnectApi.GroupRecord getRecord(String communityId, String groupRecordId)",
      "simplifiedSignature": "getRecord(String,String)",
      "datatype": {
        "id": "ConnectApi.chattergroups.getrecord.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.getrecord",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.GroupRecord"
      },
      "description": "Get a record associated with a group.",
      "parentName": "ChatterGroups",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattergroups.method.getrecord(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.getrecord(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattergroups.getrecord.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.getrecord",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "grouprecordid": {
          "id": "ConnectApi.chattergroups.method.getrecord(string,string).varParam.grouprecordid",
          "nodeType": "variable",
          "name": "groupRecordId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupRecordId",
            "textToLower": "grouprecordid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 74
              },
              "end": {
                "line": 0,
                "character": 87
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupRecordId_0:74"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupRecordId",
            "textToLower": "grouprecordid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 74
              },
              "end": {
                "line": 0,
                "character": 87
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupRecordId_0:74"
          },
          "parentId": "ConnectApi.chattergroups.method.getrecord(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattergroups.getrecord.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.getrecord",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the group record.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getrecords(string,string)": {
      "id": "ConnectApi.chattergroups.method.getrecords(string,string)",
      "nodeType": "method",
      "name": "getRecords",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getRecords",
        "textToLower": "getrecords",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getRecords_-1:0"
      },
      "parentId": "ConnectApi.chattergroups",
      "order": 27,
      "memberOrder": 27,
      "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.GroupRecordPage getRecords(String communityId, String groupId)",
      "overrideSignature": "public static override ConnectApi.GroupRecordPage getRecords(String communityId, String groupId)",
      "simplifiedSignature": "getRecords(String,String)",
      "datatype": {
        "id": "ConnectApi.chattergroups.getrecords.datatype.ConnectApi.GroupRecordPage",
        "nodeType": "datatype",
        "name": "ConnectApi.GroupRecordPage",
        "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.getrecords",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.GroupRecordPage"
      },
      "description": "Get the first page of records associated with a group.",
      "parentName": "ChatterGroups",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattergroups.method.getrecords(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.chattergroups.method.getrecords(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattergroups.getrecords.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.chattergroups.getrecords",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "groupid": {
          "id": "ConnectApi.chattergroups.method.getrecords(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": 79
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:79"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupId",
            "textToLower": "groupid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:79"
          },
          "parentId": "ConnectApi.chattergroups.method.getrecords(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattergroups.getrecords.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.chattergroups.getrecords",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a group.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getrecords(string,string,integer,integer)": {
      "id": "ConnectApi.chattergroups.method.getrecords(string,string,integer,integer)",
      "nodeType": "method",
      "name": "getRecords",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getRecords",
        "textToLower": "getrecords",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getRecords_-1:0"
      },
      "parentId": "ConnectApi.chattergroups",
      "order": 28,
      "memberOrder": 28,
      "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.GroupRecordPage getRecords(String communityId, String groupId, Integer pageParam, Integer pageSize)",
      "overrideSignature": "public static override ConnectApi.GroupRecordPage getRecords(String communityId, String groupId, Integer pageParam, Integer pageSize)",
      "simplifiedSignature": "getRecords(String,String,Integer,Integer)",
      "datatype": {
        "id": "ConnectApi.chattergroups.getrecords.datatype.ConnectApi.GroupRecordPage",
        "nodeType": "datatype",
        "name": "ConnectApi.GroupRecordPage",
        "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.getrecords",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.GroupRecordPage"
      },
      "description": "Get a page of records associated with a group.",
      "parentName": "ChatterGroups",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattergroups.method.getrecords(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": 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.chattergroups.method.getrecords(string,string,integer,integer)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattergroups.getrecords.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.chattergroups.getrecords",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "groupid": {
          "id": "ConnectApi.chattergroups.method.getrecords(string,string,integer,integer).varParam.groupid",
          "nodeType": "variable",
          "name": "groupId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupId",
            "textToLower": "groupid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:79"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupId",
            "textToLower": "groupid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:79"
          },
          "parentId": "ConnectApi.chattergroups.method.getrecords(string,string,integer,integer)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattergroups.getrecords.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.chattergroups.getrecords",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chattergroups.method.getrecords(string,string,integer,integer).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 96
              },
              "end": {
                "line": 0,
                "character": 105
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:96"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 96
              },
              "end": {
                "line": 0,
                "character": 105
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:96"
          },
          "parentId": "ConnectApi.chattergroups.method.getrecords(string,string,integer,integer)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chattergroups.getrecords.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 88
                },
                "end": {
                  "line": 0,
                  "character": 95
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:88"
            },
            "parentId": "ConnectApi.chattergroups.getrecords",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chattergroups.method.getrecords(string,string,integer,integer).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 115
              },
              "end": {
                "line": 0,
                "character": 123
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:115"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 115
              },
              "end": {
                "line": 0,
                "character": 123
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:115"
          },
          "parentId": "ConnectApi.chattergroups.method.getrecords(string,string,integer,integer)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chattergroups.getrecords.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 107
                },
                "end": {
                  "line": 0,
                  "character": 114
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:107"
            },
            "parentId": "ConnectApi.chattergroups.getrecords",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a group. Specifies the number of the page you want returned. Starts at 0. If you pass in null or 0, the first page is returned. Specifies the number of items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "inviteusers(string,connectapi.inviteinput)": {
      "id": "ConnectApi.chattergroups.method.inviteusers(string,connectapi.inviteinput)",
      "nodeType": "method",
      "name": "inviteUsers",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "inviteUsers",
        "textToLower": "inviteusers",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_inviteUsers_-1:0"
      },
      "parentId": "ConnectApi.chattergroups",
      "order": 29,
      "memberOrder": 29,
      "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.Invitations inviteUsers(String groupId, ConnectApi.InviteInput invite)",
      "overrideSignature": "public static override ConnectApi.Invitations inviteUsers(String groupId, ConnectApi.InviteInput invite)",
      "simplifiedSignature": "inviteUsers(String,ConnectApi.InviteInput)",
      "datatype": {
        "id": "ConnectApi.chattergroups.inviteusers.datatype.ConnectApi.Invitations",
        "nodeType": "datatype",
        "name": "ConnectApi.Invitations",
        "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.inviteusers",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.Invitations"
      },
      "description": "Invite internal and external users to join a group.",
      "parentName": "ChatterGroups",
      "variables": {},
      "params": {
        "groupid": {
          "id": "ConnectApi.chattergroups.method.inviteusers(string,connectapi.inviteinput).varParam.groupid",
          "nodeType": "variable",
          "name": "groupId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupId",
            "textToLower": "groupid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 56
              },
              "end": {
                "line": 0,
                "character": 63
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:56"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupId",
            "textToLower": "groupid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 56
              },
              "end": {
                "line": 0,
                "character": 63
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:56"
          },
          "parentId": "ConnectApi.chattergroups.method.inviteusers(string,connectapi.inviteinput)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattergroups.inviteusers.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 49
                },
                "end": {
                  "line": 0,
                  "character": 55
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:49"
            },
            "parentId": "ConnectApi.chattergroups.inviteusers",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "invite": {
          "id": "ConnectApi.chattergroups.method.inviteusers(string,connectapi.inviteinput).varParam.invite",
          "nodeType": "variable",
          "name": "invite",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "invite",
            "textToLower": "invite",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 88
              },
              "end": {
                "line": 0,
                "character": 94
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_invite_0:88"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "invite",
            "textToLower": "invite",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 88
              },
              "end": {
                "line": 0,
                "character": 94
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_invite_0:88"
          },
          "parentId": "ConnectApi.chattergroups.method.inviteusers(string,connectapi.inviteinput)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattergroups.inviteusers.datatype.ConnectApi.InviteInput",
            "nodeType": "datatype",
            "name": "ConnectApi.InviteInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 65
                },
                "end": {
                  "line": 0,
                  "character": 75
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:65"
            },
            "parentId": "ConnectApi.chattergroups.inviteusers",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.InviteInput"
          },
          "description": "ID of the group. A ConnectApi.InviteInput body.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "postannouncement(string,string,connectapi.announcementinput)": {
      "id": "ConnectApi.chattergroups.method.postannouncement(string,string,connectapi.announcementinput)",
      "nodeType": "method",
      "name": "postAnnouncement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "postAnnouncement",
        "textToLower": "postannouncement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_postAnnouncement_-1:0"
      },
      "parentId": "ConnectApi.chattergroups",
      "order": 30,
      "memberOrder": 30,
      "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.Announcement postAnnouncement(String communityId, String groupId, ConnectApi.AnnouncementInput announcement)",
      "overrideSignature": "public static override ConnectApi.Announcement postAnnouncement(String communityId, String groupId, ConnectApi.AnnouncementInput announcement)",
      "simplifiedSignature": "postAnnouncement(String,String,ConnectApi.AnnouncementInput)",
      "datatype": {
        "id": "ConnectApi.chattergroups.postannouncement.datatype.ConnectApi.Announcement",
        "nodeType": "datatype",
        "name": "ConnectApi.Announcement",
        "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.postannouncement",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.Announcement"
      },
      "description": "Post an announcement to a group.",
      "parentName": "ChatterGroups",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattergroups.method.postannouncement(string,string,connectapi.announcementinput).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.postannouncement(string,string,connectapi.announcementinput)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattergroups.postannouncement.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.postannouncement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "groupid": {
          "id": "ConnectApi.chattergroups.method.postannouncement(string,string,connectapi.announcementinput).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.postannouncement(string,string,connectapi.announcementinput)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattergroups.postannouncement.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.postannouncement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "announcement": {
          "id": "ConnectApi.chattergroups.method.postannouncement(string,string,connectapi.announcementinput).varParam.announcement",
          "nodeType": "variable",
          "name": "announcement",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "announcement",
            "textToLower": "announcement",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 120
              },
              "end": {
                "line": 0,
                "character": 132
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_announcement_0:120"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "announcement",
            "textToLower": "announcement",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 120
              },
              "end": {
                "line": 0,
                "character": 132
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_announcement_0:120"
          },
          "parentId": "ConnectApi.chattergroups.method.postannouncement(string,string,connectapi.announcementinput)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chattergroups.postannouncement.datatype.ConnectApi.AnnouncementInput",
            "nodeType": "datatype",
            "name": "ConnectApi.AnnouncementInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 91
                },
                "end": {
                  "line": 0,
                  "character": 101
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:91"
            },
            "parentId": "ConnectApi.chattergroups.postannouncement",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.AnnouncementInput"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a group. A ConnectApi.AnnouncementInput object.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "removerecord(string,string)": {
      "id": "ConnectApi.chattergroups.method.removerecord(string,string)",
      "nodeType": "method",
      "name": "removeRecord",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "removeRecord",
        "textToLower": "removerecord",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_removeRecord_-1:0"
      },
      "parentId": "ConnectApi.chattergroups",
      "order": 31,
      "memberOrder": 31,
      "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 removeRecord(String communityId, String groupRecordId)",
      "overrideSignature": "public static override Void removeRecord(String communityId, String groupRecordId)",
      "simplifiedSignature": "removeRecord(String,String)",
      "datatype": {
        "id": "ConnectApi.chattergroups.removerecord.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.removerecord",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Remove the association of a record with a group.",
      "parentName": "ChatterGroups",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattergroups.method.removerecord(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": 39
              },
              "end": {
                "line": 0,
                "character": 50
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:39"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 39
              },
              "end": {
                "line": 0,
                "character": 50
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:39"
          },
          "parentId": "ConnectApi.chattergroups.method.removerecord(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattergroups.removerecord.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 32
                },
                "end": {
                  "line": 0,
                  "character": 38
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:32"
            },
            "parentId": "ConnectApi.chattergroups.removerecord",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "grouprecordid": {
          "id": "ConnectApi.chattergroups.method.removerecord(string,string).varParam.grouprecordid",
          "nodeType": "variable",
          "name": "groupRecordId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupRecordId",
            "textToLower": "grouprecordid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 59
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupRecordId_0:59"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupRecordId",
            "textToLower": "grouprecordid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 59
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupRecordId_0:59"
          },
          "parentId": "ConnectApi.chattergroups.method.removerecord(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattergroups.removerecord.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.chattergroups.removerecord",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the group record.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "requestgroupmembership(string,string)": {
      "id": "ConnectApi.chattergroups.method.requestgroupmembership(string,string)",
      "nodeType": "method",
      "name": "requestGroupMembership",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "requestGroupMembership",
        "textToLower": "requestgroupmembership",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_requestGroupMembership_-1:0"
      },
      "parentId": "ConnectApi.chattergroups",
      "order": 32,
      "memberOrder": 32,
      "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.GroupMembershipRequest requestGroupMembership(String communityId, String groupId)",
      "overrideSignature": "public static override ConnectApi.GroupMembershipRequest requestGroupMembership(String communityId, String groupId)",
      "simplifiedSignature": "requestGroupMembership(String,String)",
      "datatype": {
        "id": "ConnectApi.chattergroups.requestgroupmembership.datatype.ConnectApi.GroupMembershipRequest",
        "nodeType": "datatype",
        "name": "ConnectApi.GroupMembershipRequest",
        "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.requestgroupmembership",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.GroupMembershipRequest"
      },
      "description": "Request membership in a private group.",
      "parentName": "ChatterGroups",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattergroups.method.requestgroupmembership(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": 78
              },
              "end": {
                "line": 0,
                "character": 89
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:78"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 78
              },
              "end": {
                "line": 0,
                "character": 89
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:78"
          },
          "parentId": "ConnectApi.chattergroups.method.requestgroupmembership(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattergroups.requestgroupmembership.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.chattergroups.requestgroupmembership",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "groupid": {
          "id": "ConnectApi.chattergroups.method.requestgroupmembership(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": 98
              },
              "end": {
                "line": 0,
                "character": 105
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:98"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupId",
            "textToLower": "groupid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 98
              },
              "end": {
                "line": 0,
                "character": 105
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:98"
          },
          "parentId": "ConnectApi.chattergroups.method.requestgroupmembership(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattergroups.requestgroupmembership.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.requestgroupmembership",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a group.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "searchgroups(string,string)": {
      "id": "ConnectApi.chattergroups.method.searchgroups(string,string)",
      "nodeType": "method",
      "name": "searchGroups",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchGroups",
        "textToLower": "searchgroups",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchGroups_-1:0"
      },
      "parentId": "ConnectApi.chattergroups",
      "order": 33,
      "memberOrder": 33,
      "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.ChatterGroupPage searchGroups(String communityId, String q)",
      "overrideSignature": "public static override ConnectApi.ChatterGroupPage searchGroups(String communityId, String q)",
      "simplifiedSignature": "searchGroups(String,String)",
      "datatype": {
        "id": "ConnectApi.chattergroups.searchgroups.datatype.ConnectApi.ChatterGroupPage",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterGroupPage",
        "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.searchgroups",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterGroupPage"
      },
      "description": "Get the first page of groups that match the search criteria.",
      "parentName": "ChatterGroups",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattergroups.method.searchgroups(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": 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.searchgroups(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattergroups.searchgroups.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.searchgroups",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chattergroups.method.searchgroups(string,string).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 82
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:82"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 82
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:82"
          },
          "parentId": "ConnectApi.chattergroups.method.searchgroups(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattergroups.searchgroups.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.searchgroups",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards. Can be specified as null.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "searchgroups(string,string,integer,integer)": {
      "id": "ConnectApi.chattergroups.method.searchgroups(string,string,integer,integer)",
      "nodeType": "method",
      "name": "searchGroups",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchGroups",
        "textToLower": "searchgroups",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchGroups_-1:0"
      },
      "parentId": "ConnectApi.chattergroups",
      "order": 34,
      "memberOrder": 34,
      "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.ChatterGroupPage searchGroups(String communityId, String q, Integer pageParam, Integer pageSize)",
      "overrideSignature": "public static override ConnectApi.ChatterGroupPage searchGroups(String communityId, String q, Integer pageParam, Integer pageSize)",
      "simplifiedSignature": "searchGroups(String,String,Integer,Integer)",
      "datatype": {
        "id": "ConnectApi.chattergroups.searchgroups.datatype.ConnectApi.ChatterGroupPage",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterGroupPage",
        "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.searchgroups",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterGroupPage"
      },
      "description": "Get a page of groups that match the search criteria.",
      "parentName": "ChatterGroups",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattergroups.method.searchgroups(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": 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.searchgroups(string,string,integer,integer)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattergroups.searchgroups.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.searchgroups",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chattergroups.method.searchgroups(string,string,integer,integer).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 82
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:82"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 82
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:82"
          },
          "parentId": "ConnectApi.chattergroups.method.searchgroups(string,string,integer,integer)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattergroups.searchgroups.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.searchgroups",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chattergroups.method.searchgroups(string,string,integer,integer).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 93
              },
              "end": {
                "line": 0,
                "character": 102
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:93"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 93
              },
              "end": {
                "line": 0,
                "character": 102
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:93"
          },
          "parentId": "ConnectApi.chattergroups.method.searchgroups(string,string,integer,integer)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chattergroups.searchgroups.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 85
                },
                "end": {
                  "line": 0,
                  "character": 92
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:85"
            },
            "parentId": "ConnectApi.chattergroups.searchgroups",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chattergroups.method.searchgroups(string,string,integer,integer).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 112
              },
              "end": {
                "line": 0,
                "character": 120
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:112"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 112
              },
              "end": {
                "line": 0,
                "character": 120
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:112"
          },
          "parentId": "ConnectApi.chattergroups.method.searchgroups(string,string,integer,integer)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chattergroups.searchgroups.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 104
                },
                "end": {
                  "line": 0,
                  "character": 111
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:104"
            },
            "parentId": "ConnectApi.chattergroups.searchgroups",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "description": "Use either the ID for a community, internal, or null. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards. Can be specified as null. Specifies the number of the page you want returned. Starts at 0. If you pass in null or 0, the first page is returned. Specifies the number of items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "searchgroups(string,string,connectapi.grouparchivestatus,integer,integer)": {
      "id": "ConnectApi.chattergroups.method.searchgroups(string,string,connectapi.grouparchivestatus,integer,integer)",
      "nodeType": "method",
      "name": "searchGroups",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchGroups",
        "textToLower": "searchgroups",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchGroups_-1:0"
      },
      "parentId": "ConnectApi.chattergroups",
      "order": 35,
      "memberOrder": 35,
      "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.ChatterGroupPage searchGroups(String communityId, String q, ConnectApi.GroupArchiveStatus archiveStatus, Integer pageParam, Integer pageSize)",
      "overrideSignature": "public static override ConnectApi.ChatterGroupPage searchGroups(String communityId, String q, ConnectApi.GroupArchiveStatus archiveStatus, Integer pageParam, Integer pageSize)",
      "simplifiedSignature": "searchGroups(String,String,ConnectApi.GroupArchiveStatus,Integer,Integer)",
      "datatype": {
        "id": "ConnectApi.chattergroups.searchgroups.datatype.ConnectApi.ChatterGroupPage",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterGroupPage",
        "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.searchgroups",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterGroupPage"
      },
      "description": "Get a page of groups with the archive status that match the search criteria.",
      "parentName": "ChatterGroups",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattergroups.method.searchgroups(string,string,connectapi.grouparchivestatus,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": 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.searchgroups(string,string,connectapi.grouparchivestatus,integer,integer)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattergroups.searchgroups.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.searchgroups",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chattergroups.method.searchgroups(string,string,connectapi.grouparchivestatus,integer,integer).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 82
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:82"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 82
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:82"
          },
          "parentId": "ConnectApi.chattergroups.method.searchgroups(string,string,connectapi.grouparchivestatus,integer,integer)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattergroups.searchgroups.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.searchgroups",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "archivestatus": {
          "id": "ConnectApi.chattergroups.method.searchgroups(string,string,connectapi.grouparchivestatus,integer,integer).varParam.archivestatus",
          "nodeType": "variable",
          "name": "archiveStatus",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "archiveStatus",
            "textToLower": "archivestatus",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 115
              },
              "end": {
                "line": 0,
                "character": 128
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_archiveStatus_0:115"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "archiveStatus",
            "textToLower": "archivestatus",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 115
              },
              "end": {
                "line": 0,
                "character": 128
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_archiveStatus_0:115"
          },
          "parentId": "ConnectApi.chattergroups.method.searchgroups(string,string,connectapi.grouparchivestatus,integer,integer)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chattergroups.searchgroups.datatype.ConnectApi.GroupArchiveStatus",
            "nodeType": "datatype",
            "name": "ConnectApi.GroupArchiveStatus",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 85
                },
                "end": {
                  "line": 0,
                  "character": 95
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:85"
            },
            "parentId": "ConnectApi.chattergroups.searchgroups",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.GroupArchiveStatus"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chattergroups.method.searchgroups(string,string,connectapi.grouparchivestatus,integer,integer).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 138
              },
              "end": {
                "line": 0,
                "character": 147
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:138"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 138
              },
              "end": {
                "line": 0,
                "character": 147
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:138"
          },
          "parentId": "ConnectApi.chattergroups.method.searchgroups(string,string,connectapi.grouparchivestatus,integer,integer)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chattergroups.searchgroups.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 130
                },
                "end": {
                  "line": 0,
                  "character": 137
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:130"
            },
            "parentId": "ConnectApi.chattergroups.searchgroups",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chattergroups.method.searchgroups(string,string,connectapi.grouparchivestatus,integer,integer).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 157
              },
              "end": {
                "line": 0,
                "character": 165
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:157"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 157
              },
              "end": {
                "line": 0,
                "character": 165
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:157"
          },
          "parentId": "ConnectApi.chattergroups.method.searchgroups(string,string,connectapi.grouparchivestatus,integer,integer)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chattergroups.searchgroups.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 149
                },
                "end": {
                  "line": 0,
                  "character": 156
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:149"
            },
            "parentId": "ConnectApi.chattergroups.searchgroups",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "description": "Use either the ID for a community, internal, or null. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards. Can be specified as null.  Archive status of groups.  All—All groups, including groups that are archived and groups that aren’t archived.   Archived—Groups that are archived.   NotArchived—Groups that aren’t archived.    Specifies the number of the page you want returned. Starts at 0. If you pass in null or 0, the first page is returned. Specifies the number of items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "setbannerphoto(string,string,string,integer)": {
      "id": "ConnectApi.chattergroups.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.chattergroups",
      "order": 36,
      "memberOrder": 36,
      "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 groupId, String fileId, Integer versionNumber)",
      "overrideSignature": "public static override ConnectApi.BannerPhoto setBannerPhoto(String communityId, String groupId, String fileId, Integer versionNumber)",
      "simplifiedSignature": "setBannerPhoto(String,String,String,Integer)",
      "datatype": {
        "id": "ConnectApi.chattergroups.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.chattergroups.setbannerphoto",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.BannerPhoto"
      },
      "description": "Set an uploaded file as the group banner photo.",
      "parentName": "ChatterGroups",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattergroups.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.chattergroups.method.setbannerphoto(string,string,string,integer)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattergroups.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.chattergroups.setbannerphoto",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "groupid": {
          "id": "ConnectApi.chattergroups.method.setbannerphoto(string,string,string,integer).varParam.groupid",
          "nodeType": "variable",
          "name": "groupId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupId",
            "textToLower": "groupid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:79"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupId",
            "textToLower": "groupid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:79"
          },
          "parentId": "ConnectApi.chattergroups.method.setbannerphoto(string,string,string,integer)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattergroups.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.chattergroups.setbannerphoto",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "fileid": {
          "id": "ConnectApi.chattergroups.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": 95
              },
              "end": {
                "line": 0,
                "character": 101
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_fileId_0:95"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "fileId",
            "textToLower": "fileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 101
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_fileId_0:95"
          },
          "parentId": "ConnectApi.chattergroups.method.setbannerphoto(string,string,string,integer)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chattergroups.setbannerphoto.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 88
                },
                "end": {
                  "line": 0,
                  "character": 94
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:88"
            },
            "parentId": "ConnectApi.chattergroups.setbannerphoto",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "versionnumber": {
          "id": "ConnectApi.chattergroups.method.setbannerphoto(string,string,string,integer).varParam.versionnumber",
          "nodeType": "variable",
          "name": "versionNumber",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "versionNumber",
            "textToLower": "versionnumber",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 111
              },
              "end": {
                "line": 0,
                "character": 124
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_versionNumber_0:111"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "versionNumber",
            "textToLower": "versionnumber",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 111
              },
              "end": {
                "line": 0,
                "character": 124
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_versionNumber_0:111"
          },
          "parentId": "ConnectApi.chattergroups.method.setbannerphoto(string,string,string,integer)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chattergroups.setbannerphoto.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 103
                },
                "end": {
                  "line": 0,
                  "character": 110
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:103"
            },
            "parentId": "ConnectApi.chattergroups.setbannerphoto",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the group. The ID of the already uploaded file. The key prefix must be 069, and the image must be smaller than 8 MB. Version number of the existing file. Specify either an existing version number or, to get the latest version, specify null.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "setbannerphoto(string,string,connectapi.binaryinput)": {
      "id": "ConnectApi.chattergroups.method.setbannerphoto(string,string,connectapi.binaryinput)",
      "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.chattergroups",
      "order": 37,
      "memberOrder": 37,
      "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 groupId, ConnectApi.BinaryInput fileUpload)",
      "overrideSignature": "public static override ConnectApi.BannerPhoto setBannerPhoto(String communityId, String groupId, ConnectApi.BinaryInput fileUpload)",
      "simplifiedSignature": "setBannerPhoto(String,String,ConnectApi.BinaryInput)",
      "datatype": {
        "id": "ConnectApi.chattergroups.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.chattergroups.setbannerphoto",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.BannerPhoto"
      },
      "description": "Set a file that hasn’t been uploaded as the group banner photo.",
      "parentName": "ChatterGroups",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattergroups.method.setbannerphoto(string,string,connectapi.binaryinput).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.chattergroups.method.setbannerphoto(string,string,connectapi.binaryinput)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattergroups.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.chattergroups.setbannerphoto",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "groupid": {
          "id": "ConnectApi.chattergroups.method.setbannerphoto(string,string,connectapi.binaryinput).varParam.groupid",
          "nodeType": "variable",
          "name": "groupId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupId",
            "textToLower": "groupid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:79"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupId",
            "textToLower": "groupid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:79"
          },
          "parentId": "ConnectApi.chattergroups.method.setbannerphoto(string,string,connectapi.binaryinput)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattergroups.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.chattergroups.setbannerphoto",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "fileupload": {
          "id": "ConnectApi.chattergroups.method.setbannerphoto(string,string,connectapi.binaryinput).varParam.fileupload",
          "nodeType": "variable",
          "name": "fileUpload",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "fileUpload",
            "textToLower": "fileupload",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 111
              },
              "end": {
                "line": 0,
                "character": 121
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_fileUpload_0:111"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "fileUpload",
            "textToLower": "fileupload",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 111
              },
              "end": {
                "line": 0,
                "character": 121
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_fileUpload_0:111"
          },
          "parentId": "ConnectApi.chattergroups.method.setbannerphoto(string,string,connectapi.binaryinput)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chattergroups.setbannerphoto.datatype.ConnectApi.BinaryInput",
            "nodeType": "datatype",
            "name": "ConnectApi.BinaryInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 88
                },
                "end": {
                  "line": 0,
                  "character": 98
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:88"
            },
            "parentId": "ConnectApi.chattergroups.setbannerphoto",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.BinaryInput"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the group. A file to use as the photo. The content type must be usable as an image.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "setbannerphotowithattributes(string,string,connectapi.bannerphotoinput)": {
      "id": "ConnectApi.chattergroups.method.setbannerphotowithattributes(string,string,connectapi.bannerphotoinput)",
      "nodeType": "method",
      "name": "setBannerPhotoWithAttributes",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setBannerPhotoWithAttributes",
        "textToLower": "setbannerphotowithattributes",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setBannerPhotoWithAttributes_-1:0"
      },
      "parentId": "ConnectApi.chattergroups",
      "order": 38,
      "memberOrder": 38,
      "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 setBannerPhotoWithAttributes(String communityId, String groupId, ConnectApi.BannerPhotoInput bannerPhoto)",
      "overrideSignature": "public static override ConnectApi.BannerPhoto setBannerPhotoWithAttributes(String communityId, String groupId, ConnectApi.BannerPhotoInput bannerPhoto)",
      "simplifiedSignature": "setBannerPhotoWithAttributes(String,String,ConnectApi.BannerPhotoInput)",
      "datatype": {
        "id": "ConnectApi.chattergroups.setbannerphotowithattributes.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.chattergroups.setbannerphotowithattributes",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.BannerPhoto"
      },
      "description": "Set and crop an uploaded file as the group banner photo.",
      "parentName": "ChatterGroups",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattergroups.method.setbannerphotowithattributes(string,string,connectapi.bannerphotoinput).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 73
              },
              "end": {
                "line": 0,
                "character": 84
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:73"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 73
              },
              "end": {
                "line": 0,
                "character": 84
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:73"
          },
          "parentId": "ConnectApi.chattergroups.method.setbannerphotowithattributes(string,string,connectapi.bannerphotoinput)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattergroups.setbannerphotowithattributes.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 66
                },
                "end": {
                  "line": 0,
                  "character": 72
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:66"
            },
            "parentId": "ConnectApi.chattergroups.setbannerphotowithattributes",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "groupid": {
          "id": "ConnectApi.chattergroups.method.setbannerphotowithattributes(string,string,connectapi.bannerphotoinput).varParam.groupid",
          "nodeType": "variable",
          "name": "groupId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupId",
            "textToLower": "groupid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 93
              },
              "end": {
                "line": 0,
                "character": 100
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:93"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupId",
            "textToLower": "groupid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 93
              },
              "end": {
                "line": 0,
                "character": 100
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:93"
          },
          "parentId": "ConnectApi.chattergroups.method.setbannerphotowithattributes(string,string,connectapi.bannerphotoinput)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattergroups.setbannerphotowithattributes.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 86
                },
                "end": {
                  "line": 0,
                  "character": 92
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:86"
            },
            "parentId": "ConnectApi.chattergroups.setbannerphotowithattributes",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "bannerphoto": {
          "id": "ConnectApi.chattergroups.method.setbannerphotowithattributes(string,string,connectapi.bannerphotoinput).varParam.bannerphoto",
          "nodeType": "variable",
          "name": "bannerPhoto",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "bannerPhoto",
            "textToLower": "bannerphoto",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 130
              },
              "end": {
                "line": 0,
                "character": 141
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_bannerPhoto_0:130"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "bannerPhoto",
            "textToLower": "bannerphoto",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 130
              },
              "end": {
                "line": 0,
                "character": 141
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_bannerPhoto_0:130"
          },
          "parentId": "ConnectApi.chattergroups.method.setbannerphotowithattributes(string,string,connectapi.bannerphotoinput)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chattergroups.setbannerphotowithattributes.datatype.ConnectApi.BannerPhotoInput",
            "nodeType": "datatype",
            "name": "ConnectApi.BannerPhotoInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 102
                },
                "end": {
                  "line": 0,
                  "character": 112
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:102"
            },
            "parentId": "ConnectApi.chattergroups.setbannerphotowithattributes",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.BannerPhotoInput"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the group. A ConnectApi.BannerPhotoInput object that specifies the ID and version of the file, and how to crop the file.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "setbannerphotowithattributes(string,string,connectapi.bannerphotoinput,connectapi.binaryinput)": {
      "id": "ConnectApi.chattergroups.method.setbannerphotowithattributes(string,string,connectapi.bannerphotoinput,connectapi.binaryinput)",
      "nodeType": "method",
      "name": "setBannerPhotoWithAttributes",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setBannerPhotoWithAttributes",
        "textToLower": "setbannerphotowithattributes",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setBannerPhotoWithAttributes_-1:0"
      },
      "parentId": "ConnectApi.chattergroups",
      "order": 39,
      "memberOrder": 39,
      "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 setBannerPhotoWithAttributes(String communityId, String groupId, ConnectApi.BannerPhotoInput bannerPhoto, ConnectApi.BinaryInput fileUpload)",
      "overrideSignature": "public static override ConnectApi.BannerPhoto setBannerPhotoWithAttributes(String communityId, String groupId, ConnectApi.BannerPhotoInput bannerPhoto, ConnectApi.BinaryInput fileUpload)",
      "simplifiedSignature": "setBannerPhotoWithAttributes(String,String,ConnectApi.BannerPhotoInput,ConnectApi.BinaryInput)",
      "datatype": {
        "id": "ConnectApi.chattergroups.setbannerphotowithattributes.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.chattergroups.setbannerphotowithattributes",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.BannerPhoto"
      },
      "description": "Set and crop a file that hasn’t been uploaded as the group banner photo.",
      "parentName": "ChatterGroups",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattergroups.method.setbannerphotowithattributes(string,string,connectapi.bannerphotoinput,connectapi.binaryinput).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 73
              },
              "end": {
                "line": 0,
                "character": 84
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:73"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 73
              },
              "end": {
                "line": 0,
                "character": 84
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:73"
          },
          "parentId": "ConnectApi.chattergroups.method.setbannerphotowithattributes(string,string,connectapi.bannerphotoinput,connectapi.binaryinput)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattergroups.setbannerphotowithattributes.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 66
                },
                "end": {
                  "line": 0,
                  "character": 72
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:66"
            },
            "parentId": "ConnectApi.chattergroups.setbannerphotowithattributes",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "groupid": {
          "id": "ConnectApi.chattergroups.method.setbannerphotowithattributes(string,string,connectapi.bannerphotoinput,connectapi.binaryinput).varParam.groupid",
          "nodeType": "variable",
          "name": "groupId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupId",
            "textToLower": "groupid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 93
              },
              "end": {
                "line": 0,
                "character": 100
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:93"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupId",
            "textToLower": "groupid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 93
              },
              "end": {
                "line": 0,
                "character": 100
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:93"
          },
          "parentId": "ConnectApi.chattergroups.method.setbannerphotowithattributes(string,string,connectapi.bannerphotoinput,connectapi.binaryinput)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattergroups.setbannerphotowithattributes.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 86
                },
                "end": {
                  "line": 0,
                  "character": 92
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:86"
            },
            "parentId": "ConnectApi.chattergroups.setbannerphotowithattributes",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "bannerphoto": {
          "id": "ConnectApi.chattergroups.method.setbannerphotowithattributes(string,string,connectapi.bannerphotoinput,connectapi.binaryinput).varParam.bannerphoto",
          "nodeType": "variable",
          "name": "bannerPhoto",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "bannerPhoto",
            "textToLower": "bannerphoto",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 130
              },
              "end": {
                "line": 0,
                "character": 141
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_bannerPhoto_0:130"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "bannerPhoto",
            "textToLower": "bannerphoto",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 130
              },
              "end": {
                "line": 0,
                "character": 141
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_bannerPhoto_0:130"
          },
          "parentId": "ConnectApi.chattergroups.method.setbannerphotowithattributes(string,string,connectapi.bannerphotoinput,connectapi.binaryinput)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chattergroups.setbannerphotowithattributes.datatype.ConnectApi.BannerPhotoInput",
            "nodeType": "datatype",
            "name": "ConnectApi.BannerPhotoInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 102
                },
                "end": {
                  "line": 0,
                  "character": 112
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:102"
            },
            "parentId": "ConnectApi.chattergroups.setbannerphotowithattributes",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.BannerPhotoInput"
          },
          "scope": null
        },
        "fileupload": {
          "id": "ConnectApi.chattergroups.method.setbannerphotowithattributes(string,string,connectapi.bannerphotoinput,connectapi.binaryinput).varParam.fileupload",
          "nodeType": "variable",
          "name": "fileUpload",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "fileUpload",
            "textToLower": "fileupload",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 166
              },
              "end": {
                "line": 0,
                "character": 176
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_fileUpload_0:166"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "fileUpload",
            "textToLower": "fileupload",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 166
              },
              "end": {
                "line": 0,
                "character": 176
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_fileUpload_0:166"
          },
          "parentId": "ConnectApi.chattergroups.method.setbannerphotowithattributes(string,string,connectapi.bannerphotoinput,connectapi.binaryinput)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chattergroups.setbannerphotowithattributes.datatype.ConnectApi.BinaryInput",
            "nodeType": "datatype",
            "name": "ConnectApi.BinaryInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 143
                },
                "end": {
                  "line": 0,
                  "character": 153
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:143"
            },
            "parentId": "ConnectApi.chattergroups.setbannerphotowithattributes",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.BinaryInput"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the group. A ConnectApi.BannerPhotoInput object specifying the cropping parameters. A file to use as the photo. The content type must be usable as an image.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "setphoto(string,string,string,integer)": {
      "id": "ConnectApi.chattergroups.method.setphoto(string,string,string,integer)",
      "nodeType": "method",
      "name": "setPhoto",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setPhoto",
        "textToLower": "setphoto",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setPhoto_-1:0"
      },
      "parentId": "ConnectApi.chattergroups",
      "order": 40,
      "memberOrder": 40,
      "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 setPhoto(String communityId, String groupId, String fileId, Integer versionNumber)",
      "overrideSignature": "public static override ConnectApi.Photo setPhoto(String communityId, String groupId, String fileId, Integer versionNumber)",
      "simplifiedSignature": "setPhoto(String,String,String,Integer)",
      "datatype": {
        "id": "ConnectApi.chattergroups.setphoto.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.chattergroups.setphoto",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.Photo"
      },
      "description": "Set an uploaded file as the group photo.",
      "parentName": "ChatterGroups",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattergroups.method.setphoto(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": 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.chattergroups.method.setphoto(string,string,string,integer)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattergroups.setphoto.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.chattergroups.setphoto",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "groupid": {
          "id": "ConnectApi.chattergroups.method.setphoto(string,string,string,integer).varParam.groupid",
          "nodeType": "variable",
          "name": "groupId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupId",
            "textToLower": "groupid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 74
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:67"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupId",
            "textToLower": "groupid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 74
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:67"
          },
          "parentId": "ConnectApi.chattergroups.method.setphoto(string,string,string,integer)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattergroups.setphoto.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.chattergroups.setphoto",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "fileid": {
          "id": "ConnectApi.chattergroups.method.setphoto(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": 83
              },
              "end": {
                "line": 0,
                "character": 89
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_fileId_0:83"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "fileId",
            "textToLower": "fileid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 83
              },
              "end": {
                "line": 0,
                "character": 89
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_fileId_0:83"
          },
          "parentId": "ConnectApi.chattergroups.method.setphoto(string,string,string,integer)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chattergroups.setphoto.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 76
                },
                "end": {
                  "line": 0,
                  "character": 82
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:76"
            },
            "parentId": "ConnectApi.chattergroups.setphoto",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "versionnumber": {
          "id": "ConnectApi.chattergroups.method.setphoto(string,string,string,integer).varParam.versionnumber",
          "nodeType": "variable",
          "name": "versionNumber",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "versionNumber",
            "textToLower": "versionnumber",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 99
              },
              "end": {
                "line": 0,
                "character": 112
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_versionNumber_0:99"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "versionNumber",
            "textToLower": "versionnumber",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 99
              },
              "end": {
                "line": 0,
                "character": 112
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_versionNumber_0:99"
          },
          "parentId": "ConnectApi.chattergroups.method.setphoto(string,string,string,integer)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chattergroups.setphoto.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 91
                },
                "end": {
                  "line": 0,
                  "character": 98
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:91"
            },
            "parentId": "ConnectApi.chattergroups.setphoto",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a group. ID of a file already uploaded. The key prefix must be 069, and the file must be an image that is smaller than 2 GB. Version number of the existing file. Specify either an existing version number or, to get the latest version, specify null.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "setphoto(string,string,connectapi.binaryinput)": {
      "id": "ConnectApi.chattergroups.method.setphoto(string,string,connectapi.binaryinput)",
      "nodeType": "method",
      "name": "setPhoto",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setPhoto",
        "textToLower": "setphoto",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setPhoto_-1:0"
      },
      "parentId": "ConnectApi.chattergroups",
      "order": 41,
      "memberOrder": 41,
      "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 setPhoto(String communityId, String groupId, ConnectApi.BinaryInput fileUpload)",
      "overrideSignature": "public static override ConnectApi.Photo setPhoto(String communityId, String groupId, ConnectApi.BinaryInput fileUpload)",
      "simplifiedSignature": "setPhoto(String,String,ConnectApi.BinaryInput)",
      "datatype": {
        "id": "ConnectApi.chattergroups.setphoto.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.chattergroups.setphoto",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.Photo"
      },
      "description": "Set a file that hasn’t been uploaded as the group photo.",
      "parentName": "ChatterGroups",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattergroups.method.setphoto(string,string,connectapi.binaryinput).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.chattergroups.method.setphoto(string,string,connectapi.binaryinput)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattergroups.setphoto.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.chattergroups.setphoto",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "groupid": {
          "id": "ConnectApi.chattergroups.method.setphoto(string,string,connectapi.binaryinput).varParam.groupid",
          "nodeType": "variable",
          "name": "groupId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupId",
            "textToLower": "groupid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 74
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:67"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupId",
            "textToLower": "groupid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 74
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:67"
          },
          "parentId": "ConnectApi.chattergroups.method.setphoto(string,string,connectapi.binaryinput)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattergroups.setphoto.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.chattergroups.setphoto",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "fileupload": {
          "id": "ConnectApi.chattergroups.method.setphoto(string,string,connectapi.binaryinput).varParam.fileupload",
          "nodeType": "variable",
          "name": "fileUpload",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "fileUpload",
            "textToLower": "fileupload",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 99
              },
              "end": {
                "line": 0,
                "character": 109
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_fileUpload_0:99"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "fileUpload",
            "textToLower": "fileupload",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 99
              },
              "end": {
                "line": 0,
                "character": 109
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_fileUpload_0:99"
          },
          "parentId": "ConnectApi.chattergroups.method.setphoto(string,string,connectapi.binaryinput)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chattergroups.setphoto.datatype.ConnectApi.BinaryInput",
            "nodeType": "datatype",
            "name": "ConnectApi.BinaryInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 76
                },
                "end": {
                  "line": 0,
                  "character": 86
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:76"
            },
            "parentId": "ConnectApi.chattergroups.setphoto",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.BinaryInput"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a group. A file to use as the photo. The content type must be usable as an image.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "setphotowithattributes(string,string,connectapi.photoinput)": {
      "id": "ConnectApi.chattergroups.method.setphotowithattributes(string,string,connectapi.photoinput)",
      "nodeType": "method",
      "name": "setPhotoWithAttributes",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setPhotoWithAttributes",
        "textToLower": "setphotowithattributes",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setPhotoWithAttributes_-1:0"
      },
      "parentId": "ConnectApi.chattergroups",
      "order": 42,
      "memberOrder": 42,
      "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 setPhotoWithAttributes(String communityId, String groupId, ConnectApi.PhotoInput photo)",
      "overrideSignature": "public static override ConnectApi.Photo setPhotoWithAttributes(String communityId, String groupId, ConnectApi.PhotoInput photo)",
      "simplifiedSignature": "setPhotoWithAttributes(String,String,ConnectApi.PhotoInput)",
      "datatype": {
        "id": "ConnectApi.chattergroups.setphotowithattributes.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.chattergroups.setphotowithattributes",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.Photo"
      },
      "description": "Set and crop an uploaded file as the group photo.",
      "parentName": "ChatterGroups",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattergroups.method.setphotowithattributes(string,string,connectapi.photoinput).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "parentId": "ConnectApi.chattergroups.method.setphotowithattributes(string,string,connectapi.photoinput)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattergroups.setphotowithattributes.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 54
                },
                "end": {
                  "line": 0,
                  "character": 60
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:54"
            },
            "parentId": "ConnectApi.chattergroups.setphotowithattributes",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "groupid": {
          "id": "ConnectApi.chattergroups.method.setphotowithattributes(string,string,connectapi.photoinput).varParam.groupid",
          "nodeType": "variable",
          "name": "groupId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupId",
            "textToLower": "groupid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 81
              },
              "end": {
                "line": 0,
                "character": 88
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:81"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupId",
            "textToLower": "groupid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 81
              },
              "end": {
                "line": 0,
                "character": 88
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:81"
          },
          "parentId": "ConnectApi.chattergroups.method.setphotowithattributes(string,string,connectapi.photoinput)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattergroups.setphotowithattributes.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 74
                },
                "end": {
                  "line": 0,
                  "character": 80
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:74"
            },
            "parentId": "ConnectApi.chattergroups.setphotowithattributes",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "photo": {
          "id": "ConnectApi.chattergroups.method.setphotowithattributes(string,string,connectapi.photoinput).varParam.photo",
          "nodeType": "variable",
          "name": "photo",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "photo",
            "textToLower": "photo",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 112
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_photo_0:112"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "photo",
            "textToLower": "photo",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 112
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_photo_0:112"
          },
          "parentId": "ConnectApi.chattergroups.method.setphotowithattributes(string,string,connectapi.photoinput)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chattergroups.setphotowithattributes.datatype.ConnectApi.PhotoInput",
            "nodeType": "datatype",
            "name": "ConnectApi.PhotoInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 90
                },
                "end": {
                  "line": 0,
                  "character": 100
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:90"
            },
            "parentId": "ConnectApi.chattergroups.setphotowithattributes",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.PhotoInput"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a group. A ConnectApi.PhotoInput object that specifies the ID and version of the file, and how to crop the file.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "setphotowithattributes(string,string,connectapi.photoinput,connectapi.binaryinput)": {
      "id": "ConnectApi.chattergroups.method.setphotowithattributes(string,string,connectapi.photoinput,connectapi.binaryinput)",
      "nodeType": "method",
      "name": "setPhotoWithAttributes",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setPhotoWithAttributes",
        "textToLower": "setphotowithattributes",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setPhotoWithAttributes_-1:0"
      },
      "parentId": "ConnectApi.chattergroups",
      "order": 43,
      "memberOrder": 43,
      "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 setPhotoWithAttributes(String communityId, String groupId, ConnectApi.PhotoInput photo, ConnectApi.BinaryInput fileUpload)",
      "overrideSignature": "public static override ConnectApi.Photo setPhotoWithAttributes(String communityId, String groupId, ConnectApi.PhotoInput photo, ConnectApi.BinaryInput fileUpload)",
      "simplifiedSignature": "setPhotoWithAttributes(String,String,ConnectApi.PhotoInput,ConnectApi.BinaryInput)",
      "datatype": {
        "id": "ConnectApi.chattergroups.setphotowithattributes.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.chattergroups.setphotowithattributes",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.Photo"
      },
      "description": "Set and crop a file that hasn’t been uploaded as the group photo.",
      "parentName": "ChatterGroups",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattergroups.method.setphotowithattributes(string,string,connectapi.photoinput,connectapi.binaryinput).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "parentId": "ConnectApi.chattergroups.method.setphotowithattributes(string,string,connectapi.photoinput,connectapi.binaryinput)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattergroups.setphotowithattributes.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 54
                },
                "end": {
                  "line": 0,
                  "character": 60
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:54"
            },
            "parentId": "ConnectApi.chattergroups.setphotowithattributes",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "groupid": {
          "id": "ConnectApi.chattergroups.method.setphotowithattributes(string,string,connectapi.photoinput,connectapi.binaryinput).varParam.groupid",
          "nodeType": "variable",
          "name": "groupId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupId",
            "textToLower": "groupid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 81
              },
              "end": {
                "line": 0,
                "character": 88
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:81"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupId",
            "textToLower": "groupid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 81
              },
              "end": {
                "line": 0,
                "character": 88
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:81"
          },
          "parentId": "ConnectApi.chattergroups.method.setphotowithattributes(string,string,connectapi.photoinput,connectapi.binaryinput)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattergroups.setphotowithattributes.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 74
                },
                "end": {
                  "line": 0,
                  "character": 80
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:74"
            },
            "parentId": "ConnectApi.chattergroups.setphotowithattributes",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "photo": {
          "id": "ConnectApi.chattergroups.method.setphotowithattributes(string,string,connectapi.photoinput,connectapi.binaryinput).varParam.photo",
          "nodeType": "variable",
          "name": "photo",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "photo",
            "textToLower": "photo",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 112
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_photo_0:112"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "photo",
            "textToLower": "photo",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 112
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_photo_0:112"
          },
          "parentId": "ConnectApi.chattergroups.method.setphotowithattributes(string,string,connectapi.photoinput,connectapi.binaryinput)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chattergroups.setphotowithattributes.datatype.ConnectApi.PhotoInput",
            "nodeType": "datatype",
            "name": "ConnectApi.PhotoInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 90
                },
                "end": {
                  "line": 0,
                  "character": 100
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:90"
            },
            "parentId": "ConnectApi.chattergroups.setphotowithattributes",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.PhotoInput"
          },
          "scope": null
        },
        "fileupload": {
          "id": "ConnectApi.chattergroups.method.setphotowithattributes(string,string,connectapi.photoinput,connectapi.binaryinput).varParam.fileupload",
          "nodeType": "variable",
          "name": "fileUpload",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "fileUpload",
            "textToLower": "fileupload",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 142
              },
              "end": {
                "line": 0,
                "character": 152
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_fileUpload_0:142"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "fileUpload",
            "textToLower": "fileupload",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 142
              },
              "end": {
                "line": 0,
                "character": 152
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_fileUpload_0:142"
          },
          "parentId": "ConnectApi.chattergroups.method.setphotowithattributes(string,string,connectapi.photoinput,connectapi.binaryinput)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chattergroups.setphotowithattributes.datatype.ConnectApi.BinaryInput",
            "nodeType": "datatype",
            "name": "ConnectApi.BinaryInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 119
                },
                "end": {
                  "line": 0,
                  "character": 129
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:119"
            },
            "parentId": "ConnectApi.chattergroups.setphotowithattributes",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.BinaryInput"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a group. A ConnectApi.PhotoInput object that specifies how to crop the file specified in fileUpload. A file to use as the photo. The content type must be usable as an image.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "updategroup(string,string,connectapi.chattergroupinput)": {
      "id": "ConnectApi.chattergroups.method.updategroup(string,string,connectapi.chattergroupinput)",
      "nodeType": "method",
      "name": "updateGroup",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "updateGroup",
        "textToLower": "updategroup",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_updateGroup_-1:0"
      },
      "parentId": "ConnectApi.chattergroups",
      "order": 44,
      "memberOrder": 44,
      "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.ChatterGroup updateGroup(String communityId, String groupId, ConnectApi.ChatterGroupInput groupInput)",
      "overrideSignature": "public static override ConnectApi.ChatterGroup updateGroup(String communityId, String groupId, ConnectApi.ChatterGroupInput groupInput)",
      "simplifiedSignature": "updateGroup(String,String,ConnectApi.ChatterGroupInput)",
      "datatype": {
        "id": "ConnectApi.chattergroups.updategroup.datatype.ConnectApi.ChatterGroup",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterGroup",
        "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.updategroup",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterGroup"
      },
      "description": "Update the settings of a group.",
      "parentName": "ChatterGroups",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattergroups.method.updategroup(string,string,connectapi.chattergroupinput).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 57
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:57"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 57
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:57"
          },
          "parentId": "ConnectApi.chattergroups.method.updategroup(string,string,connectapi.chattergroupinput)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattergroups.updategroup.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 50
                },
                "end": {
                  "line": 0,
                  "character": 56
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:50"
            },
            "parentId": "ConnectApi.chattergroups.updategroup",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "groupid": {
          "id": "ConnectApi.chattergroups.method.updategroup(string,string,connectapi.chattergroupinput).varParam.groupid",
          "nodeType": "variable",
          "name": "groupId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupId",
            "textToLower": "groupid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 77
              },
              "end": {
                "line": 0,
                "character": 84
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:77"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupId",
            "textToLower": "groupid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 77
              },
              "end": {
                "line": 0,
                "character": 84
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:77"
          },
          "parentId": "ConnectApi.chattergroups.method.updategroup(string,string,connectapi.chattergroupinput)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattergroups.updategroup.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 70
                },
                "end": {
                  "line": 0,
                  "character": 76
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:70"
            },
            "parentId": "ConnectApi.chattergroups.updategroup",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "groupinput": {
          "id": "ConnectApi.chattergroups.method.updategroup(string,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": 115
              },
              "end": {
                "line": 0,
                "character": 125
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupInput_0:115"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupInput",
            "textToLower": "groupinput",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 115
              },
              "end": {
                "line": 0,
                "character": 125
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupInput_0:115"
          },
          "parentId": "ConnectApi.chattergroups.method.updategroup(string,string,connectapi.chattergroupinput)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chattergroups.updategroup.datatype.ConnectApi.ChatterGroupInput",
            "nodeType": "datatype",
            "name": "ConnectApi.ChatterGroupInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 86
                },
                "end": {
                  "line": 0,
                  "character": 96
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:86"
            },
            "parentId": "ConnectApi.chattergroups.updategroup",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.ChatterGroupInput"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a group. A ConnectApi.ChatterGroupInput object.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "updategroupmember(string,string,connectapi.groupmembershiptype)": {
      "id": "ConnectApi.chattergroups.method.updategroupmember(string,string,connectapi.groupmembershiptype)",
      "nodeType": "method",
      "name": "updateGroupMember",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "updateGroupMember",
        "textToLower": "updategroupmember",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_updateGroupMember_-1:0"
      },
      "parentId": "ConnectApi.chattergroups",
      "order": 45,
      "memberOrder": 45,
      "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.ChatterGroup updateGroupMember(String communityId, String membershipId, ConnectApi.GroupMembershipType role)",
      "overrideSignature": "public static override ConnectApi.ChatterGroup updateGroupMember(String communityId, String membershipId, ConnectApi.GroupMembershipType role)",
      "simplifiedSignature": "updateGroupMember(String,String,ConnectApi.GroupMembershipType)",
      "datatype": {
        "id": "ConnectApi.chattergroups.updategroupmember.datatype.ConnectApi.ChatterGroup",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterGroup",
        "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.updategroupmember",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterGroup"
      },
      "description": "Update the role of a group member.",
      "parentName": "ChatterGroups",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattergroups.method.updategroupmember(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": 63
              },
              "end": {
                "line": 0,
                "character": 74
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:63"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 63
              },
              "end": {
                "line": 0,
                "character": 74
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:63"
          },
          "parentId": "ConnectApi.chattergroups.method.updategroupmember(string,string,connectapi.groupmembershiptype)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattergroups.updategroupmember.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.updategroupmember",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "membershipid": {
          "id": "ConnectApi.chattergroups.method.updategroupmember(string,string,connectapi.groupmembershiptype).varParam.membershipid",
          "nodeType": "variable",
          "name": "membershipId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "membershipId",
            "textToLower": "membershipid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 83
              },
              "end": {
                "line": 0,
                "character": 95
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_membershipId_0:83"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "membershipId",
            "textToLower": "membershipid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 83
              },
              "end": {
                "line": 0,
                "character": 95
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_membershipId_0:83"
          },
          "parentId": "ConnectApi.chattergroups.method.updategroupmember(string,string,connectapi.groupmembershiptype)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattergroups.updategroupmember.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 76
                },
                "end": {
                  "line": 0,
                  "character": 82
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:76"
            },
            "parentId": "ConnectApi.chattergroups.updategroupmember",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "role": {
          "id": "ConnectApi.chattergroups.method.updategroupmember(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": 128
              },
              "end": {
                "line": 0,
                "character": 132
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_role_0:128"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "role",
            "textToLower": "role",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 128
              },
              "end": {
                "line": 0,
                "character": 132
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_role_0:128"
          },
          "parentId": "ConnectApi.chattergroups.method.updategroupmember(string,string,connectapi.groupmembershiptype)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chattergroups.updategroupmember.datatype.ConnectApi.GroupMembershipType",
            "nodeType": "datatype",
            "name": "ConnectApi.GroupMembershipType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 97
                },
                "end": {
                  "line": 0,
                  "character": 107
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:97"
            },
            "parentId": "ConnectApi.chattergroups.updategroupmember",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.GroupMembershipType"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a membership. The group membership type. One of these values: GroupManager  StandardMember",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "updatemychattersettings(string,string,connectapi.groupemailfrequency)": {
      "id": "ConnectApi.chattergroups.method.updatemychattersettings(string,string,connectapi.groupemailfrequency)",
      "nodeType": "method",
      "name": "updateMyChatterSettings",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "updateMyChatterSettings",
        "textToLower": "updatemychattersettings",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_updateMyChatterSettings_-1:0"
      },
      "parentId": "ConnectApi.chattergroups",
      "order": 46,
      "memberOrder": 46,
      "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.GroupChatterSettings updateMyChatterSettings(String communityId, String groupId, ConnectApi.GroupEmailFrequency emailFrequency)",
      "overrideSignature": "public static override ConnectApi.GroupChatterSettings updateMyChatterSettings(String communityId, String groupId, ConnectApi.GroupEmailFrequency emailFrequency)",
      "simplifiedSignature": "updateMyChatterSettings(String,String,ConnectApi.GroupEmailFrequency)",
      "datatype": {
        "id": "ConnectApi.chattergroups.updatemychattersettings.datatype.ConnectApi.GroupChatterSettings",
        "nodeType": "datatype",
        "name": "ConnectApi.GroupChatterSettings",
        "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.updatemychattersettings",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.GroupChatterSettings"
      },
      "description": "Update the context user’s email frequency for a group.",
      "parentName": "ChatterGroups",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattergroups.method.updatemychattersettings(string,string,connectapi.groupemailfrequency).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 77
              },
              "end": {
                "line": 0,
                "character": 88
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:77"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 77
              },
              "end": {
                "line": 0,
                "character": 88
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:77"
          },
          "parentId": "ConnectApi.chattergroups.method.updatemychattersettings(string,string,connectapi.groupemailfrequency)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattergroups.updatemychattersettings.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 70
                },
                "end": {
                  "line": 0,
                  "character": 76
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:70"
            },
            "parentId": "ConnectApi.chattergroups.updatemychattersettings",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "groupid": {
          "id": "ConnectApi.chattergroups.method.updatemychattersettings(string,string,connectapi.groupemailfrequency).varParam.groupid",
          "nodeType": "variable",
          "name": "groupId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupId",
            "textToLower": "groupid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 97
              },
              "end": {
                "line": 0,
                "character": 104
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:97"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "groupId",
            "textToLower": "groupid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 97
              },
              "end": {
                "line": 0,
                "character": 104
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_groupId_0:97"
          },
          "parentId": "ConnectApi.chattergroups.method.updatemychattersettings(string,string,connectapi.groupemailfrequency)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattergroups.updatemychattersettings.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 90
                },
                "end": {
                  "line": 0,
                  "character": 96
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:90"
            },
            "parentId": "ConnectApi.chattergroups.updatemychattersettings",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "emailfrequency": {
          "id": "ConnectApi.chattergroups.method.updatemychattersettings(string,string,connectapi.groupemailfrequency).varParam.emailfrequency",
          "nodeType": "variable",
          "name": "emailFrequency",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "emailFrequency",
            "textToLower": "emailfrequency",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 137
              },
              "end": {
                "line": 0,
                "character": 151
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_emailFrequency_0:137"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "emailFrequency",
            "textToLower": "emailfrequency",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 137
              },
              "end": {
                "line": 0,
                "character": 151
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_emailFrequency_0:137"
          },
          "parentId": "ConnectApi.chattergroups.method.updatemychattersettings(string,string,connectapi.groupemailfrequency)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chattergroups.updatemychattersettings.datatype.ConnectApi.GroupEmailFrequency",
            "nodeType": "datatype",
            "name": "ConnectApi.GroupEmailFrequency",
            "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.updatemychattersettings",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.GroupEmailFrequency"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a group. Frequency with which a user receives email. EachPost  DailyDigest  WeeklyDigest  Never  UseDefault   The value UseDefault uses the value set in a call to updateChatterSettings(communityId, userId, defaultGroupEmailFrequency).",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "updaterequeststatus(string,string,connectapi.groupmembershiprequeststatus)": {
      "id": "ConnectApi.chattergroups.method.updaterequeststatus(string,string,connectapi.groupmembershiprequeststatus)",
      "nodeType": "method",
      "name": "updateRequestStatus",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "updateRequestStatus",
        "textToLower": "updaterequeststatus",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_updateRequestStatus_-1:0"
      },
      "parentId": "ConnectApi.chattergroups",
      "order": 47,
      "memberOrder": 47,
      "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.GroupMembershipRequest updateRequestStatus(String communityId, String requestId, ConnectApi.GroupMembershipRequestStatus status)",
      "overrideSignature": "public static override ConnectApi.GroupMembershipRequest updateRequestStatus(String communityId, String requestId, ConnectApi.GroupMembershipRequestStatus status)",
      "simplifiedSignature": "updateRequestStatus(String,String,ConnectApi.GroupMembershipRequestStatus)",
      "datatype": {
        "id": "ConnectApi.chattergroups.updaterequeststatus.datatype.ConnectApi.GroupMembershipRequest",
        "nodeType": "datatype",
        "name": "ConnectApi.GroupMembershipRequest",
        "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.updaterequeststatus",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.GroupMembershipRequest"
      },
      "description": "Update a request to join a private group.",
      "parentName": "ChatterGroups",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattergroups.method.updaterequeststatus(string,string,connectapi.groupmembershiprequeststatus).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 75
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:75"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 75
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:75"
          },
          "parentId": "ConnectApi.chattergroups.method.updaterequeststatus(string,string,connectapi.groupmembershiprequeststatus)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattergroups.updaterequeststatus.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 68
                },
                "end": {
                  "line": 0,
                  "character": 74
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:68"
            },
            "parentId": "ConnectApi.chattergroups.updaterequeststatus",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "requestid": {
          "id": "ConnectApi.chattergroups.method.updaterequeststatus(string,string,connectapi.groupmembershiprequeststatus).varParam.requestid",
          "nodeType": "variable",
          "name": "requestId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "requestId",
            "textToLower": "requestid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 104
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_requestId_0:95"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "requestId",
            "textToLower": "requestid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 104
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_requestId_0:95"
          },
          "parentId": "ConnectApi.chattergroups.method.updaterequeststatus(string,string,connectapi.groupmembershiprequeststatus)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattergroups.updaterequeststatus.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 88
                },
                "end": {
                  "line": 0,
                  "character": 94
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:88"
            },
            "parentId": "ConnectApi.chattergroups.updaterequeststatus",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "status": {
          "id": "ConnectApi.chattergroups.method.updaterequeststatus(string,string,connectapi.groupmembershiprequeststatus).varParam.status",
          "nodeType": "variable",
          "name": "status",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "status",
            "textToLower": "status",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 146
              },
              "end": {
                "line": 0,
                "character": 152
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_status_0:146"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "status",
            "textToLower": "status",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 146
              },
              "end": {
                "line": 0,
                "character": 152
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_status_0:146"
          },
          "parentId": "ConnectApi.chattergroups.method.updaterequeststatus(string,string,connectapi.groupmembershiprequeststatus)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chattergroups.updaterequeststatus.datatype.ConnectApi.GroupMembershipRequestStatus",
            "nodeType": "datatype",
            "name": "ConnectApi.GroupMembershipRequestStatus",
            "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.updaterequeststatus",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.GroupMembershipRequestStatus"
          },
          "description": "Use either the ID for a community, internal, or null. ID for a request to join a private group. Status of the request: Accepted  Declined   The Pending value of the enum is not valid in this method.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "updaterequeststatus(string,string,connectapi.groupmembershiprequeststatus,string)": {
      "id": "ConnectApi.chattergroups.method.updaterequeststatus(string,string,connectapi.groupmembershiprequeststatus,string)",
      "nodeType": "method",
      "name": "updateRequestStatus",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "updateRequestStatus",
        "textToLower": "updaterequeststatus",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_updateRequestStatus_-1:0"
      },
      "parentId": "ConnectApi.chattergroups",
      "order": 48,
      "memberOrder": 48,
      "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.GroupMembershipRequest updateRequestStatus(String communityId, String requestId, ConnectApi.GroupMembershipRequestStatus status, String responseMessage)",
      "overrideSignature": "public static override ConnectApi.GroupMembershipRequest updateRequestStatus(String communityId, String requestId, ConnectApi.GroupMembershipRequestStatus status, String responseMessage)",
      "simplifiedSignature": "updateRequestStatus(String,String,ConnectApi.GroupMembershipRequestStatus,String)",
      "datatype": {
        "id": "ConnectApi.chattergroups.updaterequeststatus.datatype.ConnectApi.GroupMembershipRequest",
        "nodeType": "datatype",
        "name": "ConnectApi.GroupMembershipRequest",
        "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.updaterequeststatus",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.GroupMembershipRequest"
      },
      "description": "Update a request to join a private group and optionally provide a message when the request is denied.",
      "parentName": "ChatterGroups",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattergroups.method.updaterequeststatus(string,string,connectapi.groupmembershiprequeststatus,string).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 75
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:75"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 75
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:75"
          },
          "parentId": "ConnectApi.chattergroups.method.updaterequeststatus(string,string,connectapi.groupmembershiprequeststatus,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattergroups.updaterequeststatus.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 68
                },
                "end": {
                  "line": 0,
                  "character": 74
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:68"
            },
            "parentId": "ConnectApi.chattergroups.updaterequeststatus",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "requestid": {
          "id": "ConnectApi.chattergroups.method.updaterequeststatus(string,string,connectapi.groupmembershiprequeststatus,string).varParam.requestid",
          "nodeType": "variable",
          "name": "requestId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "requestId",
            "textToLower": "requestid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 104
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_requestId_0:95"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "requestId",
            "textToLower": "requestid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 104
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_requestId_0:95"
          },
          "parentId": "ConnectApi.chattergroups.method.updaterequeststatus(string,string,connectapi.groupmembershiprequeststatus,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattergroups.updaterequeststatus.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 88
                },
                "end": {
                  "line": 0,
                  "character": 94
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:88"
            },
            "parentId": "ConnectApi.chattergroups.updaterequeststatus",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "status": {
          "id": "ConnectApi.chattergroups.method.updaterequeststatus(string,string,connectapi.groupmembershiprequeststatus,string).varParam.status",
          "nodeType": "variable",
          "name": "status",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "status",
            "textToLower": "status",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 146
              },
              "end": {
                "line": 0,
                "character": 152
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_status_0:146"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "status",
            "textToLower": "status",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 146
              },
              "end": {
                "line": 0,
                "character": 152
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_status_0:146"
          },
          "parentId": "ConnectApi.chattergroups.method.updaterequeststatus(string,string,connectapi.groupmembershiprequeststatus,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chattergroups.updaterequeststatus.datatype.ConnectApi.GroupMembershipRequestStatus",
            "nodeType": "datatype",
            "name": "ConnectApi.GroupMembershipRequestStatus",
            "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.updaterequeststatus",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.GroupMembershipRequestStatus"
          },
          "scope": null
        },
        "responsemessage": {
          "id": "ConnectApi.chattergroups.method.updaterequeststatus(string,string,connectapi.groupmembershiprequeststatus,string).varParam.responsemessage",
          "nodeType": "variable",
          "name": "responseMessage",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "responseMessage",
            "textToLower": "responsemessage",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 161
              },
              "end": {
                "line": 0,
                "character": 176
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_responseMessage_0:161"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "responseMessage",
            "textToLower": "responsemessage",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 161
              },
              "end": {
                "line": 0,
                "character": 176
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_responseMessage_0:161"
          },
          "parentId": "ConnectApi.chattergroups.method.updaterequeststatus(string,string,connectapi.groupmembershiprequeststatus,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chattergroups.updaterequeststatus.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 154
                },
                "end": {
                  "line": 0,
                  "character": 160
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:154"
            },
            "parentId": "ConnectApi.chattergroups.updaterequeststatus",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. ID for a request to join a private group. Status of the request: Accepted  Declined   The Pending value of the enum is not valid in this method.  Provide a message to the user if their membership request is declined. The value of this property is used only when the value of the status property is Declined.The maximum length is 756 characters.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestsearchgroups(string,string,connectapi.chattergrouppage)": {
      "id": "ConnectApi.chattergroups.method.settestsearchgroups(string,string,connectapi.chattergrouppage)",
      "nodeType": "method",
      "name": "setTestSearchGroups",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestSearchGroups",
        "textToLower": "settestsearchgroups",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestSearchGroups_-1:0"
      },
      "parentId": "ConnectApi.chattergroups",
      "order": 49,
      "memberOrder": 49,
      "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 setTestSearchGroups(String communityId, String q, ConnectApi.ChatterGroupPage result)",
      "overrideSignature": "public static override Void setTestSearchGroups(String communityId, String q, ConnectApi.ChatterGroupPage result)",
      "simplifiedSignature": "setTestSearchGroups(String,String,ConnectApi.ChatterGroupPage)",
      "datatype": {
        "id": "ConnectApi.chattergroups.settestsearchgroups.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.settestsearchgroups",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.ChatterGroupPage object to be returned when the matching ConnectApi.searchGroups method is called in a test context. Use the test method with the same parameters or you receive an exception.",
      "parentName": "ChatterGroups",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattergroups.method.settestsearchgroups(string,string,connectapi.chattergrouppage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 46
              },
              "end": {
                "line": 0,
                "character": 57
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:46"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 46
              },
              "end": {
                "line": 0,
                "character": 57
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:46"
          },
          "parentId": "ConnectApi.chattergroups.method.settestsearchgroups(string,string,connectapi.chattergrouppage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattergroups.settestsearchgroups.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 39
                },
                "end": {
                  "line": 0,
                  "character": 45
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:39"
            },
            "parentId": "ConnectApi.chattergroups.settestsearchgroups",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chattergroups.method.settestsearchgroups(string,string,connectapi.chattergrouppage).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 66
              },
              "end": {
                "line": 0,
                "character": 67
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:66"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 66
              },
              "end": {
                "line": 0,
                "character": 67
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:66"
          },
          "parentId": "ConnectApi.chattergroups.method.settestsearchgroups(string,string,connectapi.chattergrouppage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattergroups.settestsearchgroups.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 59
                },
                "end": {
                  "line": 0,
                  "character": 65
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:59"
            },
            "parentId": "ConnectApi.chattergroups.settestsearchgroups",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chattergroups.method.settestsearchgroups(string,string,connectapi.chattergrouppage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 97
              },
              "end": {
                "line": 0,
                "character": 103
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:97"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 97
              },
              "end": {
                "line": 0,
                "character": 103
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:97"
          },
          "parentId": "ConnectApi.chattergroups.method.settestsearchgroups(string,string,connectapi.chattergrouppage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chattergroups.settestsearchgroups.datatype.ConnectApi.ChatterGroupPage",
            "nodeType": "datatype",
            "name": "ConnectApi.ChatterGroupPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 69
                },
                "end": {
                  "line": 0,
                  "character": 79
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:69"
            },
            "parentId": "ConnectApi.chattergroups.settestsearchgroups",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.ChatterGroupPage"
          },
          "description": "Use either the ID for a community, internal, or null. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards. Can be specified as null. The test ConnectApi.ChatterGroupPage object.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestsearchgroups(string,string,integer,integer,connectapi.chattergrouppage)": {
      "id": "ConnectApi.chattergroups.method.settestsearchgroups(string,string,integer,integer,connectapi.chattergrouppage)",
      "nodeType": "method",
      "name": "setTestSearchGroups",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestSearchGroups",
        "textToLower": "settestsearchgroups",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestSearchGroups_-1:0"
      },
      "parentId": "ConnectApi.chattergroups",
      "order": 50,
      "memberOrder": 50,
      "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 setTestSearchGroups(String communityId, String q, Integer pageParam, Integer pageSize, ConnectApi.ChatterGroupPage result)",
      "overrideSignature": "public static override Void setTestSearchGroups(String communityId, String q, Integer pageParam, Integer pageSize, ConnectApi.ChatterGroupPage result)",
      "simplifiedSignature": "setTestSearchGroups(String,String,Integer,Integer,ConnectApi.ChatterGroupPage)",
      "datatype": {
        "id": "ConnectApi.chattergroups.settestsearchgroups.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.settestsearchgroups",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.ChatterGroupPage object to be returned when the matching ConnectApi.searchGroups method is called in a test context. Use the test method with the same parameters or you receive an exception.",
      "parentName": "ChatterGroups",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattergroups.method.settestsearchgroups(string,string,integer,integer,connectapi.chattergrouppage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 46
              },
              "end": {
                "line": 0,
                "character": 57
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:46"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 46
              },
              "end": {
                "line": 0,
                "character": 57
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:46"
          },
          "parentId": "ConnectApi.chattergroups.method.settestsearchgroups(string,string,integer,integer,connectapi.chattergrouppage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattergroups.settestsearchgroups.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 39
                },
                "end": {
                  "line": 0,
                  "character": 45
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:39"
            },
            "parentId": "ConnectApi.chattergroups.settestsearchgroups",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chattergroups.method.settestsearchgroups(string,string,integer,integer,connectapi.chattergrouppage).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 66
              },
              "end": {
                "line": 0,
                "character": 67
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:66"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 66
              },
              "end": {
                "line": 0,
                "character": 67
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:66"
          },
          "parentId": "ConnectApi.chattergroups.method.settestsearchgroups(string,string,integer,integer,connectapi.chattergrouppage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattergroups.settestsearchgroups.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 59
                },
                "end": {
                  "line": 0,
                  "character": 65
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:59"
            },
            "parentId": "ConnectApi.chattergroups.settestsearchgroups",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chattergroups.method.settestsearchgroups(string,string,integer,integer,connectapi.chattergrouppage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 77
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:77"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 77
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:77"
          },
          "parentId": "ConnectApi.chattergroups.method.settestsearchgroups(string,string,integer,integer,connectapi.chattergrouppage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chattergroups.settestsearchgroups.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 69
                },
                "end": {
                  "line": 0,
                  "character": 76
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:69"
            },
            "parentId": "ConnectApi.chattergroups.settestsearchgroups",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chattergroups.method.settestsearchgroups(string,string,integer,integer,connectapi.chattergrouppage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 96
              },
              "end": {
                "line": 0,
                "character": 104
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:96"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 96
              },
              "end": {
                "line": 0,
                "character": 104
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:96"
          },
          "parentId": "ConnectApi.chattergroups.method.settestsearchgroups(string,string,integer,integer,connectapi.chattergrouppage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chattergroups.settestsearchgroups.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 88
                },
                "end": {
                  "line": 0,
                  "character": 95
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:88"
            },
            "parentId": "ConnectApi.chattergroups.settestsearchgroups",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chattergroups.method.settestsearchgroups(string,string,integer,integer,connectapi.chattergrouppage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 134
              },
              "end": {
                "line": 0,
                "character": 140
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:134"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 134
              },
              "end": {
                "line": 0,
                "character": 140
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:134"
          },
          "parentId": "ConnectApi.chattergroups.method.settestsearchgroups(string,string,integer,integer,connectapi.chattergrouppage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chattergroups.settestsearchgroups.datatype.ConnectApi.ChatterGroupPage",
            "nodeType": "datatype",
            "name": "ConnectApi.ChatterGroupPage",
            "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.settestsearchgroups",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.ChatterGroupPage"
          },
          "description": "Use either the ID for a community, internal, or null. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards. Can be specified as null. Specifies the number of the page you want returned. Starts at 0. If you pass in null or 0, the first page is returned. Specifies the number of items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. The test ConnectApi.ChatterGroupPage object.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestsearchgroups(string,string,connectapi.grouparchivestatus,integer,integer,connectapi.chattergrouppage)": {
      "id": "ConnectApi.chattergroups.method.settestsearchgroups(string,string,connectapi.grouparchivestatus,integer,integer,connectapi.chattergrouppage)",
      "nodeType": "method",
      "name": "setTestSearchGroups",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestSearchGroups",
        "textToLower": "settestsearchgroups",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestSearchGroups_-1:0"
      },
      "parentId": "ConnectApi.chattergroups",
      "order": 51,
      "memberOrder": 51,
      "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 setTestSearchGroups(String communityId, String q, ConnectApi.GroupArchiveStatus archiveStatus, Integer pageParam, Integer pageSize, ConnectApi.ChatterGroupPage result)",
      "overrideSignature": "public static override Void setTestSearchGroups(String communityId, String q, ConnectApi.GroupArchiveStatus archiveStatus, Integer pageParam, Integer pageSize, ConnectApi.ChatterGroupPage result)",
      "simplifiedSignature": "setTestSearchGroups(String,String,ConnectApi.GroupArchiveStatus,Integer,Integer,ConnectApi.ChatterGroupPage)",
      "datatype": {
        "id": "ConnectApi.chattergroups.settestsearchgroups.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.settestsearchgroups",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.ChatterGroupPage object to be returned when the matching ConnectApi.searchGroups method is called in a test context. Use the test method with the same parameters or you receive an exception.",
      "parentName": "ChatterGroups",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattergroups.method.settestsearchgroups(string,string,connectapi.grouparchivestatus,integer,integer,connectapi.chattergrouppage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 46
              },
              "end": {
                "line": 0,
                "character": 57
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:46"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 46
              },
              "end": {
                "line": 0,
                "character": 57
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:46"
          },
          "parentId": "ConnectApi.chattergroups.method.settestsearchgroups(string,string,connectapi.grouparchivestatus,integer,integer,connectapi.chattergrouppage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattergroups.settestsearchgroups.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 39
                },
                "end": {
                  "line": 0,
                  "character": 45
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:39"
            },
            "parentId": "ConnectApi.chattergroups.settestsearchgroups",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chattergroups.method.settestsearchgroups(string,string,connectapi.grouparchivestatus,integer,integer,connectapi.chattergrouppage).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 66
              },
              "end": {
                "line": 0,
                "character": 67
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:66"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 66
              },
              "end": {
                "line": 0,
                "character": 67
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:66"
          },
          "parentId": "ConnectApi.chattergroups.method.settestsearchgroups(string,string,connectapi.grouparchivestatus,integer,integer,connectapi.chattergrouppage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattergroups.settestsearchgroups.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 59
                },
                "end": {
                  "line": 0,
                  "character": 65
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:59"
            },
            "parentId": "ConnectApi.chattergroups.settestsearchgroups",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "archivestatus": {
          "id": "ConnectApi.chattergroups.method.settestsearchgroups(string,string,connectapi.grouparchivestatus,integer,integer,connectapi.chattergrouppage).varParam.archivestatus",
          "nodeType": "variable",
          "name": "archiveStatus",
          "startToken": {
            "type": "entity.name.variable",
            "text": "archiveStatus",
            "textToLower": "archivestatus",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 100
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_archiveStatus_0:100"
          },
          "endToken": {
            "type": "entity.name.variable",
            "text": "archiveStatus",
            "textToLower": "archivestatus",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 100
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_archiveStatus_0:100"
          },
          "parentId": "ConnectApi.chattergroups.method.settestsearchgroups(string,string,connectapi.grouparchivestatus,integer,integer,connectapi.chattergrouppage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chattergroups.settestsearchgroups.datatype.ConnectApi.GroupArchiveStatus",
            "nodeType": "datatype",
            "name": "ConnectApi.GroupArchiveStatus",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 69
                },
                "end": {
                  "line": 0,
                  "character": 79
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:69"
            },
            "parentId": "ConnectApi.chattergroups.settestsearchgroups",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.GroupArchiveStatus"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chattergroups.method.settestsearchgroups(string,string,connectapi.grouparchivestatus,integer,integer,connectapi.chattergrouppage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 123
              },
              "end": {
                "line": 0,
                "character": 132
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:123"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 123
              },
              "end": {
                "line": 0,
                "character": 132
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:123"
          },
          "parentId": "ConnectApi.chattergroups.method.settestsearchgroups(string,string,connectapi.grouparchivestatus,integer,integer,connectapi.chattergrouppage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chattergroups.settestsearchgroups.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 115
                },
                "end": {
                  "line": 0,
                  "character": 122
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:115"
            },
            "parentId": "ConnectApi.chattergroups.settestsearchgroups",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chattergroups.method.settestsearchgroups(string,string,connectapi.grouparchivestatus,integer,integer,connectapi.chattergrouppage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 142
              },
              "end": {
                "line": 0,
                "character": 150
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:142"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 142
              },
              "end": {
                "line": 0,
                "character": 150
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:142"
          },
          "parentId": "ConnectApi.chattergroups.method.settestsearchgroups(string,string,connectapi.grouparchivestatus,integer,integer,connectapi.chattergrouppage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chattergroups.settestsearchgroups.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 134
                },
                "end": {
                  "line": 0,
                  "character": 141
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:134"
            },
            "parentId": "ConnectApi.chattergroups.settestsearchgroups",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chattergroups.method.settestsearchgroups(string,string,connectapi.grouparchivestatus,integer,integer,connectapi.chattergrouppage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 180
              },
              "end": {
                "line": 0,
                "character": 186
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:180"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 180
              },
              "end": {
                "line": 0,
                "character": 186
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:180"
          },
          "parentId": "ConnectApi.chattergroups.method.settestsearchgroups(string,string,connectapi.grouparchivestatus,integer,integer,connectapi.chattergrouppage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chattergroups.settestsearchgroups.datatype.ConnectApi.ChatterGroupPage",
            "nodeType": "datatype",
            "name": "ConnectApi.ChatterGroupPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 152
                },
                "end": {
                  "line": 0,
                  "character": 162
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:152"
            },
            "parentId": "ConnectApi.chattergroups.settestsearchgroups",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.ChatterGroupPage"
          },
          "description": "Use either the ID for a community, internal, or null. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards. Can be specified as null. Archive status of groups.  All—All groups, including groups that are archived and groups that aren’t archived.   Archived—Groups that are archived.   NotArchived—Groups that aren’t archived.    Specifies the number of the page you want returned. Starts at 0. If you pass in null or 0, the first page is returned. Specifies the number of items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. The test ConnectApi.ChatterGroupPage object.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    }
  },
  "constructors": {},
  "extendsType": "",
  "implementTypes": [],
  "implements": {},
  "totalMembers": 51,
  "queries": []
}