{
  "id": "ConnectApi.chattermessages",
  "nodeType": "class",
  "name": "ChatterMessages",
  "namespace": "ConnectApi",
  "startToken": {
    "type": "declaration.entity.name.class",
    "text": "ChatterMessages",
    "textToLower": "chattermessages",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "declaration.entity.name.class_ChatterMessages_-1:0"
  },
  "order": 0,
  "memberOrder": 0,
  "accessModifier": {
    "type": "keyword.modifier.access",
    "text": "global",
    "textToLower": "global",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "keyword.modifier.access_global_-1:0"
  },
  "sharingModifier": {
    "type": "keyword.modifier.sharing",
    "text": "without sharing",
    "textToLower": "without sharing",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "keyword.modifier.sharing_without sharing_-1:0"
  },
  "description": "Access and modify message and conversation data.",
  "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_ConnectAPI_ChatterMessages_static_methods.htm",
  "classes": {},
  "interfaces": {},
  "enums": {},
  "variables": {},
  "methods": {
    "getconversation(string)": {
      "id": "ConnectApi.chattermessages.method.getconversation(string)",
      "nodeType": "method",
      "name": "getConversation",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getConversation",
        "textToLower": "getconversation",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getConversation_-1:0"
      },
      "parentId": "ConnectApi.chattermessages",
      "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.ChatterConversation getConversation(String conversationId)",
      "overrideSignature": "public static override ConnectApi.ChatterConversation getConversation(String conversationId)",
      "simplifiedSignature": "getConversation(String)",
      "datatype": {
        "id": "ConnectApi.chattermessages.getconversation.datatype.ConnectApi.ChatterConversation",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterConversation",
        "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.chattermessages.getconversation",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterConversation"
      },
      "description": "Get a conversation.",
      "parentName": "ChatterMessages",
      "variables": {},
      "params": {
        "conversationid": {
          "id": "ConnectApi.chattermessages.method.getconversation(string).varParam.conversationid",
          "nodeType": "variable",
          "name": "conversationId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "conversationId",
            "textToLower": "conversationid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 68
              },
              "end": {
                "line": 0,
                "character": 82
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_conversationId_0:68"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "conversationId",
            "textToLower": "conversationid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 68
              },
              "end": {
                "line": 0,
                "character": 82
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_conversationId_0:68"
          },
          "parentId": "ConnectApi.chattermessages.method.getconversation(string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattermessages.getconversation.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 61
                },
                "end": {
                  "line": 0,
                  "character": 67
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:61"
            },
            "parentId": "ConnectApi.chattermessages.getconversation",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Specify the ID for the conversation.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getconversation(string,string,integer)": {
      "id": "ConnectApi.chattermessages.method.getconversation(string,string,integer)",
      "nodeType": "method",
      "name": "getConversation",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getConversation",
        "textToLower": "getconversation",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getConversation_-1:0"
      },
      "parentId": "ConnectApi.chattermessages",
      "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.ChatterConversation getConversation(String conversationId, String pageParam, Integer pageSize)",
      "overrideSignature": "public static override ConnectApi.ChatterConversation getConversation(String conversationId, String pageParam, Integer pageSize)",
      "simplifiedSignature": "getConversation(String,String,Integer)",
      "datatype": {
        "id": "ConnectApi.chattermessages.getconversation.datatype.ConnectApi.ChatterConversation",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterConversation",
        "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.chattermessages.getconversation",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterConversation"
      },
      "description": "Get a page of a conversation.",
      "parentName": "ChatterMessages",
      "variables": {},
      "params": {
        "conversationid": {
          "id": "ConnectApi.chattermessages.method.getconversation(string,string,integer).varParam.conversationid",
          "nodeType": "variable",
          "name": "conversationId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "conversationId",
            "textToLower": "conversationid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 68
              },
              "end": {
                "line": 0,
                "character": 82
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_conversationId_0:68"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "conversationId",
            "textToLower": "conversationid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 68
              },
              "end": {
                "line": 0,
                "character": 82
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_conversationId_0:68"
          },
          "parentId": "ConnectApi.chattermessages.method.getconversation(string,string,integer)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattermessages.getconversation.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 61
                },
                "end": {
                  "line": 0,
                  "character": 67
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:61"
            },
            "parentId": "ConnectApi.chattermessages.getconversation",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chattermessages.method.getconversation(string,string,integer).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 100
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:91"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 100
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:91"
          },
          "parentId": "ConnectApi.chattermessages.method.getconversation(string,string,integer)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattermessages.getconversation.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 84
                },
                "end": {
                  "line": 0,
                  "character": 90
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:84"
            },
            "parentId": "ConnectApi.chattermessages.getconversation",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chattermessages.method.getconversation(string,string,integer).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 110
              },
              "end": {
                "line": 0,
                "character": 118
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:110"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 110
              },
              "end": {
                "line": 0,
                "character": 118
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:110"
          },
          "parentId": "ConnectApi.chattermessages.method.getconversation(string,string,integer)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chattermessages.getconversation.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 102
                },
                "end": {
                  "line": 0,
                  "character": 109
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:102"
            },
            "parentId": "ConnectApi.chattermessages.getconversation",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "description": "Specify the ID for the conversation. Specifies the page token to be used to view a page of information. Page tokens are returned as part of the response class, such as currentPageToken or nextPageToken. If you pass in null, 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": []
    },
    "getconversation(string,string)": {
      "id": "ConnectApi.chattermessages.method.getconversation(string,string)",
      "nodeType": "method",
      "name": "getConversation",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getConversation",
        "textToLower": "getconversation",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getConversation_-1:0"
      },
      "parentId": "ConnectApi.chattermessages",
      "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.ChatterConversation getConversation(String communityId, String conversationId)",
      "overrideSignature": "public static override ConnectApi.ChatterConversation getConversation(String communityId, String conversationId)",
      "simplifiedSignature": "getConversation(String,String)",
      "datatype": {
        "id": "ConnectApi.chattermessages.getconversation.datatype.ConnectApi.ChatterConversation",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterConversation",
        "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.chattermessages.getconversation",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterConversation"
      },
      "description": "Get a conversation from a community.",
      "parentName": "ChatterMessages",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattermessages.method.getconversation(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": 68
              },
              "end": {
                "line": 0,
                "character": 79
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:68"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 68
              },
              "end": {
                "line": 0,
                "character": 79
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:68"
          },
          "parentId": "ConnectApi.chattermessages.method.getconversation(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattermessages.getconversation.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 61
                },
                "end": {
                  "line": 0,
                  "character": 67
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:61"
            },
            "parentId": "ConnectApi.chattermessages.getconversation",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "conversationid": {
          "id": "ConnectApi.chattermessages.method.getconversation(string,string).varParam.conversationid",
          "nodeType": "variable",
          "name": "conversationId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "conversationId",
            "textToLower": "conversationid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 88
              },
              "end": {
                "line": 0,
                "character": 102
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_conversationId_0:88"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "conversationId",
            "textToLower": "conversationid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 88
              },
              "end": {
                "line": 0,
                "character": 102
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_conversationId_0:88"
          },
          "parentId": "ConnectApi.chattermessages.method.getconversation(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattermessages.getconversation.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 81
                },
                "end": {
                  "line": 0,
                  "character": 87
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:81"
            },
            "parentId": "ConnectApi.chattermessages.getconversation",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. Specify the ID for the conversation.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getconversation(string,string,string,string)": {
      "id": "ConnectApi.chattermessages.method.getconversation(string,string,string,string)",
      "nodeType": "method",
      "name": "getConversation",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getConversation",
        "textToLower": "getconversation",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getConversation_-1:0"
      },
      "parentId": "ConnectApi.chattermessages",
      "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.ChatterConversation getConversation(String communityId, String conversationId, String pageParam, String pageSize)",
      "overrideSignature": "public static override ConnectApi.ChatterConversation getConversation(String communityId, String conversationId, String pageParam, String pageSize)",
      "simplifiedSignature": "getConversation(String,String,String,String)",
      "datatype": {
        "id": "ConnectApi.chattermessages.getconversation.datatype.ConnectApi.ChatterConversation",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterConversation",
        "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.chattermessages.getconversation",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterConversation"
      },
      "description": "Get a page of a conversation from a community.",
      "parentName": "ChatterMessages",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattermessages.method.getconversation(string,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": 68
              },
              "end": {
                "line": 0,
                "character": 79
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:68"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 68
              },
              "end": {
                "line": 0,
                "character": 79
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:68"
          },
          "parentId": "ConnectApi.chattermessages.method.getconversation(string,string,string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattermessages.getconversation.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 61
                },
                "end": {
                  "line": 0,
                  "character": 67
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:61"
            },
            "parentId": "ConnectApi.chattermessages.getconversation",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "conversationid": {
          "id": "ConnectApi.chattermessages.method.getconversation(string,string,string,string).varParam.conversationid",
          "nodeType": "variable",
          "name": "conversationId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "conversationId",
            "textToLower": "conversationid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 88
              },
              "end": {
                "line": 0,
                "character": 102
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_conversationId_0:88"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "conversationId",
            "textToLower": "conversationid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 88
              },
              "end": {
                "line": 0,
                "character": 102
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_conversationId_0:88"
          },
          "parentId": "ConnectApi.chattermessages.method.getconversation(string,string,string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattermessages.getconversation.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 81
                },
                "end": {
                  "line": 0,
                  "character": 87
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:81"
            },
            "parentId": "ConnectApi.chattermessages.getconversation",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chattermessages.method.getconversation(string,string,string,string).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 111
              },
              "end": {
                "line": 0,
                "character": 120
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:111"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 111
              },
              "end": {
                "line": 0,
                "character": 120
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:111"
          },
          "parentId": "ConnectApi.chattermessages.method.getconversation(string,string,string,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chattermessages.getconversation.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 104
                },
                "end": {
                  "line": 0,
                  "character": 110
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:104"
            },
            "parentId": "ConnectApi.chattermessages.getconversation",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chattermessages.method.getconversation(string,string,string,string).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 129
              },
              "end": {
                "line": 0,
                "character": 137
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:129"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 129
              },
              "end": {
                "line": 0,
                "character": 137
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:129"
          },
          "parentId": "ConnectApi.chattermessages.method.getconversation(string,string,string,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chattermessages.getconversation.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 122
                },
                "end": {
                  "line": 0,
                  "character": 128
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:122"
            },
            "parentId": "ConnectApi.chattermessages.getconversation",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. Specify the ID for the conversation. Specifies the page token to be used to view a page of information. Page tokens are returned as part of the response class, such as currentPageToken or nextPageToken. If you pass in null, 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": []
    },
    "getconversations()": {
      "id": "ConnectApi.chattermessages.method.getconversations()",
      "nodeType": "method",
      "name": "getConversations",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getConversations",
        "textToLower": "getconversations",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getConversations_-1:0"
      },
      "parentId": "ConnectApi.chattermessages",
      "order": 5,
      "memberOrder": 5,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.ChatterConversationPage getConversations()",
      "overrideSignature": "public static override ConnectApi.ChatterConversationPage getConversations()",
      "simplifiedSignature": "getConversations()",
      "datatype": {
        "id": "ConnectApi.chattermessages.getconversations.datatype.ConnectApi.ChatterConversationPage",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterConversationPage",
        "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.chattermessages.getconversations",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterConversationPage"
      },
      "description": "Get the most recent conversations.",
      "parentName": "ChatterMessages",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getconversations(string,integer)": {
      "id": "ConnectApi.chattermessages.method.getconversations(string,integer)",
      "nodeType": "method",
      "name": "getConversations",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getConversations",
        "textToLower": "getconversations",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getConversations_-1:0"
      },
      "parentId": "ConnectApi.chattermessages",
      "order": 6,
      "memberOrder": 6,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.ChatterConversationPage getConversations(String pageParam, Integer pageSize)",
      "overrideSignature": "public static override ConnectApi.ChatterConversationPage getConversations(String pageParam, Integer pageSize)",
      "simplifiedSignature": "getConversations(String,Integer)",
      "datatype": {
        "id": "ConnectApi.chattermessages.getconversations.datatype.ConnectApi.ChatterConversationPage",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterConversationPage",
        "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.chattermessages.getconversations",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterConversationPage"
      },
      "description": "Get a page of conversations.",
      "parentName": "ChatterMessages",
      "variables": {},
      "params": {
        "pageparam": {
          "id": "ConnectApi.chattermessages.method.getconversations(string,integer).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 73
              },
              "end": {
                "line": 0,
                "character": 82
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:73"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 73
              },
              "end": {
                "line": 0,
                "character": 82
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:73"
          },
          "parentId": "ConnectApi.chattermessages.method.getconversations(string,integer)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattermessages.getconversations.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.chattermessages.getconversations",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chattermessages.method.getconversations(string,integer).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 92
              },
              "end": {
                "line": 0,
                "character": 100
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:92"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 92
              },
              "end": {
                "line": 0,
                "character": 100
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:92"
          },
          "parentId": "ConnectApi.chattermessages.method.getconversations(string,integer)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattermessages.getconversations.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 84
                },
                "end": {
                  "line": 0,
                  "character": 91
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:84"
            },
            "parentId": "ConnectApi.chattermessages.getconversations",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "description": "Specifies the page token to be used to view a page of information. Page tokens are returned as part of the response class, such as currentPageToken or nextPageToken. If you pass in null, 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": []
    },
    "getconversations(string)": {
      "id": "ConnectApi.chattermessages.method.getconversations(string)",
      "nodeType": "method",
      "name": "getConversations",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getConversations",
        "textToLower": "getconversations",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getConversations_-1:0"
      },
      "parentId": "ConnectApi.chattermessages",
      "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 ConnectApi.ChatterConversationPage getConversations(String communityId)",
      "overrideSignature": "public static override ConnectApi.ChatterConversationPage getConversations(String communityId)",
      "simplifiedSignature": "getConversations(String)",
      "datatype": {
        "id": "ConnectApi.chattermessages.getconversations.datatype.ConnectApi.ChatterConversationPage",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterConversationPage",
        "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.chattermessages.getconversations",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterConversationPage"
      },
      "description": "Get the most recent conversations from a community.",
      "parentName": "ChatterMessages",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattermessages.method.getconversations(string).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.chattermessages.method.getconversations(string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattermessages.getconversations.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.chattermessages.getconversations",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getconversations(string,string,integer)": {
      "id": "ConnectApi.chattermessages.method.getconversations(string,string,integer)",
      "nodeType": "method",
      "name": "getConversations",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getConversations",
        "textToLower": "getconversations",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getConversations_-1:0"
      },
      "parentId": "ConnectApi.chattermessages",
      "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 ConnectApi.ChatterConversationPage getConversations(String communityId, String pageParam, Integer pageSize)",
      "overrideSignature": "public static override ConnectApi.ChatterConversationPage getConversations(String communityId, String pageParam, Integer pageSize)",
      "simplifiedSignature": "getConversations(String,String,Integer)",
      "datatype": {
        "id": "ConnectApi.chattermessages.getconversations.datatype.ConnectApi.ChatterConversationPage",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterConversationPage",
        "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.chattermessages.getconversations",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterConversationPage"
      },
      "description": "Get a page of conversations from a community.",
      "parentName": "ChatterMessages",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattermessages.method.getconversations(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": 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.chattermessages.method.getconversations(string,string,integer)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattermessages.getconversations.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.chattermessages.getconversations",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chattermessages.method.getconversations(string,string,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.chattermessages.method.getconversations(string,string,integer)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattermessages.getconversations.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.chattermessages.getconversations",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chattermessages.method.getconversations(string,string,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.chattermessages.method.getconversations(string,string,integer)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chattermessages.getconversations.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.chattermessages.getconversations",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "description": "Use either the ID for a community, internal, or null. Specifies the page token to be used to view a page of information. Page tokens are returned as part of the response class, such as currentPageToken or nextPageToken. If you pass in null, 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": []
    },
    "getmessage(string)": {
      "id": "ConnectApi.chattermessages.method.getmessage(string)",
      "nodeType": "method",
      "name": "getMessage",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getMessage",
        "textToLower": "getmessage",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getMessage_-1:0"
      },
      "parentId": "ConnectApi.chattermessages",
      "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.ChatterMessage getMessage(String messageId)",
      "overrideSignature": "public static override ConnectApi.ChatterMessage getMessage(String messageId)",
      "simplifiedSignature": "getMessage(String)",
      "datatype": {
        "id": "ConnectApi.chattermessages.getmessage.datatype.ConnectApi.ChatterMessage",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterMessage",
        "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.chattermessages.getmessage",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterMessage"
      },
      "description": "Get a message.",
      "parentName": "ChatterMessages",
      "variables": {},
      "params": {
        "messageid": {
          "id": "ConnectApi.chattermessages.method.getmessage(string).varParam.messageid",
          "nodeType": "variable",
          "name": "messageId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "messageId",
            "textToLower": "messageid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 58
              },
              "end": {
                "line": 0,
                "character": 67
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_messageId_0:58"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "messageId",
            "textToLower": "messageid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 58
              },
              "end": {
                "line": 0,
                "character": 67
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_messageId_0:58"
          },
          "parentId": "ConnectApi.chattermessages.method.getmessage(string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattermessages.getmessage.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.chattermessages.getmessage",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "ID for the message.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getmessage(string,string)": {
      "id": "ConnectApi.chattermessages.method.getmessage(string,string)",
      "nodeType": "method",
      "name": "getMessage",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getMessage",
        "textToLower": "getmessage",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getMessage_-1:0"
      },
      "parentId": "ConnectApi.chattermessages",
      "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.ChatterMessage getMessage(String communityId, String messageId)",
      "overrideSignature": "public static override ConnectApi.ChatterMessage getMessage(String communityId, String messageId)",
      "simplifiedSignature": "getMessage(String,String)",
      "datatype": {
        "id": "ConnectApi.chattermessages.getmessage.datatype.ConnectApi.ChatterMessage",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterMessage",
        "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.chattermessages.getmessage",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterMessage"
      },
      "description": "Get a message from a community.",
      "parentName": "ChatterMessages",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattermessages.method.getmessage(string,string).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 58
              },
              "end": {
                "line": 0,
                "character": 69
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:58"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 58
              },
              "end": {
                "line": 0,
                "character": 69
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:58"
          },
          "parentId": "ConnectApi.chattermessages.method.getmessage(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattermessages.getmessage.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.chattermessages.getmessage",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "messageid": {
          "id": "ConnectApi.chattermessages.method.getmessage(string,string).varParam.messageid",
          "nodeType": "variable",
          "name": "messageId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "messageId",
            "textToLower": "messageid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 78
              },
              "end": {
                "line": 0,
                "character": 87
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_messageId_0:78"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "messageId",
            "textToLower": "messageid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 78
              },
              "end": {
                "line": 0,
                "character": 87
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_messageId_0:78"
          },
          "parentId": "ConnectApi.chattermessages.method.getmessage(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattermessages.getmessage.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.chattermessages.getmessage",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. ID for the message.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getmessages()": {
      "id": "ConnectApi.chattermessages.method.getmessages()",
      "nodeType": "method",
      "name": "getMessages",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getMessages",
        "textToLower": "getmessages",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getMessages_-1:0"
      },
      "parentId": "ConnectApi.chattermessages",
      "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.ChatterMessagePage getMessages()",
      "overrideSignature": "public static override ConnectApi.ChatterMessagePage getMessages()",
      "simplifiedSignature": "getMessages()",
      "datatype": {
        "id": "ConnectApi.chattermessages.getmessages.datatype.ConnectApi.ChatterMessagePage",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterMessagePage",
        "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.chattermessages.getmessages",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterMessagePage"
      },
      "description": "Get the most recent messages.",
      "parentName": "ChatterMessages",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getmessages(string,integer)": {
      "id": "ConnectApi.chattermessages.method.getmessages(string,integer)",
      "nodeType": "method",
      "name": "getMessages",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getMessages",
        "textToLower": "getmessages",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getMessages_-1:0"
      },
      "parentId": "ConnectApi.chattermessages",
      "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.ChatterMessagePage getMessages(String pageParam, Integer pageSize)",
      "overrideSignature": "public static override ConnectApi.ChatterMessagePage getMessages(String pageParam, Integer pageSize)",
      "simplifiedSignature": "getMessages(String,Integer)",
      "datatype": {
        "id": "ConnectApi.chattermessages.getmessages.datatype.ConnectApi.ChatterMessagePage",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterMessagePage",
        "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.chattermessages.getmessages",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterMessagePage"
      },
      "description": "Get a page of messages.",
      "parentName": "ChatterMessages",
      "variables": {},
      "params": {
        "pageparam": {
          "id": "ConnectApi.chattermessages.method.getmessages(string,integer).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 63
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:63"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 63
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:63"
          },
          "parentId": "ConnectApi.chattermessages.method.getmessages(string,integer)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattermessages.getmessages.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.chattermessages.getmessages",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chattermessages.method.getmessages(string,integer).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 82
              },
              "end": {
                "line": 0,
                "character": 90
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:82"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 82
              },
              "end": {
                "line": 0,
                "character": 90
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:82"
          },
          "parentId": "ConnectApi.chattermessages.method.getmessages(string,integer)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattermessages.getmessages.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 74
                },
                "end": {
                  "line": 0,
                  "character": 81
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:74"
            },
            "parentId": "ConnectApi.chattermessages.getmessages",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "description": "Specifies the page token to be used to view a page of information. Page tokens are returned as part of the response class, such as currentPageToken or nextPageToken. If you pass in null, 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": []
    },
    "getmessages(string)": {
      "id": "ConnectApi.chattermessages.method.getmessages(string)",
      "nodeType": "method",
      "name": "getMessages",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getMessages",
        "textToLower": "getmessages",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getMessages_-1:0"
      },
      "parentId": "ConnectApi.chattermessages",
      "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.ChatterMessagePage getMessages(String communityId)",
      "overrideSignature": "public static override ConnectApi.ChatterMessagePage getMessages(String communityId)",
      "simplifiedSignature": "getMessages(String)",
      "datatype": {
        "id": "ConnectApi.chattermessages.getmessages.datatype.ConnectApi.ChatterMessagePage",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterMessagePage",
        "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.chattermessages.getmessages",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterMessagePage"
      },
      "description": "Get the most recent messages from a community.",
      "parentName": "ChatterMessages",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattermessages.method.getmessages(string).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.chattermessages.method.getmessages(string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattermessages.getmessages.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.chattermessages.getmessages",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getmessages(string,string,integer)": {
      "id": "ConnectApi.chattermessages.method.getmessages(string,string,integer)",
      "nodeType": "method",
      "name": "getMessages",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getMessages",
        "textToLower": "getmessages",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getMessages_-1:0"
      },
      "parentId": "ConnectApi.chattermessages",
      "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.ChatterMessagePage getMessages(String communityId, String pageParam, Integer pageSize)",
      "overrideSignature": "public static override ConnectApi.ChatterMessagePage getMessages(String communityId, String pageParam, Integer pageSize)",
      "simplifiedSignature": "getMessages(String,String,Integer)",
      "datatype": {
        "id": "ConnectApi.chattermessages.getmessages.datatype.ConnectApi.ChatterMessagePage",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterMessagePage",
        "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.chattermessages.getmessages",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterMessagePage"
      },
      "description": "Get a page of messages from a community.",
      "parentName": "ChatterMessages",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattermessages.method.getmessages(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": 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.chattermessages.method.getmessages(string,string,integer)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattermessages.getmessages.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.chattermessages.getmessages",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chattermessages.method.getmessages(string,string,integer).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 83
              },
              "end": {
                "line": 0,
                "character": 92
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:83"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 83
              },
              "end": {
                "line": 0,
                "character": 92
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:83"
          },
          "parentId": "ConnectApi.chattermessages.method.getmessages(string,string,integer)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattermessages.getmessages.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.chattermessages.getmessages",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chattermessages.method.getmessages(string,string,integer).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 102
              },
              "end": {
                "line": 0,
                "character": 110
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:102"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 102
              },
              "end": {
                "line": 0,
                "character": 110
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:102"
          },
          "parentId": "ConnectApi.chattermessages.method.getmessages(string,string,integer)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chattermessages.getmessages.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 94
                },
                "end": {
                  "line": 0,
                  "character": 101
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:94"
            },
            "parentId": "ConnectApi.chattermessages.getmessages",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "description": "Use either the ID for a community, internal, or null. Specifies the page token to be used to view a page of information. Page tokens are returned as part of the response class, such as currentPageToken or nextPageToken. If you pass in null, 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": []
    },
    "getunreadcount()": {
      "id": "ConnectApi.chattermessages.method.getunreadcount()",
      "nodeType": "method",
      "name": "getUnreadCount",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getUnreadCount",
        "textToLower": "getunreadcount",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getUnreadCount_-1:0"
      },
      "parentId": "ConnectApi.chattermessages",
      "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.UnreadConversationCount getUnreadCount()",
      "overrideSignature": "public static override ConnectApi.UnreadConversationCount getUnreadCount()",
      "simplifiedSignature": "getUnreadCount()",
      "datatype": {
        "id": "ConnectApi.chattermessages.getunreadcount.datatype.ConnectApi.UnreadConversationCount",
        "nodeType": "datatype",
        "name": "ConnectApi.UnreadConversationCount",
        "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.chattermessages.getunreadcount",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.UnreadConversationCount"
      },
      "description": "Get the number of conversations that are marked unread.",
      "parentName": "ChatterMessages",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getunreadcount(string)": {
      "id": "ConnectApi.chattermessages.method.getunreadcount(string)",
      "nodeType": "method",
      "name": "getUnreadCount",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getUnreadCount",
        "textToLower": "getunreadcount",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getUnreadCount_-1:0"
      },
      "parentId": "ConnectApi.chattermessages",
      "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.UnreadConversationCount getUnreadCount(String communityId)",
      "overrideSignature": "public static override ConnectApi.UnreadConversationCount getUnreadCount(String communityId)",
      "simplifiedSignature": "getUnreadCount(String)",
      "datatype": {
        "id": "ConnectApi.chattermessages.getunreadcount.datatype.ConnectApi.UnreadConversationCount",
        "nodeType": "datatype",
        "name": "ConnectApi.UnreadConversationCount",
        "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.chattermessages.getunreadcount",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.UnreadConversationCount"
      },
      "description": "Get the number of conversations that are marked unread in a community.",
      "parentName": "ChatterMessages",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattermessages.method.getunreadcount(string).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 71
              },
              "end": {
                "line": 0,
                "character": 82
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:71"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 71
              },
              "end": {
                "line": 0,
                "character": 82
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:71"
          },
          "parentId": "ConnectApi.chattermessages.method.getunreadcount(string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattermessages.getunreadcount.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 64
                },
                "end": {
                  "line": 0,
                  "character": 70
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:64"
            },
            "parentId": "ConnectApi.chattermessages.getunreadcount",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "markconversationread(string,boolean)": {
      "id": "ConnectApi.chattermessages.method.markconversationread(string,boolean)",
      "nodeType": "method",
      "name": "markConversationRead",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "markConversationRead",
        "textToLower": "markconversationread",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_markConversationRead_-1:0"
      },
      "parentId": "ConnectApi.chattermessages",
      "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.ChatterConversationSummary markConversationRead(String conversationId, Boolean read)",
      "overrideSignature": "public static override ConnectApi.ChatterConversationSummary markConversationRead(String conversationId, Boolean read)",
      "simplifiedSignature": "markConversationRead(String,Boolean)",
      "datatype": {
        "id": "ConnectApi.chattermessages.markconversationread.datatype.ConnectApi.ChatterConversationSummary",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterConversationSummary",
        "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.chattermessages.markconversationread",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterConversationSummary"
      },
      "description": "Mark a conversation as read or unread.",
      "parentName": "ChatterMessages",
      "variables": {},
      "params": {
        "conversationid": {
          "id": "ConnectApi.chattermessages.method.markconversationread(string,boolean).varParam.conversationid",
          "nodeType": "variable",
          "name": "conversationId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "conversationId",
            "textToLower": "conversationid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 80
              },
              "end": {
                "line": 0,
                "character": 94
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_conversationId_0:80"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "conversationId",
            "textToLower": "conversationid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 80
              },
              "end": {
                "line": 0,
                "character": 94
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_conversationId_0:80"
          },
          "parentId": "ConnectApi.chattermessages.method.markconversationread(string,boolean)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattermessages.markconversationread.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.chattermessages.markconversationread",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "read": {
          "id": "ConnectApi.chattermessages.method.markconversationread(string,boolean).varParam.read",
          "nodeType": "variable",
          "name": "read",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "read",
            "textToLower": "read",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 104
              },
              "end": {
                "line": 0,
                "character": 108
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_read_0:104"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "read",
            "textToLower": "read",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 104
              },
              "end": {
                "line": 0,
                "character": 108
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_read_0:104"
          },
          "parentId": "ConnectApi.chattermessages.method.markconversationread(string,boolean)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattermessages.markconversationread.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 96
                },
                "end": {
                  "line": 0,
                  "character": 103
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:96"
            },
            "parentId": "ConnectApi.chattermessages.markconversationread",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "description": "Specify the ID for the conversation. Specify whether the conversation is read (true) or not (false).",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "markconversationread(string,string,boolean)": {
      "id": "ConnectApi.chattermessages.method.markconversationread(string,string,boolean)",
      "nodeType": "method",
      "name": "markConversationRead",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "markConversationRead",
        "textToLower": "markconversationread",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_markConversationRead_-1:0"
      },
      "parentId": "ConnectApi.chattermessages",
      "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.ChatterConversationSummary markConversationRead(String communityId, String conversationID, Boolean read)",
      "overrideSignature": "public static override ConnectApi.ChatterConversationSummary markConversationRead(String communityId, String conversationID, Boolean read)",
      "simplifiedSignature": "markConversationRead(String,String,Boolean)",
      "datatype": {
        "id": "ConnectApi.chattermessages.markconversationread.datatype.ConnectApi.ChatterConversationSummary",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterConversationSummary",
        "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.chattermessages.markconversationread",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterConversationSummary"
      },
      "description": "Mark a conversation as read or unread in a community.",
      "parentName": "ChatterMessages",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattermessages.method.markconversationread(string,string,boolean).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 80
              },
              "end": {
                "line": 0,
                "character": 91
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:80"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 80
              },
              "end": {
                "line": 0,
                "character": 91
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:80"
          },
          "parentId": "ConnectApi.chattermessages.method.markconversationread(string,string,boolean)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattermessages.markconversationread.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.chattermessages.markconversationread",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "conversationid": {
          "id": "ConnectApi.chattermessages.method.markconversationread(string,string,boolean).varParam.conversationid",
          "nodeType": "variable",
          "name": "conversationID",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "conversationID",
            "textToLower": "conversationid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 100
              },
              "end": {
                "line": 0,
                "character": 114
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_conversationID_0:100"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "conversationID",
            "textToLower": "conversationid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 100
              },
              "end": {
                "line": 0,
                "character": 114
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_conversationID_0:100"
          },
          "parentId": "ConnectApi.chattermessages.method.markconversationread(string,string,boolean)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattermessages.markconversationread.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 93
                },
                "end": {
                  "line": 0,
                  "character": 99
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:93"
            },
            "parentId": "ConnectApi.chattermessages.markconversationread",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "read": {
          "id": "ConnectApi.chattermessages.method.markconversationread(string,string,boolean).varParam.read",
          "nodeType": "variable",
          "name": "read",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "read",
            "textToLower": "read",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 124
              },
              "end": {
                "line": 0,
                "character": 128
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_read_0:124"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "read",
            "textToLower": "read",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 124
              },
              "end": {
                "line": 0,
                "character": 128
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_read_0:124"
          },
          "parentId": "ConnectApi.chattermessages.method.markconversationread(string,string,boolean)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chattermessages.markconversationread.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 116
                },
                "end": {
                  "line": 0,
                  "character": 123
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:116"
            },
            "parentId": "ConnectApi.chattermessages.markconversationread",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "description": "Use either the ID for a community, internal, or null. Specify the ID for the conversation. Specify whether the conversation is read (true) or not (false).",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "replytomessage(string,string)": {
      "id": "ConnectApi.chattermessages.method.replytomessage(string,string)",
      "nodeType": "method",
      "name": "replyToMessage",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "replyToMessage",
        "textToLower": "replytomessage",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_replyToMessage_-1:0"
      },
      "parentId": "ConnectApi.chattermessages",
      "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.ChatterMessage replyToMessage(String text, String inReplyTo)",
      "overrideSignature": "public static override ConnectApi.ChatterMessage replyToMessage(String text, String inReplyTo)",
      "simplifiedSignature": "replyToMessage(String,String)",
      "datatype": {
        "id": "ConnectApi.chattermessages.replytomessage.datatype.ConnectApi.ChatterMessage",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterMessage",
        "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.chattermessages.replytomessage",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterMessage"
      },
      "description": "Reply to a message.",
      "parentName": "ChatterMessages",
      "variables": {},
      "params": {
        "text": {
          "id": "ConnectApi.chattermessages.method.replytomessage(string,string).varParam.text",
          "nodeType": "variable",
          "name": "text",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "text",
            "textToLower": "text",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 62
              },
              "end": {
                "line": 0,
                "character": 66
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_text_0:62"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "text",
            "textToLower": "text",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 62
              },
              "end": {
                "line": 0,
                "character": 66
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_text_0:62"
          },
          "parentId": "ConnectApi.chattermessages.method.replytomessage(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattermessages.replytomessage.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.chattermessages.replytomessage",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "inreplyto": {
          "id": "ConnectApi.chattermessages.method.replytomessage(string,string).varParam.inreplyto",
          "nodeType": "variable",
          "name": "inReplyTo",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "inReplyTo",
            "textToLower": "inreplyto",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 75
              },
              "end": {
                "line": 0,
                "character": 84
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_inReplyTo_0:75"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "inReplyTo",
            "textToLower": "inreplyto",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 75
              },
              "end": {
                "line": 0,
                "character": 84
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_inReplyTo_0:75"
          },
          "parentId": "ConnectApi.chattermessages.method.replytomessage(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattermessages.replytomessage.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.chattermessages.replytomessage",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "The text of the message. Cannot be empty or over 10,000 characters. ID of the message that is being responded to.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "replytomessage(string,string,string)": {
      "id": "ConnectApi.chattermessages.method.replytomessage(string,string,string)",
      "nodeType": "method",
      "name": "replyToMessage",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "replyToMessage",
        "textToLower": "replytomessage",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_replyToMessage_-1:0"
      },
      "parentId": "ConnectApi.chattermessages",
      "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.ChatterMessage replyToMessage(String communityId, String text, String inReplyTo)",
      "overrideSignature": "public static override ConnectApi.ChatterMessage replyToMessage(String communityId, String text, String inReplyTo)",
      "simplifiedSignature": "replyToMessage(String,String,String)",
      "datatype": {
        "id": "ConnectApi.chattermessages.replytomessage.datatype.ConnectApi.ChatterMessage",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterMessage",
        "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.chattermessages.replytomessage",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterMessage"
      },
      "description": "Reply to a message in a community.",
      "parentName": "ChatterMessages",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattermessages.method.replytomessage(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": 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.chattermessages.method.replytomessage(string,string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattermessages.replytomessage.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.chattermessages.replytomessage",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "text": {
          "id": "ConnectApi.chattermessages.method.replytomessage(string,string,string).varParam.text",
          "nodeType": "variable",
          "name": "text",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "text",
            "textToLower": "text",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 82
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_text_0:82"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "text",
            "textToLower": "text",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 82
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_text_0:82"
          },
          "parentId": "ConnectApi.chattermessages.method.replytomessage(string,string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattermessages.replytomessage.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.chattermessages.replytomessage",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "inreplyto": {
          "id": "ConnectApi.chattermessages.method.replytomessage(string,string,string).varParam.inreplyto",
          "nodeType": "variable",
          "name": "inReplyTo",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "inReplyTo",
            "textToLower": "inreplyto",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 104
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_inReplyTo_0:95"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "inReplyTo",
            "textToLower": "inreplyto",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 104
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_inReplyTo_0:95"
          },
          "parentId": "ConnectApi.chattermessages.method.replytomessage(string,string,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chattermessages.replytomessage.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.chattermessages.replytomessage",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The text of the message. Cannot be empty or over 10,000 characters. ID of the message that is being responded to.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "searchconversation(string,string)": {
      "id": "ConnectApi.chattermessages.method.searchconversation(string,string)",
      "nodeType": "method",
      "name": "searchConversation",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchConversation",
        "textToLower": "searchconversation",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchConversation_-1:0"
      },
      "parentId": "ConnectApi.chattermessages",
      "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.ChatterConversation searchConversation(String conversationId, String q)",
      "overrideSignature": "public static override ConnectApi.ChatterConversation searchConversation(String conversationId, String q)",
      "simplifiedSignature": "searchConversation(String,String)",
      "datatype": {
        "id": "ConnectApi.chattermessages.searchconversation.datatype.ConnectApi.ChatterConversation",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterConversation",
        "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.chattermessages.searchconversation",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterConversation"
      },
      "description": "Get a conversation that matches the search criteria.",
      "parentName": "ChatterMessages",
      "variables": {},
      "params": {
        "conversationid": {
          "id": "ConnectApi.chattermessages.method.searchconversation(string,string).varParam.conversationid",
          "nodeType": "variable",
          "name": "conversationId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "conversationId",
            "textToLower": "conversationid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 71
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_conversationId_0:71"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "conversationId",
            "textToLower": "conversationid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 71
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_conversationId_0:71"
          },
          "parentId": "ConnectApi.chattermessages.method.searchconversation(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattermessages.searchconversation.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 64
                },
                "end": {
                  "line": 0,
                  "character": 70
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:64"
            },
            "parentId": "ConnectApi.chattermessages.searchconversation",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chattermessages.method.searchconversation(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": 94
              },
              "end": {
                "line": 0,
                "character": 95
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:94"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 95
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:94"
          },
          "parentId": "ConnectApi.chattermessages.method.searchconversation(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattermessages.searchconversation.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.chattermessages.searchconversation",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Specify the ID for the conversation. Required and cannot be null. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "searchconversation(string,string,integer,string)": {
      "id": "ConnectApi.chattermessages.method.searchconversation(string,string,integer,string)",
      "nodeType": "method",
      "name": "searchConversation",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchConversation",
        "textToLower": "searchconversation",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchConversation_-1:0"
      },
      "parentId": "ConnectApi.chattermessages",
      "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.ChatterConversation searchConversation(String conversationId, String pageParam, Integer pageSize, String q)",
      "overrideSignature": "public static override ConnectApi.ChatterConversation searchConversation(String conversationId, String pageParam, Integer pageSize, String q)",
      "simplifiedSignature": "searchConversation(String,String,Integer,String)",
      "datatype": {
        "id": "ConnectApi.chattermessages.searchconversation.datatype.ConnectApi.ChatterConversation",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterConversation",
        "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.chattermessages.searchconversation",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterConversation"
      },
      "description": "Get a conversation with a page of messages that match the search criteria.",
      "parentName": "ChatterMessages",
      "variables": {},
      "params": {
        "conversationid": {
          "id": "ConnectApi.chattermessages.method.searchconversation(string,string,integer,string).varParam.conversationid",
          "nodeType": "variable",
          "name": "conversationId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "conversationId",
            "textToLower": "conversationid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 71
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_conversationId_0:71"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "conversationId",
            "textToLower": "conversationid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 71
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_conversationId_0:71"
          },
          "parentId": "ConnectApi.chattermessages.method.searchconversation(string,string,integer,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattermessages.searchconversation.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 64
                },
                "end": {
                  "line": 0,
                  "character": 70
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:64"
            },
            "parentId": "ConnectApi.chattermessages.searchconversation",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chattermessages.method.searchconversation(string,string,integer,string).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 103
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:94"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 103
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:94"
          },
          "parentId": "ConnectApi.chattermessages.method.searchconversation(string,string,integer,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattermessages.searchconversation.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.chattermessages.searchconversation",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chattermessages.method.searchconversation(string,string,integer,string).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 113
              },
              "end": {
                "line": 0,
                "character": 121
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:113"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 113
              },
              "end": {
                "line": 0,
                "character": 121
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:113"
          },
          "parentId": "ConnectApi.chattermessages.method.searchconversation(string,string,integer,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chattermessages.searchconversation.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 105
                },
                "end": {
                  "line": 0,
                  "character": 112
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:105"
            },
            "parentId": "ConnectApi.chattermessages.searchconversation",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chattermessages.method.searchconversation(string,string,integer,string).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 130
              },
              "end": {
                "line": 0,
                "character": 131
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:130"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 130
              },
              "end": {
                "line": 0,
                "character": 131
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:130"
          },
          "parentId": "ConnectApi.chattermessages.method.searchconversation(string,string,integer,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chattermessages.searchconversation.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 123
                },
                "end": {
                  "line": 0,
                  "character": 129
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:123"
            },
            "parentId": "ConnectApi.chattermessages.searchconversation",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Specify the ID for the conversation. Specifies the page token to be used to view a page of information. Page tokens are returned as part of the response class, such as currentPageToken or nextPageToken. If you pass in null, 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. Required and cannot be null. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "searchconversation(string,string,string)": {
      "id": "ConnectApi.chattermessages.method.searchconversation(string,string,string)",
      "nodeType": "method",
      "name": "searchConversation",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchConversation",
        "textToLower": "searchconversation",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchConversation_-1:0"
      },
      "parentId": "ConnectApi.chattermessages",
      "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.ChatterConversation searchConversation(String communityId, String conversationId, String q)",
      "overrideSignature": "public static override ConnectApi.ChatterConversation searchConversation(String communityId, String conversationId, String q)",
      "simplifiedSignature": "searchConversation(String,String,String)",
      "datatype": {
        "id": "ConnectApi.chattermessages.searchconversation.datatype.ConnectApi.ChatterConversation",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterConversation",
        "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.chattermessages.searchconversation",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterConversation"
      },
      "description": "Get a conversation with messages that match the search criteria in a community.",
      "parentName": "ChatterMessages",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattermessages.method.searchconversation(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": 71
              },
              "end": {
                "line": 0,
                "character": 82
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:71"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 71
              },
              "end": {
                "line": 0,
                "character": 82
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:71"
          },
          "parentId": "ConnectApi.chattermessages.method.searchconversation(string,string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattermessages.searchconversation.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 64
                },
                "end": {
                  "line": 0,
                  "character": 70
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:64"
            },
            "parentId": "ConnectApi.chattermessages.searchconversation",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "conversationid": {
          "id": "ConnectApi.chattermessages.method.searchconversation(string,string,string).varParam.conversationid",
          "nodeType": "variable",
          "name": "conversationId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "conversationId",
            "textToLower": "conversationid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 105
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_conversationId_0:91"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "conversationId",
            "textToLower": "conversationid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 105
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_conversationId_0:91"
          },
          "parentId": "ConnectApi.chattermessages.method.searchconversation(string,string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattermessages.searchconversation.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 84
                },
                "end": {
                  "line": 0,
                  "character": 90
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:84"
            },
            "parentId": "ConnectApi.chattermessages.searchconversation",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chattermessages.method.searchconversation(string,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": 114
              },
              "end": {
                "line": 0,
                "character": 115
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:114"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 114
              },
              "end": {
                "line": 0,
                "character": 115
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:114"
          },
          "parentId": "ConnectApi.chattermessages.method.searchconversation(string,string,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chattermessages.searchconversation.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 107
                },
                "end": {
                  "line": 0,
                  "character": 113
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:107"
            },
            "parentId": "ConnectApi.chattermessages.searchconversation",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. Specify the ID for the conversation. Required and cannot be null. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "searchconversation(string,string,string,integer,string)": {
      "id": "ConnectApi.chattermessages.method.searchconversation(string,string,string,integer,string)",
      "nodeType": "method",
      "name": "searchConversation",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchConversation",
        "textToLower": "searchconversation",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchConversation_-1:0"
      },
      "parentId": "ConnectApi.chattermessages",
      "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.ChatterConversation searchConversation(String communityId, String conversationId, String pageParam, Integer pageSize, String q)",
      "overrideSignature": "public static override ConnectApi.ChatterConversation searchConversation(String communityId, String conversationId, String pageParam, Integer pageSize, String q)",
      "simplifiedSignature": "searchConversation(String,String,String,Integer,String)",
      "datatype": {
        "id": "ConnectApi.chattermessages.searchconversation.datatype.ConnectApi.ChatterConversation",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterConversation",
        "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.chattermessages.searchconversation",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterConversation"
      },
      "description": "Get a conversation with a page of messages that match the search criteria in a community.",
      "parentName": "ChatterMessages",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattermessages.method.searchconversation(string,string,string,integer,string).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 71
              },
              "end": {
                "line": 0,
                "character": 82
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:71"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 71
              },
              "end": {
                "line": 0,
                "character": 82
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:71"
          },
          "parentId": "ConnectApi.chattermessages.method.searchconversation(string,string,string,integer,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattermessages.searchconversation.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 64
                },
                "end": {
                  "line": 0,
                  "character": 70
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:64"
            },
            "parentId": "ConnectApi.chattermessages.searchconversation",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "conversationid": {
          "id": "ConnectApi.chattermessages.method.searchconversation(string,string,string,integer,string).varParam.conversationid",
          "nodeType": "variable",
          "name": "conversationId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "conversationId",
            "textToLower": "conversationid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 105
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_conversationId_0:91"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "conversationId",
            "textToLower": "conversationid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 105
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_conversationId_0:91"
          },
          "parentId": "ConnectApi.chattermessages.method.searchconversation(string,string,string,integer,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattermessages.searchconversation.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 84
                },
                "end": {
                  "line": 0,
                  "character": 90
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:84"
            },
            "parentId": "ConnectApi.chattermessages.searchconversation",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chattermessages.method.searchconversation(string,string,string,integer,string).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 114
              },
              "end": {
                "line": 0,
                "character": 123
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:114"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 114
              },
              "end": {
                "line": 0,
                "character": 123
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:114"
          },
          "parentId": "ConnectApi.chattermessages.method.searchconversation(string,string,string,integer,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chattermessages.searchconversation.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 107
                },
                "end": {
                  "line": 0,
                  "character": 113
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:107"
            },
            "parentId": "ConnectApi.chattermessages.searchconversation",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chattermessages.method.searchconversation(string,string,string,integer,string).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 133
              },
              "end": {
                "line": 0,
                "character": 141
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:133"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 133
              },
              "end": {
                "line": 0,
                "character": 141
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:133"
          },
          "parentId": "ConnectApi.chattermessages.method.searchconversation(string,string,string,integer,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chattermessages.searchconversation.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 125
                },
                "end": {
                  "line": 0,
                  "character": 132
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:125"
            },
            "parentId": "ConnectApi.chattermessages.searchconversation",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chattermessages.method.searchconversation(string,string,string,integer,string).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 150
              },
              "end": {
                "line": 0,
                "character": 151
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:150"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 150
              },
              "end": {
                "line": 0,
                "character": 151
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:150"
          },
          "parentId": "ConnectApi.chattermessages.method.searchconversation(string,string,string,integer,string)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chattermessages.searchconversation.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 143
                },
                "end": {
                  "line": 0,
                  "character": 149
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:143"
            },
            "parentId": "ConnectApi.chattermessages.searchconversation",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. Specify the ID for the conversation. Specifies the page token to be used to view a page of information. Page tokens are returned as part of the response class, such as currentPageToken or nextPageToken. If you pass in null, 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. Required and cannot be null. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "searchconversations(string)": {
      "id": "ConnectApi.chattermessages.method.searchconversations(string)",
      "nodeType": "method",
      "name": "searchConversations",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchConversations",
        "textToLower": "searchconversations",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchConversations_-1:0"
      },
      "parentId": "ConnectApi.chattermessages",
      "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.ChatterConversationPage searchConversations(String q)",
      "overrideSignature": "public static override ConnectApi.ChatterConversationPage searchConversations(String q)",
      "simplifiedSignature": "searchConversations(String)",
      "datatype": {
        "id": "ConnectApi.chattermessages.searchconversations.datatype.ConnectApi.ChatterConversationPage",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterConversationPage",
        "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.chattermessages.searchconversations",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterConversationPage"
      },
      "description": "Get conversations in which member names and messages match the search criteria.",
      "parentName": "ChatterMessages",
      "variables": {},
      "params": {
        "q": {
          "id": "ConnectApi.chattermessages.method.searchconversations(string).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 76
              },
              "end": {
                "line": 0,
                "character": 77
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:76"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 76
              },
              "end": {
                "line": 0,
                "character": 77
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:76"
          },
          "parentId": "ConnectApi.chattermessages.method.searchconversations(string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattermessages.searchconversations.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 69
                },
                "end": {
                  "line": 0,
                  "character": 75
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:69"
            },
            "parentId": "ConnectApi.chattermessages.searchconversations",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Required and cannot be null. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "searchconversations(string,integer,string)": {
      "id": "ConnectApi.chattermessages.method.searchconversations(string,integer,string)",
      "nodeType": "method",
      "name": "searchConversations",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchConversations",
        "textToLower": "searchconversations",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchConversations_-1:0"
      },
      "parentId": "ConnectApi.chattermessages",
      "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.ChatterConversationPage searchConversations(String pageParam, Integer pageSize, String q)",
      "overrideSignature": "public static override ConnectApi.ChatterConversationPage searchConversations(String pageParam, Integer pageSize, String q)",
      "simplifiedSignature": "searchConversations(String,Integer,String)",
      "datatype": {
        "id": "ConnectApi.chattermessages.searchconversations.datatype.ConnectApi.ChatterConversationPage",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterConversationPage",
        "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.chattermessages.searchconversations",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterConversationPage"
      },
      "description": "Get a page of conversations in which member names and messages match the search criteria.",
      "parentName": "ChatterMessages",
      "variables": {},
      "params": {
        "pageparam": {
          "id": "ConnectApi.chattermessages.method.searchconversations(string,integer,string).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 76
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:76"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 76
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:76"
          },
          "parentId": "ConnectApi.chattermessages.method.searchconversations(string,integer,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattermessages.searchconversations.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 69
                },
                "end": {
                  "line": 0,
                  "character": 75
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:69"
            },
            "parentId": "ConnectApi.chattermessages.searchconversations",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chattermessages.method.searchconversations(string,integer,string).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 103
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:95"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 103
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:95"
          },
          "parentId": "ConnectApi.chattermessages.method.searchconversations(string,integer,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattermessages.searchconversations.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 87
                },
                "end": {
                  "line": 0,
                  "character": 94
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:87"
            },
            "parentId": "ConnectApi.chattermessages.searchconversations",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chattermessages.method.searchconversations(string,integer,string).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 112
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:112"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 112
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:112"
          },
          "parentId": "ConnectApi.chattermessages.method.searchconversations(string,integer,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chattermessages.searchconversations.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 105
                },
                "end": {
                  "line": 0,
                  "character": 111
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:105"
            },
            "parentId": "ConnectApi.chattermessages.searchconversations",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Specifies the page token to be used to view a page of information. Page tokens are returned as part of the response class, such as currentPageToken or nextPageToken. If you pass in null, 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. Required and cannot be null. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "searchconversations(string,string)": {
      "id": "ConnectApi.chattermessages.method.searchconversations(string,string)",
      "nodeType": "method",
      "name": "searchConversations",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchConversations",
        "textToLower": "searchconversations",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchConversations_-1:0"
      },
      "parentId": "ConnectApi.chattermessages",
      "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.ChatterConversationPage searchConversations(String communityId, String q)",
      "overrideSignature": "public static override ConnectApi.ChatterConversationPage searchConversations(String communityId, String q)",
      "simplifiedSignature": "searchConversations(String,String)",
      "datatype": {
        "id": "ConnectApi.chattermessages.searchconversations.datatype.ConnectApi.ChatterConversationPage",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterConversationPage",
        "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.chattermessages.searchconversations",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterConversationPage"
      },
      "description": "Get conversations in which member names and messages match the search criteria in a community.",
      "parentName": "ChatterMessages",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattermessages.method.searchconversations(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": 76
              },
              "end": {
                "line": 0,
                "character": 87
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:76"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 76
              },
              "end": {
                "line": 0,
                "character": 87
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:76"
          },
          "parentId": "ConnectApi.chattermessages.method.searchconversations(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattermessages.searchconversations.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 69
                },
                "end": {
                  "line": 0,
                  "character": 75
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:69"
            },
            "parentId": "ConnectApi.chattermessages.searchconversations",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chattermessages.method.searchconversations(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": 96
              },
              "end": {
                "line": 0,
                "character": 97
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:96"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 96
              },
              "end": {
                "line": 0,
                "character": 97
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:96"
          },
          "parentId": "ConnectApi.chattermessages.method.searchconversations(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattermessages.searchconversations.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 89
                },
                "end": {
                  "line": 0,
                  "character": 95
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:89"
            },
            "parentId": "ConnectApi.chattermessages.searchconversations",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. Required and cannot be null. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "searchconversations(string,string,integer,string)": {
      "id": "ConnectApi.chattermessages.method.searchconversations(string,string,integer,string)",
      "nodeType": "method",
      "name": "searchConversations",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchConversations",
        "textToLower": "searchconversations",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchConversations_-1:0"
      },
      "parentId": "ConnectApi.chattermessages",
      "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.ChatterConversationPage searchConversations(String communityId, String pageParam, Integer pageSize, String q)",
      "overrideSignature": "public static override ConnectApi.ChatterConversationPage searchConversations(String communityId, String pageParam, Integer pageSize, String q)",
      "simplifiedSignature": "searchConversations(String,String,Integer,String)",
      "datatype": {
        "id": "ConnectApi.chattermessages.searchconversations.datatype.ConnectApi.ChatterConversationPage",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterConversationPage",
        "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.chattermessages.searchconversations",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterConversationPage"
      },
      "description": "Get a page of conversations in which member names and messages match the search criteria in a community.",
      "parentName": "ChatterMessages",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattermessages.method.searchconversations(string,string,integer,string).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 76
              },
              "end": {
                "line": 0,
                "character": 87
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:76"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 76
              },
              "end": {
                "line": 0,
                "character": 87
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:76"
          },
          "parentId": "ConnectApi.chattermessages.method.searchconversations(string,string,integer,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattermessages.searchconversations.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 69
                },
                "end": {
                  "line": 0,
                  "character": 75
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:69"
            },
            "parentId": "ConnectApi.chattermessages.searchconversations",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chattermessages.method.searchconversations(string,string,integer,string).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.chattermessages.method.searchconversations(string,string,integer,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattermessages.searchconversations.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 89
                },
                "end": {
                  "line": 0,
                  "character": 95
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:89"
            },
            "parentId": "ConnectApi.chattermessages.searchconversations",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chattermessages.method.searchconversations(string,string,integer,string).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.chattermessages.method.searchconversations(string,string,integer,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chattermessages.searchconversations.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.chattermessages.searchconversations",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chattermessages.method.searchconversations(string,string,integer,string).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 132
              },
              "end": {
                "line": 0,
                "character": 133
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:132"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 132
              },
              "end": {
                "line": 0,
                "character": 133
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:132"
          },
          "parentId": "ConnectApi.chattermessages.method.searchconversations(string,string,integer,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chattermessages.searchconversations.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 125
                },
                "end": {
                  "line": 0,
                  "character": 131
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:125"
            },
            "parentId": "ConnectApi.chattermessages.searchconversations",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. Specifies the page token to be used to view a page of information. Page tokens are returned as part of the response class, such as currentPageToken or nextPageToken. If you pass in null, 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. Required and cannot be null. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "searchmessages(string)": {
      "id": "ConnectApi.chattermessages.method.searchmessages(string)",
      "nodeType": "method",
      "name": "searchMessages",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchMessages",
        "textToLower": "searchmessages",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchMessages_-1:0"
      },
      "parentId": "ConnectApi.chattermessages",
      "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.ChatterMessagePage searchMessages(String q)",
      "overrideSignature": "public static override ConnectApi.ChatterMessagePage searchMessages(String q)",
      "simplifiedSignature": "searchMessages(String)",
      "datatype": {
        "id": "ConnectApi.chattermessages.searchmessages.datatype.ConnectApi.ChatterMessagePage",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterMessagePage",
        "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.chattermessages.searchmessages",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterMessagePage"
      },
      "description": "Get messages that match the search criteria.",
      "parentName": "ChatterMessages",
      "variables": {},
      "params": {
        "q": {
          "id": "ConnectApi.chattermessages.method.searchmessages(string).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.chattermessages.method.searchmessages(string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattermessages.searchmessages.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.chattermessages.searchmessages",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Required and cannot be null. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "searchmessages(string,integer,string)": {
      "id": "ConnectApi.chattermessages.method.searchmessages(string,integer,string)",
      "nodeType": "method",
      "name": "searchMessages",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchMessages",
        "textToLower": "searchmessages",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchMessages_-1:0"
      },
      "parentId": "ConnectApi.chattermessages",
      "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.ChatterMessagePage searchMessages(String pageParam, Integer pageSize, String q)",
      "overrideSignature": "public static override ConnectApi.ChatterMessagePage searchMessages(String pageParam, Integer pageSize, String q)",
      "simplifiedSignature": "searchMessages(String,Integer,String)",
      "datatype": {
        "id": "ConnectApi.chattermessages.searchmessages.datatype.ConnectApi.ChatterMessagePage",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterMessagePage",
        "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.chattermessages.searchmessages",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterMessagePage"
      },
      "description": "Get a page of messages that match the search criteria.",
      "parentName": "ChatterMessages",
      "variables": {},
      "params": {
        "pageparam": {
          "id": "ConnectApi.chattermessages.method.searchmessages(string,integer,string).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 66
              },
              "end": {
                "line": 0,
                "character": 75
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:66"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 66
              },
              "end": {
                "line": 0,
                "character": 75
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:66"
          },
          "parentId": "ConnectApi.chattermessages.method.searchmessages(string,integer,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattermessages.searchmessages.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.chattermessages.searchmessages",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chattermessages.method.searchmessages(string,integer,string).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 85
              },
              "end": {
                "line": 0,
                "character": 93
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:85"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 85
              },
              "end": {
                "line": 0,
                "character": 93
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:85"
          },
          "parentId": "ConnectApi.chattermessages.method.searchmessages(string,integer,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattermessages.searchmessages.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 77
                },
                "end": {
                  "line": 0,
                  "character": 84
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:77"
            },
            "parentId": "ConnectApi.chattermessages.searchmessages",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chattermessages.method.searchmessages(string,integer,string).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 102
              },
              "end": {
                "line": 0,
                "character": 103
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:102"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 102
              },
              "end": {
                "line": 0,
                "character": 103
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:102"
          },
          "parentId": "ConnectApi.chattermessages.method.searchmessages(string,integer,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chattermessages.searchmessages.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 95
                },
                "end": {
                  "line": 0,
                  "character": 101
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:95"
            },
            "parentId": "ConnectApi.chattermessages.searchmessages",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Specifies the page token to be used to view a page of information. Page tokens are returned as part of the response class, such as currentPageToken or nextPageToken. If you pass in null, 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. Required and cannot be null. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "searchmessages(string,string)": {
      "id": "ConnectApi.chattermessages.method.searchmessages(string,string)",
      "nodeType": "method",
      "name": "searchMessages",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchMessages",
        "textToLower": "searchmessages",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchMessages_-1:0"
      },
      "parentId": "ConnectApi.chattermessages",
      "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 ConnectApi.ChatterMessagePage searchMessages(String communityId, String q)",
      "overrideSignature": "public static override ConnectApi.ChatterMessagePage searchMessages(String communityId, String q)",
      "simplifiedSignature": "searchMessages(String,String)",
      "datatype": {
        "id": "ConnectApi.chattermessages.searchmessages.datatype.ConnectApi.ChatterMessagePage",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterMessagePage",
        "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.chattermessages.searchmessages",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterMessagePage"
      },
      "description": "Get messages that match the search criteria in a community.",
      "parentName": "ChatterMessages",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattermessages.method.searchmessages(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.chattermessages.method.searchmessages(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattermessages.searchmessages.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.chattermessages.searchmessages",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chattermessages.method.searchmessages(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": 86
              },
              "end": {
                "line": 0,
                "character": 87
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:86"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 86
              },
              "end": {
                "line": 0,
                "character": 87
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:86"
          },
          "parentId": "ConnectApi.chattermessages.method.searchmessages(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattermessages.searchmessages.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.chattermessages.searchmessages",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. Required and cannot be null. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "searchmessages(string,string,integer,string)": {
      "id": "ConnectApi.chattermessages.method.searchmessages(string,string,integer,string)",
      "nodeType": "method",
      "name": "searchMessages",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchMessages",
        "textToLower": "searchmessages",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchMessages_-1:0"
      },
      "parentId": "ConnectApi.chattermessages",
      "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.ChatterMessagePage searchMessages(String communityId, String pageParam, Integer pageSize, String q)",
      "overrideSignature": "public static override ConnectApi.ChatterMessagePage searchMessages(String communityId, String pageParam, Integer pageSize, String q)",
      "simplifiedSignature": "searchMessages(String,String,Integer,String)",
      "datatype": {
        "id": "ConnectApi.chattermessages.searchmessages.datatype.ConnectApi.ChatterMessagePage",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterMessagePage",
        "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.chattermessages.searchmessages",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterMessagePage"
      },
      "description": "Get a page of messages that match the search criteria in a community.",
      "parentName": "ChatterMessages",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattermessages.method.searchmessages(string,string,integer,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.chattermessages.method.searchmessages(string,string,integer,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattermessages.searchmessages.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.chattermessages.searchmessages",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chattermessages.method.searchmessages(string,string,integer,string).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 86
              },
              "end": {
                "line": 0,
                "character": 95
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:86"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 86
              },
              "end": {
                "line": 0,
                "character": 95
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:86"
          },
          "parentId": "ConnectApi.chattermessages.method.searchmessages(string,string,integer,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattermessages.searchmessages.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.chattermessages.searchmessages",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chattermessages.method.searchmessages(string,string,integer,string).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:105"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:105"
          },
          "parentId": "ConnectApi.chattermessages.method.searchmessages(string,string,integer,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chattermessages.searchmessages.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 97
                },
                "end": {
                  "line": 0,
                  "character": 104
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:97"
            },
            "parentId": "ConnectApi.chattermessages.searchmessages",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chattermessages.method.searchmessages(string,string,integer,string).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 122
              },
              "end": {
                "line": 0,
                "character": 123
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:122"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 122
              },
              "end": {
                "line": 0,
                "character": 123
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:122"
          },
          "parentId": "ConnectApi.chattermessages.method.searchmessages(string,string,integer,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chattermessages.searchmessages.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 115
                },
                "end": {
                  "line": 0,
                  "character": 121
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:115"
            },
            "parentId": "ConnectApi.chattermessages.searchmessages",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. Specifies the page token to be used to view a page of information. Page tokens are returned as part of the response class, such as currentPageToken or nextPageToken. If you pass in null, 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. Required and cannot be null. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "sendmessage(string,string)": {
      "id": "ConnectApi.chattermessages.method.sendmessage(string,string)",
      "nodeType": "method",
      "name": "sendMessage",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "sendMessage",
        "textToLower": "sendmessage",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_sendMessage_-1:0"
      },
      "parentId": "ConnectApi.chattermessages",
      "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.ChatterMessage sendMessage(String text, String recipients)",
      "overrideSignature": "public static override ConnectApi.ChatterMessage sendMessage(String text, String recipients)",
      "simplifiedSignature": "sendMessage(String,String)",
      "datatype": {
        "id": "ConnectApi.chattermessages.sendmessage.datatype.ConnectApi.ChatterMessage",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterMessage",
        "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.chattermessages.sendmessage",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterMessage"
      },
      "description": "Send a message to a list of recipients.",
      "parentName": "ChatterMessages",
      "variables": {},
      "params": {
        "text": {
          "id": "ConnectApi.chattermessages.method.sendmessage(string,string).varParam.text",
          "nodeType": "variable",
          "name": "text",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "text",
            "textToLower": "text",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 59
              },
              "end": {
                "line": 0,
                "character": 63
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_text_0:59"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "text",
            "textToLower": "text",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 59
              },
              "end": {
                "line": 0,
                "character": 63
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_text_0:59"
          },
          "parentId": "ConnectApi.chattermessages.method.sendmessage(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattermessages.sendmessage.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.chattermessages.sendmessage",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recipients": {
          "id": "ConnectApi.chattermessages.method.sendmessage(string,string).varParam.recipients",
          "nodeType": "variable",
          "name": "recipients",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recipients",
            "textToLower": "recipients",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 82
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recipients_0:72"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recipients",
            "textToLower": "recipients",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 82
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recipients_0:72"
          },
          "parentId": "ConnectApi.chattermessages.method.sendmessage(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattermessages.sendmessage.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 65
                },
                "end": {
                  "line": 0,
                  "character": 71
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:65"
            },
            "parentId": "ConnectApi.chattermessages.sendmessage",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "The text of the message. Cannot be empty or over 10,000 characters. Up to nine comma-separated IDs of the users receiving the message.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "sendmessage(string,string,string)": {
      "id": "ConnectApi.chattermessages.method.sendmessage(string,string,string)",
      "nodeType": "method",
      "name": "sendMessage",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "sendMessage",
        "textToLower": "sendmessage",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_sendMessage_-1:0"
      },
      "parentId": "ConnectApi.chattermessages",
      "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.ChatterMessage sendMessage(String communityId, String text, String recipients)",
      "overrideSignature": "public static override ConnectApi.ChatterMessage sendMessage(String communityId, String text, String recipients)",
      "simplifiedSignature": "sendMessage(String,String,String)",
      "datatype": {
        "id": "ConnectApi.chattermessages.sendmessage.datatype.ConnectApi.ChatterMessage",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterMessage",
        "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.chattermessages.sendmessage",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterMessage"
      },
      "description": "Send a message to a list of recipients in a community.",
      "parentName": "ChatterMessages",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chattermessages.method.sendmessage(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": 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.chattermessages.method.sendmessage(string,string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chattermessages.sendmessage.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.chattermessages.sendmessage",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "text": {
          "id": "ConnectApi.chattermessages.method.sendmessage(string,string,string).varParam.text",
          "nodeType": "variable",
          "name": "text",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "text",
            "textToLower": "text",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_text_0:79"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "text",
            "textToLower": "text",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_text_0:79"
          },
          "parentId": "ConnectApi.chattermessages.method.sendmessage(string,string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chattermessages.sendmessage.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.chattermessages.sendmessage",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recipients": {
          "id": "ConnectApi.chattermessages.method.sendmessage(string,string,string).varParam.recipients",
          "nodeType": "variable",
          "name": "recipients",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recipients",
            "textToLower": "recipients",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 92
              },
              "end": {
                "line": 0,
                "character": 102
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recipients_0:92"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recipients",
            "textToLower": "recipients",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 92
              },
              "end": {
                "line": 0,
                "character": 102
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recipients_0:92"
          },
          "parentId": "ConnectApi.chattermessages.method.sendmessage(string,string,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chattermessages.sendmessage.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 85
                },
                "end": {
                  "line": 0,
                  "character": 91
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:85"
            },
            "parentId": "ConnectApi.chattermessages.sendmessage",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The text of the message. Cannot be empty or over 10,000 characters. Up to nine comma-separated IDs of users to receive the message.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    }
  },
  "constructors": {},
  "extendsType": "",
  "implementTypes": [],
  "implements": {},
  "totalMembers": 34,
  "queries": []
}