{
  "id": "ConnectApi.chatterfeeds",
  "nodeType": "class",
  "name": "ChatterFeeds",
  "namespace": "ConnectApi",
  "startToken": {
    "type": "declaration.entity.name.class",
    "text": "ChatterFeeds",
    "textToLower": "chatterfeeds",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "declaration.entity.name.class_ChatterFeeds_-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": "Get, post, and delete feed elements, likes, comments, and bookmarks. You can also search feed elements, share feed elements, and vote on polls.",
  "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_ConnectAPI_ChatterFeeds_static_methods.htm",
  "classes": {},
  "interfaces": {},
  "enums": {},
  "variables": {},
  "methods": {
    "createstream(string,connectapi.chatterstreaminput)": {
      "id": "ConnectApi.chatterfeeds.method.createstream(string,connectapi.chatterstreaminput)",
      "nodeType": "method",
      "name": "createStream",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "createStream",
        "textToLower": "createstream",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_createStream_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "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.ChatterStream createStream(String communityId, ConnectApi.ChatterStreamInput streamInput)",
      "overrideSignature": "public static override ConnectApi.ChatterStream createStream(String communityId, ConnectApi.ChatterStreamInput streamInput)",
      "simplifiedSignature": "createStream(String,ConnectApi.ChatterStreamInput)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.createstream.datatype.ConnectApi.ChatterStream",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterStream",
        "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.chatterfeeds.createstream",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterStream"
      },
      "description": "Create a Chatter feed stream.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.createstream(string,connectapi.chatterstreaminput).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.chatterfeeds.method.createstream(string,connectapi.chatterstreaminput)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.createstream.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.chatterfeeds.createstream",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "streaminput": {
          "id": "ConnectApi.chatterfeeds.method.createstream(string,connectapi.chatterstreaminput).varParam.streaminput",
          "nodeType": "variable",
          "name": "streamInput",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "streamInput",
            "textToLower": "streaminput",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 102
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_streamInput_0:102"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "streamInput",
            "textToLower": "streaminput",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 102
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_streamInput_0:102"
          },
          "parentId": "ConnectApi.chatterfeeds.method.createstream(string,connectapi.chatterstreaminput)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.createstream.datatype.ConnectApi.ChatterStreamInput",
            "nodeType": "datatype",
            "name": "ConnectApi.ChatterStreamInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 72
                },
                "end": {
                  "line": 0,
                  "character": 82
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:72"
            },
            "parentId": "ConnectApi.chatterfeeds.createstream",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.ChatterStreamInput"
          },
          "description": "Use either the ID for a community, internal, or null. A ConnectApi.ChatterStreamInput body.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "deletecomment(string,string)": {
      "id": "ConnectApi.chatterfeeds.method.deletecomment(string,string)",
      "nodeType": "method",
      "name": "deleteComment",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "deleteComment",
        "textToLower": "deletecomment",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_deleteComment_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 2,
      "memberOrder": 2,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void deleteComment(String communityId, String commentId)",
      "overrideSignature": "public static override Void deleteComment(String communityId, String commentId)",
      "simplifiedSignature": "deleteComment(String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.deletecomment.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.deletecomment",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Delete a comment.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.deletecomment(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": 40
              },
              "end": {
                "line": 0,
                "character": 51
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:40"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 40
              },
              "end": {
                "line": 0,
                "character": 51
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:40"
          },
          "parentId": "ConnectApi.chatterfeeds.method.deletecomment(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.deletecomment.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 33
                },
                "end": {
                  "line": 0,
                  "character": 39
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:33"
            },
            "parentId": "ConnectApi.chatterfeeds.deletecomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "commentid": {
          "id": "ConnectApi.chatterfeeds.method.deletecomment(string,string).varParam.commentid",
          "nodeType": "variable",
          "name": "commentId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 60
              },
              "end": {
                "line": 0,
                "character": 69
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:60"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 60
              },
              "end": {
                "line": 0,
                "character": 69
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:60"
          },
          "parentId": "ConnectApi.chatterfeeds.method.deletecomment(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.deletecomment.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 53
                },
                "end": {
                  "line": 0,
                  "character": 59
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:53"
            },
            "parentId": "ConnectApi.chatterfeeds.deletecomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a comment.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "deletefeedelement(string,string)": {
      "id": "ConnectApi.chatterfeeds.method.deletefeedelement(string,string)",
      "nodeType": "method",
      "name": "deleteFeedElement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "deleteFeedElement",
        "textToLower": "deletefeedelement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_deleteFeedElement_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "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 deleteFeedElement(String communityId, String feedElementId)",
      "overrideSignature": "public static override deleteFeedElement(String communityId, String feedElementId)",
      "simplifiedSignature": "deleteFeedElement(String,String)",
      "description": "Delete a feed element.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.deletefeedelement(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": 40
              },
              "end": {
                "line": 0,
                "character": 51
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:40"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 40
              },
              "end": {
                "line": 0,
                "character": 51
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:40"
          },
          "parentId": "ConnectApi.chatterfeeds.method.deletefeedelement(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.deletefeedelement.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 33
                },
                "end": {
                  "line": 0,
                  "character": 39
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:33"
            },
            "parentId": "ConnectApi.chatterfeeds.deletefeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.chatterfeeds.method.deletefeedelement(string,string).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 60
              },
              "end": {
                "line": 0,
                "character": 73
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:60"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 60
              },
              "end": {
                "line": 0,
                "character": 73
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:60"
          },
          "parentId": "ConnectApi.chatterfeeds.method.deletefeedelement(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.deletefeedelement.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 53
                },
                "end": {
                  "line": 0,
                  "character": 59
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:53"
            },
            "parentId": "ConnectApi.chatterfeeds.deletefeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "deletefeeditem(string,string)": {
      "id": "ConnectApi.chatterfeeds.method.deletefeeditem(string,string)",
      "nodeType": "method",
      "name": "deleteFeedItem",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "deleteFeedItem",
        "textToLower": "deletefeeditem",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_deleteFeedItem_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "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 Void deleteFeedItem(String communityId, String feedItemId)",
      "overrideSignature": "public static override Void deleteFeedItem(String communityId, String feedItemId)",
      "simplifiedSignature": "deleteFeedItem(String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.deletefeeditem.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.deletefeeditem",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Delete a feed item.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.deletefeeditem(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": 41
              },
              "end": {
                "line": 0,
                "character": 52
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:41"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 41
              },
              "end": {
                "line": 0,
                "character": 52
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:41"
          },
          "parentId": "ConnectApi.chatterfeeds.method.deletefeeditem(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.deletefeeditem.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 34
                },
                "end": {
                  "line": 0,
                  "character": 40
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:34"
            },
            "parentId": "ConnectApi.chatterfeeds.deletefeeditem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feeditemid": {
          "id": "ConnectApi.chatterfeeds.method.deletefeeditem(string,string).varParam.feeditemid",
          "nodeType": "variable",
          "name": "feedItemId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedItemId",
            "textToLower": "feeditemid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 71
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedItemId_0:61"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedItemId",
            "textToLower": "feeditemid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 71
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedItemId_0:61"
          },
          "parentId": "ConnectApi.chatterfeeds.method.deletefeeditem(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.deletefeeditem.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 54
                },
                "end": {
                  "line": 0,
                  "character": 60
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:54"
            },
            "parentId": "ConnectApi.chatterfeeds.deletefeeditem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a feed item.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "deletelike(string,string)": {
      "id": "ConnectApi.chatterfeeds.method.deletelike(string,string)",
      "nodeType": "method",
      "name": "deleteLike",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "deleteLike",
        "textToLower": "deletelike",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_deleteLike_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 5,
      "memberOrder": 5,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void deleteLike(String communityId, String likeId)",
      "overrideSignature": "public static override Void deleteLike(String communityId, String likeId)",
      "simplifiedSignature": "deleteLike(String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.deletelike.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.deletelike",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Delete a like on a comment or post.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.deletelike(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": 37
              },
              "end": {
                "line": 0,
                "character": 48
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:37"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 37
              },
              "end": {
                "line": 0,
                "character": 48
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:37"
          },
          "parentId": "ConnectApi.chatterfeeds.method.deletelike(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.deletelike.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 30
                },
                "end": {
                  "line": 0,
                  "character": 36
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:30"
            },
            "parentId": "ConnectApi.chatterfeeds.deletelike",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "likeid": {
          "id": "ConnectApi.chatterfeeds.method.deletelike(string,string).varParam.likeid",
          "nodeType": "variable",
          "name": "likeId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "likeId",
            "textToLower": "likeid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 57
              },
              "end": {
                "line": 0,
                "character": 63
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_likeId_0:57"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "likeId",
            "textToLower": "likeid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 57
              },
              "end": {
                "line": 0,
                "character": 63
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_likeId_0:57"
          },
          "parentId": "ConnectApi.chatterfeeds.method.deletelike(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.deletelike.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 50
                },
                "end": {
                  "line": 0,
                  "character": 56
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:50"
            },
            "parentId": "ConnectApi.chatterfeeds.deletelike",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a like.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "deletestream(string,string)": {
      "id": "ConnectApi.chatterfeeds.method.deletestream(string,string)",
      "nodeType": "method",
      "name": "deleteStream",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "deleteStream",
        "textToLower": "deletestream",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_deleteStream_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 6,
      "memberOrder": 6,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void deleteStream(String communityId, String streamId)",
      "overrideSignature": "public static override Void deleteStream(String communityId, String streamId)",
      "simplifiedSignature": "deleteStream(String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.deletestream.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.deletestream",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Delete a Chatter feed stream.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.deletestream(string,string).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 39
              },
              "end": {
                "line": 0,
                "character": 50
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:39"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 39
              },
              "end": {
                "line": 0,
                "character": 50
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:39"
          },
          "parentId": "ConnectApi.chatterfeeds.method.deletestream(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.deletestream.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 32
                },
                "end": {
                  "line": 0,
                  "character": 38
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:32"
            },
            "parentId": "ConnectApi.chatterfeeds.deletestream",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "streamid": {
          "id": "ConnectApi.chatterfeeds.method.deletestream(string,string).varParam.streamid",
          "nodeType": "variable",
          "name": "streamId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "streamId",
            "textToLower": "streamid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 59
              },
              "end": {
                "line": 0,
                "character": 67
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_streamId_0:59"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "streamId",
            "textToLower": "streamid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 59
              },
              "end": {
                "line": 0,
                "character": 67
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_streamId_0:59"
          },
          "parentId": "ConnectApi.chatterfeeds.method.deletestream(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.deletestream.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.chatterfeeds.deletestream",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the Chatter feed stream.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getcomment(string,string)": {
      "id": "ConnectApi.chatterfeeds.method.getcomment(string,string)",
      "nodeType": "method",
      "name": "getComment",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getComment",
        "textToLower": "getcomment",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getComment_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "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.Comment getComment(String communityId, String commentId)",
      "overrideSignature": "public static override ConnectApi.Comment getComment(String communityId, String commentId)",
      "simplifiedSignature": "getComment(String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getcomment.datatype.ConnectApi.Comment",
        "nodeType": "datatype",
        "name": "ConnectApi.Comment",
        "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.chatterfeeds.getcomment",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.Comment"
      },
      "description": "Get a comment.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getcomment(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": 51
              },
              "end": {
                "line": 0,
                "character": 62
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:51"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 51
              },
              "end": {
                "line": 0,
                "character": 62
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:51"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getcomment(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getcomment.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 44
                },
                "end": {
                  "line": 0,
                  "character": 50
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:44"
            },
            "parentId": "ConnectApi.chatterfeeds.getcomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "commentid": {
          "id": "ConnectApi.chatterfeeds.method.getcomment(string,string).varParam.commentid",
          "nodeType": "variable",
          "name": "commentId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 71
              },
              "end": {
                "line": 0,
                "character": 80
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:71"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 71
              },
              "end": {
                "line": 0,
                "character": 80
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:71"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getcomment(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getcomment.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.chatterfeeds.getcomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a comment.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getcommentbatch(string,list<string>)": {
      "id": "ConnectApi.chatterfeeds.method.getcommentbatch(string,list<string>)",
      "nodeType": "method",
      "name": "getCommentBatch",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getCommentBatch",
        "textToLower": "getcommentbatch",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getCommentBatch_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "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.BatchResult[] getCommentBatch(String communityId, List<String> commentIds)",
      "overrideSignature": "public static override ConnectApi.BatchResult[] getCommentBatch(String communityId, List<String> commentIds)",
      "simplifiedSignature": "getCommentBatch(String,List<String>)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getcommentbatch.datatype.ConnectApi.BatchResult[]",
        "nodeType": "datatype",
        "name": "ConnectApi.BatchResult[]",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.getcommentbatch",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.BatchResult[]"
      },
      "description": "Get a list of comments.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getcommentbatch(string,list<string>).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 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.chatterfeeds.method.getcommentbatch(string,list<string>)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getcommentbatch.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.chatterfeeds.getcommentbatch",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "commentids": {
          "id": "ConnectApi.chatterfeeds.method.getcommentbatch(string,list<string>).varParam.commentids",
          "nodeType": "variable",
          "name": "commentIds",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentIds",
            "textToLower": "commentids",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 88
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentIds_0:88"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentIds",
            "textToLower": "commentids",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 88
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentIds_0:88"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getcommentbatch(string,list<string>)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getcommentbatch.datatype.List<String>",
            "nodeType": "datatype",
            "name": "List<String>",
            "startToken": {
              "type": "datatype.collection",
              "text": "List",
              "textToLower": "list",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 75
                },
                "end": {
                  "line": 0,
                  "character": 79
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_List_0:75"
            },
            "parentId": "ConnectApi.chatterfeeds.getcommentbatch",
            "order": 0,
            "memberOrder": 0,
            "type": "List",
            "value": {
              "id": "ConnectApi.chatterfeeds.getcommentbatch.datatype.List<String>.value.String",
              "nodeType": "datatype",
              "name": "String",
              "startToken": {
                "type": "datatype.primitive",
                "text": "String",
                "textToLower": "string",
                "isAux": false,
                "range": {
                  "start": {
                    "line": 0,
                    "character": 80
                  },
                  "end": {
                    "line": 0,
                    "character": 86
                  },
                  "isEmpty": false,
                  "isSingleLine": true
                },
                "id": "token.type.identifier_String_0:80"
              },
              "order": 0,
              "memberOrder": 0,
              "type": "String"
            }
          },
          "description": "Use either the ID for a community, internal, or null. A list of up to 100 comment IDs.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getcommentincontext(string,string,integer)": {
      "id": "ConnectApi.chatterfeeds.method.getcommentincontext(string,string,integer)",
      "nodeType": "method",
      "name": "getCommentInContext",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getCommentInContext",
        "textToLower": "getcommentincontext",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getCommentInContext_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "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.FeedElement getCommentInContext(String communityId, String commentId, Integer pageSize)",
      "overrideSignature": "public static override ConnectApi.FeedElement getCommentInContext(String communityId, String commentId, Integer pageSize)",
      "simplifiedSignature": "getCommentInContext(String,String,Integer)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getcommentincontext.datatype.ConnectApi.FeedElement",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElement",
        "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.chatterfeeds.getcommentincontext",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElement"
      },
      "description": "Get a threaded comment in the context of its parent comments and post.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getcommentincontext(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": 64
              },
              "end": {
                "line": 0,
                "character": 75
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:64"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 64
              },
              "end": {
                "line": 0,
                "character": 75
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:64"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getcommentincontext(string,string,integer)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getcommentincontext.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 57
                },
                "end": {
                  "line": 0,
                  "character": 63
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:57"
            },
            "parentId": "ConnectApi.chatterfeeds.getcommentincontext",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "commentid": {
          "id": "ConnectApi.chatterfeeds.method.getcommentincontext(string,string,integer).varParam.commentid",
          "nodeType": "variable",
          "name": "commentId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 84
              },
              "end": {
                "line": 0,
                "character": 93
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:84"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 84
              },
              "end": {
                "line": 0,
                "character": 93
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:84"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getcommentincontext(string,string,integer)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getcommentincontext.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 77
                },
                "end": {
                  "line": 0,
                  "character": 83
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:77"
            },
            "parentId": "ConnectApi.chatterfeeds.getcommentincontext",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getcommentincontext(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": 103
              },
              "end": {
                "line": 0,
                "character": 111
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:103"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 103
              },
              "end": {
                "line": 0,
                "character": 111
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:103"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getcommentincontext(string,string,integer)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getcommentincontext.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 95
                },
                "end": {
                  "line": 0,
                  "character": 102
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:95"
            },
            "parentId": "ConnectApi.chatterfeeds.getcommentincontext",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the comment. Specifies the number of items per page. Valid values are from 1 through 100. If you don’t specify a value, the default size is 25.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getcommentsforfeedelement(string,string)": {
      "id": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string)",
      "nodeType": "method",
      "name": "getCommentsForFeedElement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getCommentsForFeedElement",
        "textToLower": "getcommentsforfeedelement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getCommentsForFeedElement_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "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.CommentPage getCommentsForFeedElement(String communityId, String feedElementId)",
      "overrideSignature": "public static override ConnectApi.CommentPage getCommentsForFeedElement(String communityId, String feedElementId)",
      "simplifiedSignature": "getCommentsForFeedElement(String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getcommentsforfeedelement.datatype.ConnectApi.CommentPage",
        "nodeType": "datatype",
        "name": "ConnectApi.CommentPage",
        "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.chatterfeeds.getcommentsforfeedelement",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.CommentPage"
      },
      "description": "Get comments for a feed element.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(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": 70
              },
              "end": {
                "line": 0,
                "character": 81
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:70"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 70
              },
              "end": {
                "line": 0,
                "character": 81
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:70"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getcommentsforfeedelement.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 63
                },
                "end": {
                  "line": 0,
                  "character": 69
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:63"
            },
            "parentId": "ConnectApi.chatterfeeds.getcommentsforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 103
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:90"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 103
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:90"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getcommentsforfeedelement.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 83
                },
                "end": {
                  "line": 0,
                  "character": 89
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:83"
            },
            "parentId": "ConnectApi.chatterfeeds.getcommentsforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getcommentsforfeedelement(string,string,boolean)": {
      "id": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,boolean)",
      "nodeType": "method",
      "name": "getCommentsForFeedElement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getCommentsForFeedElement",
        "textToLower": "getcommentsforfeedelement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getCommentsForFeedElement_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "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.CommentPage getCommentsForFeedElement(String communityId, String feedElementId, Boolean threadedCommentsCollapsed)",
      "overrideSignature": "public static override ConnectApi.CommentPage getCommentsForFeedElement(String communityId, String feedElementId, Boolean threadedCommentsCollapsed)",
      "simplifiedSignature": "getCommentsForFeedElement(String,String,Boolean)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getcommentsforfeedelement.datatype.ConnectApi.CommentPage",
        "nodeType": "datatype",
        "name": "ConnectApi.CommentPage",
        "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.chatterfeeds.getcommentsforfeedelement",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.CommentPage"
      },
      "description": "Get comments in a threaded style for a feed element.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(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": 70
              },
              "end": {
                "line": 0,
                "character": 81
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:70"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 70
              },
              "end": {
                "line": 0,
                "character": 81
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:70"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,boolean)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getcommentsforfeedelement.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 63
                },
                "end": {
                  "line": 0,
                  "character": 69
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:63"
            },
            "parentId": "ConnectApi.chatterfeeds.getcommentsforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,boolean).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 103
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:90"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 103
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:90"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,boolean)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getcommentsforfeedelement.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 83
                },
                "end": {
                  "line": 0,
                  "character": 89
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:83"
            },
            "parentId": "ConnectApi.chatterfeeds.getcommentsforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "threadedcommentscollapsed": {
          "id": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,boolean).varParam.threadedcommentscollapsed",
          "nodeType": "variable",
          "name": "threadedCommentsCollapsed",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "threadedCommentsCollapsed",
            "textToLower": "threadedcommentscollapsed",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 113
              },
              "end": {
                "line": 0,
                "character": 138
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_threadedCommentsCollapsed_0:113"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "threadedCommentsCollapsed",
            "textToLower": "threadedcommentscollapsed",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 113
              },
              "end": {
                "line": 0,
                "character": 138
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_threadedCommentsCollapsed_0:113"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,boolean)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getcommentsforfeedelement.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 105
                },
                "end": {
                  "line": 0,
                  "character": 112
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:105"
            },
            "parentId": "ConnectApi.chatterfeeds.getcommentsforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element.  Specifies whether to return threaded comments in a collapsed style (true) or not (false). If you pass in null, the default is false.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getcommentsforfeedelement(string,string,string,integer)": {
      "id": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,string,integer)",
      "nodeType": "method",
      "name": "getCommentsForFeedElement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getCommentsForFeedElement",
        "textToLower": "getcommentsforfeedelement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getCommentsForFeedElement_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "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.CommentPage getCommentsForFeedElement(String communityId, String feedElementId, String pageParam, Integer pageSize)",
      "overrideSignature": "public static override ConnectApi.CommentPage getCommentsForFeedElement(String communityId, String feedElementId, String pageParam, Integer pageSize)",
      "simplifiedSignature": "getCommentsForFeedElement(String,String,String,Integer)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getcommentsforfeedelement.datatype.ConnectApi.CommentPage",
        "nodeType": "datatype",
        "name": "ConnectApi.CommentPage",
        "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.chatterfeeds.getcommentsforfeedelement",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.CommentPage"
      },
      "description": "Get a page of comments for a feed element.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,string,integer).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 70
              },
              "end": {
                "line": 0,
                "character": 81
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:70"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 70
              },
              "end": {
                "line": 0,
                "character": 81
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:70"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,string,integer)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getcommentsforfeedelement.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 63
                },
                "end": {
                  "line": 0,
                  "character": 69
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:63"
            },
            "parentId": "ConnectApi.chatterfeeds.getcommentsforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,string,integer).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 103
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:90"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 103
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:90"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,string,integer)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getcommentsforfeedelement.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 83
                },
                "end": {
                  "line": 0,
                  "character": 89
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:83"
            },
            "parentId": "ConnectApi.chatterfeeds.getcommentsforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,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": 112
              },
              "end": {
                "line": 0,
                "character": 121
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:112"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 112
              },
              "end": {
                "line": 0,
                "character": 121
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:112"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,string,integer)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getcommentsforfeedelement.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.chatterfeeds.getcommentsforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,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": 131
              },
              "end": {
                "line": 0,
                "character": 139
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:131"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 131
              },
              "end": {
                "line": 0,
                "character": 139
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:131"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,string,integer)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getcommentsforfeedelement.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 123
                },
                "end": {
                  "line": 0,
                  "character": 130
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:123"
            },
            "parentId": "ConnectApi.chatterfeeds.getcommentsforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element. The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of comments per page. Valid values are from 1 through 100. If you pass null, the default size is 25.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getcommentsforfeedelement(string,string,string,integer,boolean)": {
      "id": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,string,integer,boolean)",
      "nodeType": "method",
      "name": "getCommentsForFeedElement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getCommentsForFeedElement",
        "textToLower": "getcommentsforfeedelement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getCommentsForFeedElement_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "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.CommentPage getCommentsForFeedElement(String communityId, String feedElementId, String pageParam, Integer pageSize, Boolean threadedCommentsCollapsed)",
      "overrideSignature": "public static override ConnectApi.CommentPage getCommentsForFeedElement(String communityId, String feedElementId, String pageParam, Integer pageSize, Boolean threadedCommentsCollapsed)",
      "simplifiedSignature": "getCommentsForFeedElement(String,String,String,Integer,Boolean)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getcommentsforfeedelement.datatype.ConnectApi.CommentPage",
        "nodeType": "datatype",
        "name": "ConnectApi.CommentPage",
        "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.chatterfeeds.getcommentsforfeedelement",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.CommentPage"
      },
      "description": "Get a page of comments in a threaded style for a feed element.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,string,integer,boolean).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 70
              },
              "end": {
                "line": 0,
                "character": 81
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:70"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 70
              },
              "end": {
                "line": 0,
                "character": 81
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:70"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,string,integer,boolean)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getcommentsforfeedelement.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 63
                },
                "end": {
                  "line": 0,
                  "character": 69
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:63"
            },
            "parentId": "ConnectApi.chatterfeeds.getcommentsforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,string,integer,boolean).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 103
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:90"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 103
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:90"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,string,integer,boolean)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getcommentsforfeedelement.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 83
                },
                "end": {
                  "line": 0,
                  "character": 89
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:83"
            },
            "parentId": "ConnectApi.chatterfeeds.getcommentsforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,string,integer,boolean).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 112
              },
              "end": {
                "line": 0,
                "character": 121
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:112"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 112
              },
              "end": {
                "line": 0,
                "character": 121
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:112"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,string,integer,boolean)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getcommentsforfeedelement.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.chatterfeeds.getcommentsforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,string,integer,boolean).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 131
              },
              "end": {
                "line": 0,
                "character": 139
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:131"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 131
              },
              "end": {
                "line": 0,
                "character": 139
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:131"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,string,integer,boolean)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getcommentsforfeedelement.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 123
                },
                "end": {
                  "line": 0,
                  "character": 130
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:123"
            },
            "parentId": "ConnectApi.chatterfeeds.getcommentsforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "threadedcommentscollapsed": {
          "id": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,string,integer,boolean).varParam.threadedcommentscollapsed",
          "nodeType": "variable",
          "name": "threadedCommentsCollapsed",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "threadedCommentsCollapsed",
            "textToLower": "threadedcommentscollapsed",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 149
              },
              "end": {
                "line": 0,
                "character": 174
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_threadedCommentsCollapsed_0:149"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "threadedCommentsCollapsed",
            "textToLower": "threadedcommentscollapsed",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 149
              },
              "end": {
                "line": 0,
                "character": 174
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_threadedCommentsCollapsed_0:149"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,string,integer,boolean)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getcommentsforfeedelement.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 141
                },
                "end": {
                  "line": 0,
                  "character": 148
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:141"
            },
            "parentId": "ConnectApi.chatterfeeds.getcommentsforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element. The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of comments per page. Valid values are from 1 through 100. If you pass null, the default size is 25.  Specifies whether to return threaded comments in a collapsed style (true) or not (false). If you pass in null, the default is false.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getcommentsforfeedelement(string,string,boolean,connectapi.feedcommentsortorder)": {
      "id": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,boolean,connectapi.feedcommentsortorder)",
      "nodeType": "method",
      "name": "getCommentsForFeedElement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getCommentsForFeedElement",
        "textToLower": "getcommentsforfeedelement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getCommentsForFeedElement_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "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.CommentsCapability getCommentsForFeedElement(String communityId, String feedElementId, Boolean threadedCommentsCollapsed, ConnectApi.FeedCommentSortOrder sortParam)",
      "overrideSignature": "public static override ConnectApi.CommentsCapability getCommentsForFeedElement(String communityId, String feedElementId, Boolean threadedCommentsCollapsed, ConnectApi.FeedCommentSortOrder sortParam)",
      "simplifiedSignature": "getCommentsForFeedElement(String,String,Boolean,ConnectApi.FeedCommentSortOrder)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getcommentsforfeedelement.datatype.ConnectApi.CommentsCapability",
        "nodeType": "datatype",
        "name": "ConnectApi.CommentsCapability",
        "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.chatterfeeds.getcommentsforfeedelement",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.CommentsCapability"
      },
      "description": "Get sorted comments in a threaded style for a feed element.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,boolean,connectapi.feedcommentsortorder).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 77
              },
              "end": {
                "line": 0,
                "character": 88
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:77"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 77
              },
              "end": {
                "line": 0,
                "character": 88
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:77"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,boolean,connectapi.feedcommentsortorder)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getcommentsforfeedelement.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 70
                },
                "end": {
                  "line": 0,
                  "character": 76
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:70"
            },
            "parentId": "ConnectApi.chatterfeeds.getcommentsforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,boolean,connectapi.feedcommentsortorder).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 97
              },
              "end": {
                "line": 0,
                "character": 110
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:97"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 97
              },
              "end": {
                "line": 0,
                "character": 110
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:97"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,boolean,connectapi.feedcommentsortorder)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getcommentsforfeedelement.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 90
                },
                "end": {
                  "line": 0,
                  "character": 96
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:90"
            },
            "parentId": "ConnectApi.chatterfeeds.getcommentsforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "threadedcommentscollapsed": {
          "id": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,boolean,connectapi.feedcommentsortorder).varParam.threadedcommentscollapsed",
          "nodeType": "variable",
          "name": "threadedCommentsCollapsed",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "threadedCommentsCollapsed",
            "textToLower": "threadedcommentscollapsed",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 120
              },
              "end": {
                "line": 0,
                "character": 145
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_threadedCommentsCollapsed_0:120"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "threadedCommentsCollapsed",
            "textToLower": "threadedcommentscollapsed",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 120
              },
              "end": {
                "line": 0,
                "character": 145
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_threadedCommentsCollapsed_0:120"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,boolean,connectapi.feedcommentsortorder)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getcommentsforfeedelement.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 112
                },
                "end": {
                  "line": 0,
                  "character": 119
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:112"
            },
            "parentId": "ConnectApi.chatterfeeds.getcommentsforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,boolean,connectapi.feedcommentsortorder).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 179
              },
              "end": {
                "line": 0,
                "character": 188
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:179"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 179
              },
              "end": {
                "line": 0,
                "character": 188
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:179"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,boolean,connectapi.feedcommentsortorder)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getcommentsforfeedelement.datatype.ConnectApi.FeedCommentSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedCommentSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 147
                },
                "end": {
                  "line": 0,
                  "character": 157
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:147"
            },
            "parentId": "ConnectApi.chatterfeeds.getcommentsforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedCommentSortOrder"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element.  Specifies whether to return threaded comments in a collapsed style (true) or not (false). If you pass in null, the default is false. Order of comments. Values are:  CreatedDateLatestAsc—Sorts by most recently created comments in ascending order.   CreatedDateOldestAsc—Sorts by oldest comments in ascending order.   Relevance—Sorts by most relevant content.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getcommentsforfeedelement(string,string,string,integer,boolean,connectapi.feedcommentsortorder)": {
      "id": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,string,integer,boolean,connectapi.feedcommentsortorder)",
      "nodeType": "method",
      "name": "getCommentsForFeedElement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getCommentsForFeedElement",
        "textToLower": "getcommentsforfeedelement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getCommentsForFeedElement_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "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.CommentPage getCommentsForFeedElement(String communityId, String feedElementId, String pageParam, Integer pageSize, Boolean threadedCommentsCollapsed, ConnectApi.FeedCommentSortOrder sortParam)",
      "overrideSignature": "public static override ConnectApi.CommentPage getCommentsForFeedElement(String communityId, String feedElementId, String pageParam, Integer pageSize, Boolean threadedCommentsCollapsed, ConnectApi.FeedCommentSortOrder sortParam)",
      "simplifiedSignature": "getCommentsForFeedElement(String,String,String,Integer,Boolean,ConnectApi.FeedCommentSortOrder)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getcommentsforfeedelement.datatype.ConnectApi.CommentPage",
        "nodeType": "datatype",
        "name": "ConnectApi.CommentPage",
        "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.chatterfeeds.getcommentsforfeedelement",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.CommentPage"
      },
      "description": "Get a page of sorted comments in a threaded style for a feed element.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,string,integer,boolean,connectapi.feedcommentsortorder).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 70
              },
              "end": {
                "line": 0,
                "character": 81
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:70"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 70
              },
              "end": {
                "line": 0,
                "character": 81
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:70"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,string,integer,boolean,connectapi.feedcommentsortorder)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getcommentsforfeedelement.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 63
                },
                "end": {
                  "line": 0,
                  "character": 69
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:63"
            },
            "parentId": "ConnectApi.chatterfeeds.getcommentsforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,string,integer,boolean,connectapi.feedcommentsortorder).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 103
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:90"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 103
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:90"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,string,integer,boolean,connectapi.feedcommentsortorder)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getcommentsforfeedelement.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 83
                },
                "end": {
                  "line": 0,
                  "character": 89
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:83"
            },
            "parentId": "ConnectApi.chatterfeeds.getcommentsforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,string,integer,boolean,connectapi.feedcommentsortorder).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 112
              },
              "end": {
                "line": 0,
                "character": 121
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:112"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 112
              },
              "end": {
                "line": 0,
                "character": 121
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:112"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,string,integer,boolean,connectapi.feedcommentsortorder)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getcommentsforfeedelement.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.chatterfeeds.getcommentsforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,string,integer,boolean,connectapi.feedcommentsortorder).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 131
              },
              "end": {
                "line": 0,
                "character": 139
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:131"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 131
              },
              "end": {
                "line": 0,
                "character": 139
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:131"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,string,integer,boolean,connectapi.feedcommentsortorder)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getcommentsforfeedelement.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 123
                },
                "end": {
                  "line": 0,
                  "character": 130
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:123"
            },
            "parentId": "ConnectApi.chatterfeeds.getcommentsforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "threadedcommentscollapsed": {
          "id": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,string,integer,boolean,connectapi.feedcommentsortorder).varParam.threadedcommentscollapsed",
          "nodeType": "variable",
          "name": "threadedCommentsCollapsed",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "threadedCommentsCollapsed",
            "textToLower": "threadedcommentscollapsed",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 149
              },
              "end": {
                "line": 0,
                "character": 174
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_threadedCommentsCollapsed_0:149"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "threadedCommentsCollapsed",
            "textToLower": "threadedcommentscollapsed",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 149
              },
              "end": {
                "line": 0,
                "character": 174
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_threadedCommentsCollapsed_0:149"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,string,integer,boolean,connectapi.feedcommentsortorder)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getcommentsforfeedelement.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 141
                },
                "end": {
                  "line": 0,
                  "character": 148
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:141"
            },
            "parentId": "ConnectApi.chatterfeeds.getcommentsforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,string,integer,boolean,connectapi.feedcommentsortorder).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 208
              },
              "end": {
                "line": 0,
                "character": 217
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:208"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 208
              },
              "end": {
                "line": 0,
                "character": 217
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:208"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,string,integer,boolean,connectapi.feedcommentsortorder)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getcommentsforfeedelement.datatype.ConnectApi.FeedCommentSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedCommentSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 176
                },
                "end": {
                  "line": 0,
                  "character": 186
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:176"
            },
            "parentId": "ConnectApi.chatterfeeds.getcommentsforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedCommentSortOrder"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element. The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of comments per page. Valid values are from 1 through 100. If you pass null, the default size is 25.  Specifies whether to return threaded comments in a collapsed style (true) or not (false). If you pass in null, the default is false. Order of comments. Values are:  CreatedDateLatestAsc—Sorts by most recently created comments in ascending order.   CreatedDateOldestAsc—Sorts by oldest comments in ascending order.   Relevance—Sorts by most relevant content.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getcommentsforfeedelement(string,string,connectapi.feedcommentsortorder)": {
      "id": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,connectapi.feedcommentsortorder)",
      "nodeType": "method",
      "name": "getCommentsForFeedElement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getCommentsForFeedElement",
        "textToLower": "getcommentsforfeedelement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getCommentsForFeedElement_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "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.CommentsCapability getCommentsForFeedElement(String communityId, String feedElementId, ConnectApi.FeedCommentSortOrder sortParam)",
      "overrideSignature": "public static override ConnectApi.CommentsCapability getCommentsForFeedElement(String communityId, String feedElementId, ConnectApi.FeedCommentSortOrder sortParam)",
      "simplifiedSignature": "getCommentsForFeedElement(String,String,ConnectApi.FeedCommentSortOrder)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getcommentsforfeedelement.datatype.ConnectApi.CommentsCapability",
        "nodeType": "datatype",
        "name": "ConnectApi.CommentsCapability",
        "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.chatterfeeds.getcommentsforfeedelement",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.CommentsCapability"
      },
      "description": "Get sorted comments for a feed element.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,connectapi.feedcommentsortorder).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 77
              },
              "end": {
                "line": 0,
                "character": 88
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:77"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 77
              },
              "end": {
                "line": 0,
                "character": 88
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:77"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,connectapi.feedcommentsortorder)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getcommentsforfeedelement.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 70
                },
                "end": {
                  "line": 0,
                  "character": 76
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:70"
            },
            "parentId": "ConnectApi.chatterfeeds.getcommentsforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,connectapi.feedcommentsortorder).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 97
              },
              "end": {
                "line": 0,
                "character": 110
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:97"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 97
              },
              "end": {
                "line": 0,
                "character": 110
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:97"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,connectapi.feedcommentsortorder)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getcommentsforfeedelement.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 90
                },
                "end": {
                  "line": 0,
                  "character": 96
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:90"
            },
            "parentId": "ConnectApi.chatterfeeds.getcommentsforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,connectapi.feedcommentsortorder).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 144
              },
              "end": {
                "line": 0,
                "character": 153
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:144"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 144
              },
              "end": {
                "line": 0,
                "character": 153
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:144"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,connectapi.feedcommentsortorder)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getcommentsforfeedelement.datatype.ConnectApi.FeedCommentSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedCommentSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 112
                },
                "end": {
                  "line": 0,
                  "character": 122
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:112"
            },
            "parentId": "ConnectApi.chatterfeeds.getcommentsforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedCommentSortOrder"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element. Order of comments. Values are:  CreatedDateLatestAsc—Sorts by most recently created comments in ascending order.   CreatedDateOldestAsc—Sorts by oldest comments in ascending order.   Relevance—Sorts by most relevant content.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getcommentsforfeedelement(string,string,connectapi.feedcommentsortorder,boolean)": {
      "id": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,connectapi.feedcommentsortorder,boolean)",
      "nodeType": "method",
      "name": "getCommentsForFeedElement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getCommentsForFeedElement",
        "textToLower": "getcommentsforfeedelement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getCommentsForFeedElement_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "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.CommentsCapability getCommentsForFeedElement(String communityId, String feedElementId, ConnectApi.FeedCommentSortOrder sortParam, Boolean threadedCommentsCollapsed)",
      "overrideSignature": "public static override ConnectApi.CommentsCapability getCommentsForFeedElement(String communityId, String feedElementId, ConnectApi.FeedCommentSortOrder sortParam, Boolean threadedCommentsCollapsed)",
      "simplifiedSignature": "getCommentsForFeedElement(String,String,ConnectApi.FeedCommentSortOrder,Boolean)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getcommentsforfeedelement.datatype.ConnectApi.CommentsCapability",
        "nodeType": "datatype",
        "name": "ConnectApi.CommentsCapability",
        "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.chatterfeeds.getcommentsforfeedelement",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.CommentsCapability"
      },
      "description": "Get sorted comments in a threaded style for a feed element.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,connectapi.feedcommentsortorder,boolean).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 77
              },
              "end": {
                "line": 0,
                "character": 88
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:77"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 77
              },
              "end": {
                "line": 0,
                "character": 88
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:77"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,connectapi.feedcommentsortorder,boolean)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getcommentsforfeedelement.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 70
                },
                "end": {
                  "line": 0,
                  "character": 76
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:70"
            },
            "parentId": "ConnectApi.chatterfeeds.getcommentsforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,connectapi.feedcommentsortorder,boolean).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 97
              },
              "end": {
                "line": 0,
                "character": 110
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:97"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 97
              },
              "end": {
                "line": 0,
                "character": 110
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:97"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,connectapi.feedcommentsortorder,boolean)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getcommentsforfeedelement.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 90
                },
                "end": {
                  "line": 0,
                  "character": 96
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:90"
            },
            "parentId": "ConnectApi.chatterfeeds.getcommentsforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,connectapi.feedcommentsortorder,boolean).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 144
              },
              "end": {
                "line": 0,
                "character": 153
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:144"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 144
              },
              "end": {
                "line": 0,
                "character": 153
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:144"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,connectapi.feedcommentsortorder,boolean)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getcommentsforfeedelement.datatype.ConnectApi.FeedCommentSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedCommentSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 112
                },
                "end": {
                  "line": 0,
                  "character": 122
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:112"
            },
            "parentId": "ConnectApi.chatterfeeds.getcommentsforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedCommentSortOrder"
          },
          "scope": null
        },
        "threadedcommentscollapsed": {
          "id": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,connectapi.feedcommentsortorder,boolean).varParam.threadedcommentscollapsed",
          "nodeType": "variable",
          "name": "threadedCommentsCollapsed",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "threadedCommentsCollapsed",
            "textToLower": "threadedcommentscollapsed",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 163
              },
              "end": {
                "line": 0,
                "character": 188
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_threadedCommentsCollapsed_0:163"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "threadedCommentsCollapsed",
            "textToLower": "threadedcommentscollapsed",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 163
              },
              "end": {
                "line": 0,
                "character": 188
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_threadedCommentsCollapsed_0:163"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getcommentsforfeedelement(string,string,connectapi.feedcommentsortorder,boolean)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getcommentsforfeedelement.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 155
                },
                "end": {
                  "line": 0,
                  "character": 162
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:155"
            },
            "parentId": "ConnectApi.chatterfeeds.getcommentsforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element. Order of comments. Values are:  CreatedDateLatestAsc—Sorts by most recently created comments in ascending order.   CreatedDateOldestAsc—Sorts by oldest comments in ascending order.   Relevance—Sorts by most relevant content.     Specifies whether to return threaded comments in a collapsed style (true) or not (false). If you pass in null, the default is false.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getcommentsforfeeditem(string,string)": {
      "id": "ConnectApi.chatterfeeds.method.getcommentsforfeeditem(string,string)",
      "nodeType": "method",
      "name": "getCommentsForFeedItem",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getCommentsForFeedItem",
        "textToLower": "getcommentsforfeeditem",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getCommentsForFeedItem_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "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.CommentPage getCommentsForFeedItem(String communityId, String feedItemId)",
      "overrideSignature": "public static override ConnectApi.CommentPage getCommentsForFeedItem(String communityId, String feedItemId)",
      "simplifiedSignature": "getCommentsForFeedItem(String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getcommentsforfeeditem.datatype.ConnectApi.CommentPage",
        "nodeType": "datatype",
        "name": "ConnectApi.CommentPage",
        "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.chatterfeeds.getcommentsforfeeditem",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.CommentPage"
      },
      "description": "Get comments for a feed item.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getcommentsforfeeditem(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": 67
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:67"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:67"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getcommentsforfeeditem(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getcommentsforfeeditem.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 60
                },
                "end": {
                  "line": 0,
                  "character": 66
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:60"
            },
            "parentId": "ConnectApi.chatterfeeds.getcommentsforfeeditem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feeditemid": {
          "id": "ConnectApi.chatterfeeds.method.getcommentsforfeeditem(string,string).varParam.feeditemid",
          "nodeType": "variable",
          "name": "feedItemId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedItemId",
            "textToLower": "feeditemid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 97
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedItemId_0:87"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedItemId",
            "textToLower": "feeditemid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 97
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedItemId_0:87"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getcommentsforfeeditem(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getcommentsforfeeditem.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 80
                },
                "end": {
                  "line": 0,
                  "character": 86
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:80"
            },
            "parentId": "ConnectApi.chatterfeeds.getcommentsforfeeditem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a feed item.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getcommentsforfeeditem(string,string,string,integer)": {
      "id": "ConnectApi.chatterfeeds.method.getcommentsforfeeditem(string,string,string,integer)",
      "nodeType": "method",
      "name": "getCommentsForFeedItem",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getCommentsForFeedItem",
        "textToLower": "getcommentsforfeeditem",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getCommentsForFeedItem_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "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.CommentPage getCommentsForFeedItem(String communityId, String feedItemId, String pageParam, Integer pageSize)",
      "overrideSignature": "public static override ConnectApi.CommentPage getCommentsForFeedItem(String communityId, String feedItemId, String pageParam, Integer pageSize)",
      "simplifiedSignature": "getCommentsForFeedItem(String,String,String,Integer)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getcommentsforfeeditem.datatype.ConnectApi.CommentPage",
        "nodeType": "datatype",
        "name": "ConnectApi.CommentPage",
        "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.chatterfeeds.getcommentsforfeeditem",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.CommentPage"
      },
      "description": "Get a page of comments for a feed item.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getcommentsforfeeditem(string,string,string,integer).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:67"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:67"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getcommentsforfeeditem(string,string,string,integer)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getcommentsforfeeditem.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 60
                },
                "end": {
                  "line": 0,
                  "character": 66
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:60"
            },
            "parentId": "ConnectApi.chatterfeeds.getcommentsforfeeditem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feeditemid": {
          "id": "ConnectApi.chatterfeeds.method.getcommentsforfeeditem(string,string,string,integer).varParam.feeditemid",
          "nodeType": "variable",
          "name": "feedItemId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedItemId",
            "textToLower": "feeditemid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 97
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedItemId_0:87"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedItemId",
            "textToLower": "feeditemid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 97
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedItemId_0:87"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getcommentsforfeeditem(string,string,string,integer)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getcommentsforfeeditem.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 80
                },
                "end": {
                  "line": 0,
                  "character": 86
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:80"
            },
            "parentId": "ConnectApi.chatterfeeds.getcommentsforfeeditem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getcommentsforfeeditem(string,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": 106
              },
              "end": {
                "line": 0,
                "character": 115
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:106"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 106
              },
              "end": {
                "line": 0,
                "character": 115
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:106"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getcommentsforfeeditem(string,string,string,integer)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getcommentsforfeeditem.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 99
                },
                "end": {
                  "line": 0,
                  "character": 105
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:99"
            },
            "parentId": "ConnectApi.chatterfeeds.getcommentsforfeeditem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getcommentsforfeeditem(string,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": 125
              },
              "end": {
                "line": 0,
                "character": 133
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:125"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 125
              },
              "end": {
                "line": 0,
                "character": 133
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:125"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getcommentsforfeeditem(string,string,string,integer)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getcommentsforfeeditem.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 117
                },
                "end": {
                  "line": 0,
                  "character": 124
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:117"
            },
            "parentId": "ConnectApi.chatterfeeds.getcommentsforfeeditem",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a feed item. The page token to use to view the page. Page tokens are returned as part of the response class, for example, 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": []
    },
    "getextensions(string,string,integer)": {
      "id": "ConnectApi.chatterfeeds.method.getextensions(string,string,integer)",
      "nodeType": "method",
      "name": "getExtensions",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getExtensions",
        "textToLower": "getextensions",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getExtensions_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "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.ExtensionDefinitions getExtensions(String communityId, String pageParam, Integer pageSize)",
      "overrideSignature": "public static override ConnectApi.ExtensionDefinitions getExtensions(String communityId, String pageParam, Integer pageSize)",
      "simplifiedSignature": "getExtensions(String,String,Integer)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getextensions.datatype.ConnectApi.ExtensionDefinitions",
        "nodeType": "datatype",
        "name": "ConnectApi.ExtensionDefinitions",
        "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.chatterfeeds.getextensions",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ExtensionDefinitions"
      },
      "description": "Get extensions.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getextensions(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": 67
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:67"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:67"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getextensions(string,string,integer)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getextensions.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 60
                },
                "end": {
                  "line": 0,
                  "character": 66
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:60"
            },
            "parentId": "ConnectApi.chatterfeeds.getextensions",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getextensions(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": 87
              },
              "end": {
                "line": 0,
                "character": 96
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:87"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 96
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:87"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getextensions(string,string,integer)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getextensions.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 80
                },
                "end": {
                  "line": 0,
                  "character": 86
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:80"
            },
            "parentId": "ConnectApi.chatterfeeds.getextensions",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getextensions(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": 106
              },
              "end": {
                "line": 0,
                "character": 114
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:106"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 106
              },
              "end": {
                "line": 0,
                "character": 114
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:106"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getextensions(string,string,integer)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getextensions.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 98
                },
                "end": {
                  "line": 0,
                  "character": 105
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:98"
            },
            "parentId": "ConnectApi.chatterfeeds.getextensions",
            "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. The default size is 15.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeed(string,connectapi.feedtype)": {
      "id": "ConnectApi.chatterfeeds.method.getfeed(string,connectapi.feedtype)",
      "nodeType": "method",
      "name": "getFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeed",
        "textToLower": "getfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "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.Feed getFeed(String communityId, ConnectApi.FeedType feedType)",
      "overrideSignature": "public static override ConnectApi.Feed getFeed(String communityId, ConnectApi.FeedType feedType)",
      "simplifiedSignature": "getFeed(String,ConnectApi.FeedType)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeed.datatype.ConnectApi.Feed",
        "nodeType": "datatype",
        "name": "ConnectApi.Feed",
        "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.chatterfeeds.getfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.Feed"
      },
      "description": "Get a feed.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeed(string,connectapi.feedtype).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 45
              },
              "end": {
                "line": 0,
                "character": 56
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:45"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 45
              },
              "end": {
                "line": 0,
                "character": 56
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:45"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeed(string,connectapi.feedtype)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 38
                },
                "end": {
                  "line": 0,
                  "character": 44
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:38"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.getfeed(string,connectapi.feedtype).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 78
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:78"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 78
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:78"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeed(string,connectapi.feedtype)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 58
                },
                "end": {
                  "line": 0,
                  "character": 68
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:58"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values are Company, DirectMessageModeration, DirectMessages, Home, Moderation, and PendingReview.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeed(string,connectapi.feedtype,connectapi.feedsortorder)": {
      "id": "ConnectApi.chatterfeeds.method.getfeed(string,connectapi.feedtype,connectapi.feedsortorder)",
      "nodeType": "method",
      "name": "getFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeed",
        "textToLower": "getfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "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.Feed getFeed(String communityId, ConnectApi.FeedType feedType, ConnectApi.FeedSortOrder sortParam)",
      "overrideSignature": "public static override ConnectApi.Feed getFeed(String communityId, ConnectApi.FeedType feedType, ConnectApi.FeedSortOrder sortParam)",
      "simplifiedSignature": "getFeed(String,ConnectApi.FeedType,ConnectApi.FeedSortOrder)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeed.datatype.ConnectApi.Feed",
        "nodeType": "datatype",
        "name": "ConnectApi.Feed",
        "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.chatterfeeds.getfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.Feed"
      },
      "description": "Get a sorted feed.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeed(string,connectapi.feedtype,connectapi.feedsortorder).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 45
              },
              "end": {
                "line": 0,
                "character": 56
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:45"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 45
              },
              "end": {
                "line": 0,
                "character": 56
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:45"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeed(string,connectapi.feedtype,connectapi.feedsortorder)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 38
                },
                "end": {
                  "line": 0,
                  "character": 44
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:38"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.getfeed(string,connectapi.feedtype,connectapi.feedsortorder).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 78
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:78"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 78
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:78"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeed(string,connectapi.feedtype,connectapi.feedsortorder)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 58
                },
                "end": {
                  "line": 0,
                  "character": 68
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:58"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeed(string,connectapi.feedtype,connectapi.feedsortorder).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 113
              },
              "end": {
                "line": 0,
                "character": 122
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:113"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 113
              },
              "end": {
                "line": 0,
                "character": 122
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:113"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeed(string,connectapi.feedtype,connectapi.feedsortorder)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 88
                },
                "end": {
                  "line": 0,
                  "character": 98
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:88"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values are Company, DirectMessageModeration, DirectMessages, Home, Moderation, and PendingReview. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used.If feedType is DirectMessages, sortParam must be LastModifiedDateDesc.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeed(string,connectapi.feedtype,string)": {
      "id": "ConnectApi.chatterfeeds.method.getfeed(string,connectapi.feedtype,string)",
      "nodeType": "method",
      "name": "getFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeed",
        "textToLower": "getfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "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.Feed getFeed(String communityId, ConnectApi.FeedType feedType, String subjectId)",
      "overrideSignature": "public static override ConnectApi.Feed getFeed(String communityId, ConnectApi.FeedType feedType, String subjectId)",
      "simplifiedSignature": "getFeed(String,ConnectApi.FeedType,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeed.datatype.ConnectApi.Feed",
        "nodeType": "datatype",
        "name": "ConnectApi.Feed",
        "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.chatterfeeds.getfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.Feed"
      },
      "description": "Get a feed for a record or user.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeed(string,connectapi.feedtype,string).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 45
              },
              "end": {
                "line": 0,
                "character": 56
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:45"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 45
              },
              "end": {
                "line": 0,
                "character": 56
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:45"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeed(string,connectapi.feedtype,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 38
                },
                "end": {
                  "line": 0,
                  "character": 44
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:38"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.getfeed(string,connectapi.feedtype,string).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 78
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:78"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 78
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:78"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeed(string,connectapi.feedtype,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 58
                },
                "end": {
                  "line": 0,
                  "character": 68
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:58"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.getfeed(string,connectapi.feedtype,string).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 104
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:95"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 104
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:95"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeed(string,connectapi.feedtype,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeed.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.chatterfeeds.getfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values include every ConnectApi.FeedType except Company, DirectMessageModeration, DirectMessages, Filter, Home, Landing, Moderation, and PendingReview. If feedType is Record, subjectId can be any record ID, including a group ID. If feedType is Streams, subjectId must be a stream ID. If feedType is Topics, subjectId must be a topic ID. If feedType is UserProfile, subjectId can be any user ID. If the feedType is any other value, subjectId must be the ID of the context user or the alias me.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeed(string,connectapi.feedtype,string,connectapi.feedsortorder)": {
      "id": "ConnectApi.chatterfeeds.method.getfeed(string,connectapi.feedtype,string,connectapi.feedsortorder)",
      "nodeType": "method",
      "name": "getFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeed",
        "textToLower": "getfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "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.Feed getFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, ConnectApi.FeedSortOrder sortParam)",
      "overrideSignature": "public static override ConnectApi.Feed getFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, ConnectApi.FeedSortOrder sortParam)",
      "simplifiedSignature": "getFeed(String,ConnectApi.FeedType,String,ConnectApi.FeedSortOrder)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeed.datatype.ConnectApi.Feed",
        "nodeType": "datatype",
        "name": "ConnectApi.Feed",
        "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.chatterfeeds.getfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.Feed"
      },
      "description": "Get a sorted feed for a record or user.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeed(string,connectapi.feedtype,string,connectapi.feedsortorder).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 45
              },
              "end": {
                "line": 0,
                "character": 56
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:45"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 45
              },
              "end": {
                "line": 0,
                "character": 56
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:45"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeed(string,connectapi.feedtype,string,connectapi.feedsortorder)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 38
                },
                "end": {
                  "line": 0,
                  "character": 44
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:38"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.getfeed(string,connectapi.feedtype,string,connectapi.feedsortorder).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 78
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:78"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 78
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:78"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeed(string,connectapi.feedtype,string,connectapi.feedsortorder)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 58
                },
                "end": {
                  "line": 0,
                  "character": 68
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:58"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.getfeed(string,connectapi.feedtype,string,connectapi.feedsortorder).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 104
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:95"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 104
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:95"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeed(string,connectapi.feedtype,string,connectapi.feedsortorder)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeed.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.chatterfeeds.getfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeed(string,connectapi.feedtype,string,connectapi.feedsortorder).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 131
              },
              "end": {
                "line": 0,
                "character": 140
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:131"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 131
              },
              "end": {
                "line": 0,
                "character": 140
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:131"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeed(string,connectapi.feedtype,string,connectapi.feedsortorder)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 106
                },
                "end": {
                  "line": 0,
                  "character": 116
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:106"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values include every ConnectApi.FeedType except Company, DirectMessageModeration, DirectMessages, Filter, Home, Landing, Moderation, and PendingReview. If feedType is Record, subjectId can be any record ID, including a group ID. If feedType is Streams, subjectId must be a stream ID. If feedType is Topics, subjectId must be a topic ID. If feedType is UserProfile, subjectId can be any user ID. If the feedType is any other value, subjectId must be the ID of the context user or the alias me. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeeddirectory(string)": {
      "id": "ConnectApi.chatterfeeds.method.getfeeddirectory(string)",
      "nodeType": "method",
      "name": "getFeedDirectory",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "",
        "textToLower": "",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function__-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "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.FeedDirectory getFeedDirectory(String communityId)",
      "overrideSignature": "public static override ConnectApi.FeedDirectory getFeedDirectory(String communityId)",
      "simplifiedSignature": "getFeedDirectory(String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds..datatype.ConnectApi.FeedDirectory",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedDirectory",
        "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.chatterfeeds.",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedDirectory"
      },
      "description": "Get a list of all feeds available to the context user.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeeddirectory(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.chatterfeeds.method.getfeeddirectory(string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..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.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeedelement(string,string)": {
      "id": "ConnectApi.chatterfeeds.method.getfeedelement(string,string)",
      "nodeType": "method",
      "name": "getFeedElement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedElement",
        "textToLower": "getfeedelement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedElement_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "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.FeedElement getFeedElement(String communityId, String feedElementId)",
      "overrideSignature": "public static override ConnectApi.FeedElement getFeedElement(String communityId, String feedElementId)",
      "simplifiedSignature": "getFeedElement(String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeedelement.datatype.ConnectApi.FeedElement",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElement",
        "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.chatterfeeds.getfeedelement",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElement"
      },
      "description": "Get a feed element.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelement(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.chatterfeeds.method.getfeedelement(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelement.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.chatterfeeds.getfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelement(string,string).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 92
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:79"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 92
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:79"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelement(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelement.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.chatterfeeds.getfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeedelement(string,string,connectapi.feedcommentsortorder)": {
      "id": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,connectapi.feedcommentsortorder)",
      "nodeType": "method",
      "name": "getFeedElement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedElement",
        "textToLower": "getfeedelement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedElement_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "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.FeedElement getFeedElement(String communityId, String feedElementId, ConnectApi.FeedCommentSortOrder commentSort)",
      "overrideSignature": "public static override ConnectApi.FeedElement getFeedElement(String communityId, String feedElementId, ConnectApi.FeedCommentSortOrder commentSort)",
      "simplifiedSignature": "getFeedElement(String,String,ConnectApi.FeedCommentSortOrder)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeedelement.datatype.ConnectApi.FeedElement",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElement",
        "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.chatterfeeds.getfeedelement",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElement"
      },
      "description": "Get a feed element with sorted comments.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,connectapi.feedcommentsortorder).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.chatterfeeds.method.getfeedelement(string,string,connectapi.feedcommentsortorder)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelement.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.chatterfeeds.getfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,connectapi.feedcommentsortorder).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 92
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:79"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 92
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:79"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,connectapi.feedcommentsortorder)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelement.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.chatterfeeds.getfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "commentsort": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,connectapi.feedcommentsortorder).varParam.commentsort",
          "nodeType": "variable",
          "name": "commentSort",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentSort",
            "textToLower": "commentsort",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 137
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentSort_0:126"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentSort",
            "textToLower": "commentsort",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 137
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentSort_0:126"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,connectapi.feedcommentsortorder)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelement.datatype.ConnectApi.FeedCommentSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedCommentSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 94
                },
                "end": {
                  "line": 0,
                  "character": 104
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:94"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedCommentSortOrder"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element. Order of comments.  CreatedDateLatestAsc—Sorts by most recently created comments in ascending order.   CreatedDateOldestAsc—Sorts by oldest comments in ascending order.   Relevance—Sorts by most relevant content.   The default value is CreatedDateLatestAsc.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeedelement(string,string,boolean)": {
      "id": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,boolean)",
      "nodeType": "method",
      "name": "getFeedElement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedElement",
        "textToLower": "getfeedelement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedElement_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "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.FeedElement getFeedElement(String communityId, String feedElementId, Boolean threadedCommentsCollapsed)",
      "overrideSignature": "public static override ConnectApi.FeedElement getFeedElement(String communityId, String feedElementId, Boolean threadedCommentsCollapsed)",
      "simplifiedSignature": "getFeedElement(String,String,Boolean)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeedelement.datatype.ConnectApi.FeedElement",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElement",
        "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.chatterfeeds.getfeedelement",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElement"
      },
      "description": "Get a feed element and its comments in a threaded style.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelement(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": 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.chatterfeeds.method.getfeedelement(string,string,boolean)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelement.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.chatterfeeds.getfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,boolean).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 92
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:79"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 92
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:79"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,boolean)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelement.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.chatterfeeds.getfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "threadedcommentscollapsed": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,boolean).varParam.threadedcommentscollapsed",
          "nodeType": "variable",
          "name": "threadedCommentsCollapsed",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "threadedCommentsCollapsed",
            "textToLower": "threadedcommentscollapsed",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 102
              },
              "end": {
                "line": 0,
                "character": 127
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_threadedCommentsCollapsed_0:102"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "threadedCommentsCollapsed",
            "textToLower": "threadedcommentscollapsed",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 102
              },
              "end": {
                "line": 0,
                "character": 127
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_threadedCommentsCollapsed_0:102"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,boolean)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelement.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 94
                },
                "end": {
                  "line": 0,
                  "character": 101
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:94"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element.  Specifies whether to return threaded comments in a collapsed style (true) or not (false). If you pass in null, the default is false.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeedelement(string,string,boolean,connectapi.feedcommentsortorder)": {
      "id": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,boolean,connectapi.feedcommentsortorder)",
      "nodeType": "method",
      "name": "getFeedElement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedElement",
        "textToLower": "getfeedelement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedElement_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "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.FeedElement getFeedElement(String communityId, String feedElementId, Boolean threadedCommentsCollapsed, ConnectApi.FeedCommentSortOrder commentSort)",
      "overrideSignature": "public static override ConnectApi.FeedElement getFeedElement(String communityId, String feedElementId, Boolean threadedCommentsCollapsed, ConnectApi.FeedCommentSortOrder commentSort)",
      "simplifiedSignature": "getFeedElement(String,String,Boolean,ConnectApi.FeedCommentSortOrder)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeedelement.datatype.ConnectApi.FeedElement",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElement",
        "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.chatterfeeds.getfeedelement",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElement"
      },
      "description": "Get a feed element and its sorted comments in a threaded style.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,boolean,connectapi.feedcommentsortorder).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.chatterfeeds.method.getfeedelement(string,string,boolean,connectapi.feedcommentsortorder)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelement.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.chatterfeeds.getfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,boolean,connectapi.feedcommentsortorder).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 92
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:79"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 92
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:79"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,boolean,connectapi.feedcommentsortorder)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelement.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.chatterfeeds.getfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "threadedcommentscollapsed": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,boolean,connectapi.feedcommentsortorder).varParam.threadedcommentscollapsed",
          "nodeType": "variable",
          "name": "threadedCommentsCollapsed",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "threadedCommentsCollapsed",
            "textToLower": "threadedcommentscollapsed",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 102
              },
              "end": {
                "line": 0,
                "character": 127
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_threadedCommentsCollapsed_0:102"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "threadedCommentsCollapsed",
            "textToLower": "threadedcommentscollapsed",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 102
              },
              "end": {
                "line": 0,
                "character": 127
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_threadedCommentsCollapsed_0:102"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,boolean,connectapi.feedcommentsortorder)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelement.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 94
                },
                "end": {
                  "line": 0,
                  "character": 101
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:94"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "scope": null
        },
        "commentsort": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,boolean,connectapi.feedcommentsortorder).varParam.commentsort",
          "nodeType": "variable",
          "name": "commentSort",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentSort",
            "textToLower": "commentsort",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 161
              },
              "end": {
                "line": 0,
                "character": 172
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentSort_0:161"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentSort",
            "textToLower": "commentsort",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 161
              },
              "end": {
                "line": 0,
                "character": 172
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentSort_0:161"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,boolean,connectapi.feedcommentsortorder)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelement.datatype.ConnectApi.FeedCommentSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedCommentSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 129
                },
                "end": {
                  "line": 0,
                  "character": 139
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:129"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedCommentSortOrder"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element.  Specifies whether to return threaded comments in a collapsed style (true) or not (false). If you pass in null, the default is false. Order of comments.  CreatedDateLatestAsc—Sorts by most recently created comments in ascending order.   CreatedDateOldestAsc—Sorts by oldest comments in ascending order.   Relevance—Sorts by most relevant content.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeedelement(string,string,integer,integer)": {
      "id": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,integer,integer)",
      "nodeType": "method",
      "name": "getFeedElement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedElement",
        "textToLower": "getfeedelement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedElement_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "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.FeedElement getFeedElement(String communityId, String feedElementId, Integer recentCommentCount, Integer elementsPerBundle)",
      "overrideSignature": "public static override ConnectApi.FeedElement getFeedElement(String communityId, String feedElementId, Integer recentCommentCount, Integer elementsPerBundle)",
      "simplifiedSignature": "getFeedElement(String,String,Integer,Integer)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeedelement.datatype.ConnectApi.FeedElement",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElement",
        "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.chatterfeeds.getfeedelement",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElement"
      },
      "description": "Get a feed element with the specified number of elements per bundle including no more than the specified number of comments per feed element.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,integer,integer).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 59
              },
              "end": {
                "line": 0,
                "character": 70
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:59"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 59
              },
              "end": {
                "line": 0,
                "character": 70
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:59"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,integer,integer)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelement.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.chatterfeeds.getfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,integer,integer).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 92
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:79"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 92
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:79"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,integer,integer)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelement.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.chatterfeeds.getfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,integer,integer).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 102
              },
              "end": {
                "line": 0,
                "character": 120
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:102"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 102
              },
              "end": {
                "line": 0,
                "character": 120
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:102"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,integer,integer)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelement.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.chatterfeeds.getfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "elementsperbundle": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,integer,integer).varParam.elementsperbundle",
          "nodeType": "variable",
          "name": "elementsPerBundle",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 130
              },
              "end": {
                "line": 0,
                "character": 147
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:130"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 130
              },
              "end": {
                "line": 0,
                "character": 147
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:130"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,integer,integer)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelement.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 122
                },
                "end": {
                  "line": 0,
                  "character": 129
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:122"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element. Maximum number of comments to return with each feed element. The default value is 3. Maximum number of feed elements per bundle. The default and maximum value is 10.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeedelement(string,string,integer,integer,boolean)": {
      "id": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,integer,integer,boolean)",
      "nodeType": "method",
      "name": "getFeedElement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedElement",
        "textToLower": "getfeedelement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedElement_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "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.FeedElement getFeedElement(String communityId, String feedElementId, Integer recentCommentCount, Integer elementsPerBundle, Boolean threadedCommentsCollapsed)",
      "overrideSignature": "public static override ConnectApi.FeedElement getFeedElement(String communityId, String feedElementId, Integer recentCommentCount, Integer elementsPerBundle, Boolean threadedCommentsCollapsed)",
      "simplifiedSignature": "getFeedElement(String,String,Integer,Integer,Boolean)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeedelement.datatype.ConnectApi.FeedElement",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElement",
        "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.chatterfeeds.getfeedelement",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElement"
      },
      "description": "Get a feed element with its comments in a threaded style with the specified number of elements per bundle and comments per feed element.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,integer,integer,boolean).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.chatterfeeds.method.getfeedelement(string,string,integer,integer,boolean)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelement.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.chatterfeeds.getfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,integer,integer,boolean).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 92
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:79"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 92
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:79"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,integer,integer,boolean)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelement.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.chatterfeeds.getfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,integer,integer,boolean).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 102
              },
              "end": {
                "line": 0,
                "character": 120
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:102"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 102
              },
              "end": {
                "line": 0,
                "character": 120
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:102"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,integer,integer,boolean)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelement.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.chatterfeeds.getfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "elementsperbundle": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,integer,integer,boolean).varParam.elementsperbundle",
          "nodeType": "variable",
          "name": "elementsPerBundle",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 130
              },
              "end": {
                "line": 0,
                "character": 147
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:130"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 130
              },
              "end": {
                "line": 0,
                "character": 147
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:130"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,integer,integer,boolean)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelement.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 122
                },
                "end": {
                  "line": 0,
                  "character": 129
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:122"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "threadedcommentscollapsed": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,integer,integer,boolean).varParam.threadedcommentscollapsed",
          "nodeType": "variable",
          "name": "threadedCommentsCollapsed",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "threadedCommentsCollapsed",
            "textToLower": "threadedcommentscollapsed",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 157
              },
              "end": {
                "line": 0,
                "character": 182
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_threadedCommentsCollapsed_0:157"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "threadedCommentsCollapsed",
            "textToLower": "threadedcommentscollapsed",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 157
              },
              "end": {
                "line": 0,
                "character": 182
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_threadedCommentsCollapsed_0:157"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,integer,integer,boolean)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelement.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 149
                },
                "end": {
                  "line": 0,
                  "character": 156
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:149"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element. Maximum number of comments to return with each feed element. The default value is 3. Maximum number of feed elements per bundle. The default and maximum value is 10.  Specifies whether to return threaded comments in a collapsed style (true) or not (false). If you pass in null, the default is false.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeedelement(string,string,integer,integer,boolean,connectapi.feedcommentsortorder)": {
      "id": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,integer,integer,boolean,connectapi.feedcommentsortorder)",
      "nodeType": "method",
      "name": "getFeedElement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedElement",
        "textToLower": "getfeedelement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedElement_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "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.FeedElement getFeedElement(String communityId, String feedElementId, Integer recentCommentCount, Integer elementsPerBundle, Boolean threadedCommentsCollapsed, ConnectApi.FeedCommentSortOrder commentSort)",
      "overrideSignature": "public static override ConnectApi.FeedElement getFeedElement(String communityId, String feedElementId, Integer recentCommentCount, Integer elementsPerBundle, Boolean threadedCommentsCollapsed, ConnectApi.FeedCommentSortOrder commentSort)",
      "simplifiedSignature": "getFeedElement(String,String,Integer,Integer,Boolean,ConnectApi.FeedCommentSortOrder)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeedelement.datatype.ConnectApi.FeedElement",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElement",
        "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.chatterfeeds.getfeedelement",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElement"
      },
      "description": "Get a feed element with its sorted comments in a threaded style with the specified number of elements per bundle and comments per feed element.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,integer,integer,boolean,connectapi.feedcommentsortorder).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.chatterfeeds.method.getfeedelement(string,string,integer,integer,boolean,connectapi.feedcommentsortorder)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelement.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.chatterfeeds.getfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,integer,integer,boolean,connectapi.feedcommentsortorder).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 92
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:79"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 92
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:79"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,integer,integer,boolean,connectapi.feedcommentsortorder)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelement.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.chatterfeeds.getfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,integer,integer,boolean,connectapi.feedcommentsortorder).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 102
              },
              "end": {
                "line": 0,
                "character": 120
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:102"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 102
              },
              "end": {
                "line": 0,
                "character": 120
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:102"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,integer,integer,boolean,connectapi.feedcommentsortorder)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelement.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.chatterfeeds.getfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "elementsperbundle": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,integer,integer,boolean,connectapi.feedcommentsortorder).varParam.elementsperbundle",
          "nodeType": "variable",
          "name": "elementsPerBundle",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 130
              },
              "end": {
                "line": 0,
                "character": 147
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:130"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 130
              },
              "end": {
                "line": 0,
                "character": 147
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:130"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,integer,integer,boolean,connectapi.feedcommentsortorder)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelement.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 122
                },
                "end": {
                  "line": 0,
                  "character": 129
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:122"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "threadedcommentscollapsed": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,integer,integer,boolean,connectapi.feedcommentsortorder).varParam.threadedcommentscollapsed",
          "nodeType": "variable",
          "name": "threadedCommentsCollapsed",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "threadedCommentsCollapsed",
            "textToLower": "threadedcommentscollapsed",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 157
              },
              "end": {
                "line": 0,
                "character": 182
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_threadedCommentsCollapsed_0:157"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "threadedCommentsCollapsed",
            "textToLower": "threadedcommentscollapsed",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 157
              },
              "end": {
                "line": 0,
                "character": 182
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_threadedCommentsCollapsed_0:157"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,integer,integer,boolean,connectapi.feedcommentsortorder)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelement.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 149
                },
                "end": {
                  "line": 0,
                  "character": 156
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:149"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "scope": null
        },
        "commentsort": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,integer,integer,boolean,connectapi.feedcommentsortorder).varParam.commentsort",
          "nodeType": "variable",
          "name": "commentSort",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentSort",
            "textToLower": "commentsort",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 216
              },
              "end": {
                "line": 0,
                "character": 227
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentSort_0:216"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentSort",
            "textToLower": "commentsort",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 216
              },
              "end": {
                "line": 0,
                "character": 227
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentSort_0:216"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,integer,integer,boolean,connectapi.feedcommentsortorder)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelement.datatype.ConnectApi.FeedCommentSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedCommentSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 184
                },
                "end": {
                  "line": 0,
                  "character": 194
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:184"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedCommentSortOrder"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element. Maximum number of comments to return with each feed element. The default value is 3. Maximum number of feed elements per bundle. The default and maximum value is 10.  Specifies whether to return threaded comments in a collapsed style (true) or not (false). If you pass in null, the default is false. Order of comments.  CreatedDateLatestAsc—Sorts by most recently created comments in ascending order.   CreatedDateOldestAsc—Sorts by oldest comments in ascending order.   Relevance—Sorts by most relevant content.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeedelement(string,string,integer,integer,connectapi.feedcommentsortorder)": {
      "id": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,integer,integer,connectapi.feedcommentsortorder)",
      "nodeType": "method",
      "name": "getFeedElement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedElement",
        "textToLower": "getfeedelement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedElement_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "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.FeedElement getFeedElement(String communityId, String feedElementId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedCommentSortOrder commentSort)",
      "overrideSignature": "public static override ConnectApi.FeedElement getFeedElement(String communityId, String feedElementId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedCommentSortOrder commentSort)",
      "simplifiedSignature": "getFeedElement(String,String,Integer,Integer,ConnectApi.FeedCommentSortOrder)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeedelement.datatype.ConnectApi.FeedElement",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElement",
        "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.chatterfeeds.getfeedelement",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElement"
      },
      "description": "Get a feed element with the specified number of elements per bundle including no more than the specified number of sorted comments per feed element.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,integer,integer,connectapi.feedcommentsortorder).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.chatterfeeds.method.getfeedelement(string,string,integer,integer,connectapi.feedcommentsortorder)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelement.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.chatterfeeds.getfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,integer,integer,connectapi.feedcommentsortorder).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 92
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:79"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 92
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:79"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,integer,integer,connectapi.feedcommentsortorder)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelement.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.chatterfeeds.getfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,integer,integer,connectapi.feedcommentsortorder).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 102
              },
              "end": {
                "line": 0,
                "character": 120
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:102"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 102
              },
              "end": {
                "line": 0,
                "character": 120
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:102"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,integer,integer,connectapi.feedcommentsortorder)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelement.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.chatterfeeds.getfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "elementsperbundle": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,integer,integer,connectapi.feedcommentsortorder).varParam.elementsperbundle",
          "nodeType": "variable",
          "name": "elementsPerBundle",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 130
              },
              "end": {
                "line": 0,
                "character": 147
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:130"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 130
              },
              "end": {
                "line": 0,
                "character": 147
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:130"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,integer,integer,connectapi.feedcommentsortorder)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelement.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 122
                },
                "end": {
                  "line": 0,
                  "character": 129
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:122"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "commentsort": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,integer,integer,connectapi.feedcommentsortorder).varParam.commentsort",
          "nodeType": "variable",
          "name": "commentSort",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentSort",
            "textToLower": "commentsort",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 181
              },
              "end": {
                "line": 0,
                "character": 192
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentSort_0:181"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentSort",
            "textToLower": "commentsort",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 181
              },
              "end": {
                "line": 0,
                "character": 192
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentSort_0:181"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelement(string,string,integer,integer,connectapi.feedcommentsortorder)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelement.datatype.ConnectApi.FeedCommentSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedCommentSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 149
                },
                "end": {
                  "line": 0,
                  "character": 159
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:149"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedCommentSortOrder"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element. Maximum number of comments to return with each feed element. The default value is 3. Maximum number of feed elements per bundle. The default and maximum value is 10. Order of comments.  CreatedDateLatestAsc—Sorts by most recently created comments in ascending order.   CreatedDateOldestAsc—Sorts by oldest comments in ascending order.   Relevance—Sorts by most relevant content.   The default value is CreatedDateLatestAsc.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeedelementbatch(string,list<string>)": {
      "id": "ConnectApi.chatterfeeds.method.getfeedelementbatch(string,list<string>)",
      "nodeType": "method",
      "name": "getFeedElementBatch",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedElementBatch",
        "textToLower": "getfeedelementbatch",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedElementBatch_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "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.BatchResult[] getFeedElementBatch(String communityId, List<String> feedElementIds)",
      "overrideSignature": "public static override ConnectApi.BatchResult[] getFeedElementBatch(String communityId, List<String> feedElementIds)",
      "simplifiedSignature": "getFeedElementBatch(String,List<String>)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeedelementbatch.datatype.ConnectApi.BatchResult[]",
        "nodeType": "datatype",
        "name": "ConnectApi.BatchResult[]",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.getfeedelementbatch",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.BatchResult[]"
      },
      "description": "Get a list of feed elements.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementbatch(string,list<string>).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 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.chatterfeeds.method.getfeedelementbatch(string,list<string>)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementbatch.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.chatterfeeds.getfeedelementbatch",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementids": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementbatch(string,list<string>).varParam.feedelementids",
          "nodeType": "variable",
          "name": "feedElementIds",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementIds",
            "textToLower": "feedelementids",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 92
              },
              "end": {
                "line": 0,
                "character": 106
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementIds_0:92"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementIds",
            "textToLower": "feedelementids",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 92
              },
              "end": {
                "line": 0,
                "character": 106
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementIds_0:92"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementbatch(string,list<string>)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementbatch.datatype.List<String>",
            "nodeType": "datatype",
            "name": "List<String>",
            "startToken": {
              "type": "datatype.collection",
              "text": "List",
              "textToLower": "list",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 79
                },
                "end": {
                  "line": 0,
                  "character": 83
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_List_0:79"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementbatch",
            "order": 0,
            "memberOrder": 0,
            "type": "List",
            "value": {
              "id": "ConnectApi.chatterfeeds.getfeedelementbatch.datatype.List<String>.value.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"
              },
              "order": 0,
              "memberOrder": 0,
              "type": "String"
            }
          },
          "description": "Use either the ID for a community, internal, or null. A list of up to 500 feed element IDs.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeedelementpoll(string,string)": {
      "id": "ConnectApi.chatterfeeds.method.getfeedelementpoll(string,string)",
      "nodeType": "method",
      "name": "getFeedElementPoll",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedElementPoll",
        "textToLower": "getfeedelementpoll",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedElementPoll_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 35,
      "memberOrder": 35,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.PollCapability getFeedElementPoll(String communityId, String feedElementId)",
      "overrideSignature": "public static override ConnectApi.PollCapability getFeedElementPoll(String communityId, String feedElementId)",
      "simplifiedSignature": "getFeedElementPoll(String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeedelementpoll.datatype.ConnectApi.PollCapability",
        "nodeType": "datatype",
        "name": "ConnectApi.PollCapability",
        "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.chatterfeeds.getfeedelementpoll",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.PollCapability"
      },
      "description": "Get the poll associated with a feed element.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementpoll(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.chatterfeeds.method.getfeedelementpoll(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementpoll.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.chatterfeeds.getfeedelementpoll",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementpoll(string,string).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 86
              },
              "end": {
                "line": 0,
                "character": 99
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:86"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 86
              },
              "end": {
                "line": 0,
                "character": 99
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:86"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementpoll(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementpoll.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.chatterfeeds.getfeedelementpoll",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeedelementsfrombundle(string,string)": {
      "id": "ConnectApi.chatterfeeds.method.getfeedelementsfrombundle(string,string)",
      "nodeType": "method",
      "name": "getFeedElementsFromBundle",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedElementsFromBundle",
        "textToLower": "getfeedelementsfrombundle",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedElementsFromBundle_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 36,
      "memberOrder": 36,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.FeedElementPage getFeedElementsFromBundle(String communityId, String feedElementId)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage getFeedElementsFromBundle(String communityId, String feedElementId)",
      "simplifiedSignature": "getFeedElementsFromBundle(String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeedelementsfrombundle.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.getfeedelementsfrombundle",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get feed elements from a bundle.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfrombundle(string,string).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 74
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:74"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 74
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:74"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfrombundle(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfrombundle.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 67
                },
                "end": {
                  "line": 0,
                  "character": 73
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:67"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfrombundle",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfrombundle(string,string).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:94"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:94"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfrombundle(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfrombundle.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.chatterfeeds.getfeedelementsfrombundle",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeedelementsfrombundle(string,string,string,integer,integer,integer)": {
      "id": "ConnectApi.chatterfeeds.method.getfeedelementsfrombundle(string,string,string,integer,integer,integer)",
      "nodeType": "method",
      "name": "getFeedElementsFromBundle",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedElementsFromBundle",
        "textToLower": "getfeedelementsfrombundle",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedElementsFromBundle_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 37,
      "memberOrder": 37,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.FeedElementPage getFeedElementsFromBundle(String communityId, String feedElementId, String pageParam, Integer pageSize, Integer elementsPerBundle, Integer recentCommentCount)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage getFeedElementsFromBundle(String communityId, String feedElementId, String pageParam, Integer pageSize, Integer elementsPerBundle, Integer recentCommentCount)",
      "simplifiedSignature": "getFeedElementsFromBundle(String,String,String,Integer,Integer,Integer)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeedelementsfrombundle.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.getfeedelementsfrombundle",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of feed elements from a bundle. Specify the number of elements per bundle and include no more than the specified number of comments per feed element.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfrombundle(string,string,string,integer,integer,integer).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 74
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:74"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 74
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:74"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfrombundle(string,string,string,integer,integer,integer)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfrombundle.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 67
                },
                "end": {
                  "line": 0,
                  "character": 73
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:67"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfrombundle",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfrombundle(string,string,string,integer,integer,integer).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:94"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:94"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfrombundle(string,string,string,integer,integer,integer)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfrombundle.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.chatterfeeds.getfeedelementsfrombundle",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfrombundle(string,string,string,integer,integer,integer).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 116
              },
              "end": {
                "line": 0,
                "character": 125
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:116"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 116
              },
              "end": {
                "line": 0,
                "character": 125
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:116"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfrombundle(string,string,string,integer,integer,integer)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfrombundle.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 109
                },
                "end": {
                  "line": 0,
                  "character": 115
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:109"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfrombundle",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfrombundle(string,string,string,integer,integer,integer).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 135
              },
              "end": {
                "line": 0,
                "character": 143
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:135"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 135
              },
              "end": {
                "line": 0,
                "character": 143
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:135"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfrombundle(string,string,string,integer,integer,integer)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfrombundle.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 127
                },
                "end": {
                  "line": 0,
                  "character": 134
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:127"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfrombundle",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "elementsperbundle": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfrombundle(string,string,string,integer,integer,integer).varParam.elementsperbundle",
          "nodeType": "variable",
          "name": "elementsPerBundle",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 153
              },
              "end": {
                "line": 0,
                "character": 170
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:153"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 153
              },
              "end": {
                "line": 0,
                "character": 170
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:153"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfrombundle(string,string,string,integer,integer,integer)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfrombundle.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 145
                },
                "end": {
                  "line": 0,
                  "character": 152
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:145"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfrombundle",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfrombundle(string,string,string,integer,integer,integer).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 180
              },
              "end": {
                "line": 0,
                "character": 198
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:180"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 180
              },
              "end": {
                "line": 0,
                "character": 198
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:180"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfrombundle(string,string,string,integer,integer,integer)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfrombundle.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 172
                },
                "end": {
                  "line": 0,
                  "character": 179
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:172"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfrombundle",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element. 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 feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Maximum number of feed elements per bundle. The default and maximum value is 10. Maximum number of comments to return with each feed element. The default value is 3.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeedelementsfromfeed(string,connectapi.feedtype)": {
      "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype)",
      "nodeType": "method",
      "name": "getFeedElementsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedElementsFromFeed",
        "textToLower": "getfeedelementsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedElementsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 38,
      "memberOrder": 38,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.FeedElementPage getFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage getFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType)",
      "simplifiedSignature": "getFeedElementsFromFeed(String,ConnectApi.FeedType)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.getfeedelementsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get feed elements from the Company, DirectMessageModeration, DirectMessages, Home, Moderation, and PendingReview feeds.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:72"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:72"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.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.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:105"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:105"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 85
                },
                "end": {
                  "line": 0,
                  "character": 95
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:85"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values are Company, DirectMessageModeration, DirectMessages, Home, Moderation, and PendingReview.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder)": {
      "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder)",
      "nodeType": "method",
      "name": "getFeedElementsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedElementsFromFeed",
        "textToLower": "getfeedelementsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedElementsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 39,
      "memberOrder": 39,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.FeedElementPage getFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage getFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam)",
      "simplifiedSignature": "getFeedElementsFromFeed(String,ConnectApi.FeedType,String,Integer,ConnectApi.FeedSortOrder)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.getfeedelementsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of sorted feed elements from the Company, DirectMessageModeration, DirectMessages, Home, Moderation, and PendingReview feeds.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:72"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:72"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.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.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:105"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:105"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 85
                },
                "end": {
                  "line": 0,
                  "character": 95
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:85"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 122
              },
              "end": {
                "line": 0,
                "character": 131
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:122"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 122
              },
              "end": {
                "line": 0,
                "character": 131
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:122"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.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.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 141
              },
              "end": {
                "line": 0,
                "character": 149
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:141"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 141
              },
              "end": {
                "line": 0,
                "character": 149
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:141"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 133
                },
                "end": {
                  "line": 0,
                  "character": 140
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:133"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 176
              },
              "end": {
                "line": 0,
                "character": 185
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:176"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 176
              },
              "end": {
                "line": 0,
                "character": 185
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:176"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 151
                },
                "end": {
                  "line": 0,
                  "character": 161
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:151"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values are Company, DirectMessageModeration, DirectMessages, Home, Moderation, and PendingReview. The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used.If feedType is DirectMessages, sortParam must be LastModifiedDateDesc.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)": {
      "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
      "nodeType": "method",
      "name": "getFeedElementsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedElementsFromFeed",
        "textToLower": "getfeedelementsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedElementsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 40,
      "memberOrder": 40,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.FeedElementPage getFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage getFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam)",
      "simplifiedSignature": "getFeedElementsFromFeed(String,ConnectApi.FeedType,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.getfeedelementsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of sorted feed elements from the Company, DirectMessageModeration, DirectMessages, Home, Moderation, and PendingReview feeds. Each feed element contains no more than the specified number of comments.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:72"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:72"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.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.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:105"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:105"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 85
                },
                "end": {
                  "line": 0,
                  "character": 95
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:85"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 123
              },
              "end": {
                "line": 0,
                "character": 141
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:123"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 123
              },
              "end": {
                "line": 0,
                "character": 141
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:123"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 115
                },
                "end": {
                  "line": 0,
                  "character": 122
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:115"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 166
              },
              "end": {
                "line": 0,
                "character": 173
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:166"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 166
              },
              "end": {
                "line": 0,
                "character": 173
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:166"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 143
                },
                "end": {
                  "line": 0,
                  "character": 153
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:143"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 182
              },
              "end": {
                "line": 0,
                "character": 191
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:182"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 182
              },
              "end": {
                "line": 0,
                "character": 191
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:182"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 175
                },
                "end": {
                  "line": 0,
                  "character": 181
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:175"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 201
              },
              "end": {
                "line": 0,
                "character": 209
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:201"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 201
              },
              "end": {
                "line": 0,
                "character": 209
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:201"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 193
                },
                "end": {
                  "line": 0,
                  "character": 200
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:193"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 236
              },
              "end": {
                "line": 0,
                "character": 245
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:236"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 236
              },
              "end": {
                "line": 0,
                "character": 245
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:236"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 211
                },
                "end": {
                  "line": 0,
                  "character": 221
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:211"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values are Company, DirectMessageModeration, DirectMessages, Home, Moderation, and PendingReview. The maximum number of comments to return with each feed item. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used.If feedType is DirectMessages, sortParam must be LastModifiedDateDesc.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter)": {
      "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter)",
      "nodeType": "method",
      "name": "getFeedElementsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedElementsFromFeed",
        "textToLower": "getfeedelementsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedElementsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 41,
      "memberOrder": 41,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.FeedElementPage getFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedFilter filter)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage getFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedFilter filter)",
      "simplifiedSignature": "getFeedElementsFromFeed(String,ConnectApi.FeedType,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,ConnectApi.FeedFilter)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.getfeedelementsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of sorted and filtered feed elements from the Home feed. Each feed element contains no more than the specified number of comments.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:72"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:72"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.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.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:105"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:105"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 85
                },
                "end": {
                  "line": 0,
                  "character": 95
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:85"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 123
              },
              "end": {
                "line": 0,
                "character": 141
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:123"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 123
              },
              "end": {
                "line": 0,
                "character": 141
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:123"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 115
                },
                "end": {
                  "line": 0,
                  "character": 122
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:115"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 166
              },
              "end": {
                "line": 0,
                "character": 173
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:166"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 166
              },
              "end": {
                "line": 0,
                "character": 173
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:166"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 143
                },
                "end": {
                  "line": 0,
                  "character": 153
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:143"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 182
              },
              "end": {
                "line": 0,
                "character": 191
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:182"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 182
              },
              "end": {
                "line": 0,
                "character": 191
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:182"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 175
                },
                "end": {
                  "line": 0,
                  "character": 181
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:175"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 201
              },
              "end": {
                "line": 0,
                "character": 209
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:201"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 201
              },
              "end": {
                "line": 0,
                "character": 209
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:201"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 193
                },
                "end": {
                  "line": 0,
                  "character": 200
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:193"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 236
              },
              "end": {
                "line": 0,
                "character": 245
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:236"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 236
              },
              "end": {
                "line": 0,
                "character": 245
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:236"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 211
                },
                "end": {
                  "line": 0,
                  "character": 221
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:211"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "filter": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter).varParam.filter",
          "nodeType": "variable",
          "name": "filter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 269
              },
              "end": {
                "line": 0,
                "character": 275
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:269"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 269
              },
              "end": {
                "line": 0,
                "character": 275
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:269"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedFilter",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedFilter",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 247
                },
                "end": {
                  "line": 0,
                  "character": 257
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:247"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedFilter"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. The only valid value is Home. The maximum number of comments to return with each feed item. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned.When the sortParam is MostViewed, you must pass in null for the pageParam.  Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25.When the sortParam is MostViewed, the pageSize must be a value from 1 to 25.  Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. Specifies the feed filters.  AllQuestions—Feed elements that are questions.   AuthoredBy—Feed elements authored by the user profile owner. This value is valid only for the UserProfile feed.   CommunityScoped—Feed elements that are scoped to communities. Currently, these feed elements have a User or a Group parent record. However, other parent record types could be scoped to communities in the future. Feed elements that are always visible in all communities are filtered out. This value is valid only for the UserProfile feed.   QuestionsWithCandidateAnswers—Feed elements that are questions that have candidate answers associated with them. This value is valid only for users with the Access Einstein-Generated Answers permission.    QuestionsWithCandidateAnswers​ReviewedPublished—Feed elements that are questions that have candidate answers that have been reviewed or published. This value is valid only for users with the Access Einstein-Generated Answers permission.   Read—Feed elements that are older than 30 days or are marked as read for the context user. Includes existing feed elements when the context user joined the group. This value is valid only for the Record feed of a group.   SolvedQuestions—Feed elements that are questions and that have a best answer.   UnansweredQuestions—Feed elements that are questions and that don’t have any answers.   UnansweredQuestionsWithCandidate​Answers—Feed elements that are questions that don’t have answers but have candidate answers associated with them. This value is valid only for users with the Access Einstein-Generated Answers permission.   Unread—Feed elements that are created in the past 30 days and aren’t marked as read for the context user. This value is valid only for the Record feed of a group.   UnsolvedQuestions—Feed elements that are questions and that don’t have a best answer.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean)": {
      "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean)",
      "nodeType": "method",
      "name": "getFeedElementsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedElementsFromFeed",
        "textToLower": "getfeedelementsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedElementsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 42,
      "memberOrder": 42,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.FeedElementPage getFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedFilter filter, Boolean threadedCommentsCollapsed)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage getFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedFilter filter, Boolean threadedCommentsCollapsed)",
      "simplifiedSignature": "getFeedElementsFromFeed(String,ConnectApi.FeedType,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,ConnectApi.FeedFilter,Boolean)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.getfeedelementsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of filtered and sorted feed elements with comments in a threaded style from the Home feed. Each feed element contains no more than the specified number of comments.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:72"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:72"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.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.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:105"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:105"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 85
                },
                "end": {
                  "line": 0,
                  "character": 95
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:85"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 123
              },
              "end": {
                "line": 0,
                "character": 141
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:123"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 123
              },
              "end": {
                "line": 0,
                "character": 141
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:123"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 115
                },
                "end": {
                  "line": 0,
                  "character": 122
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:115"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 166
              },
              "end": {
                "line": 0,
                "character": 173
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:166"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 166
              },
              "end": {
                "line": 0,
                "character": 173
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:166"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 143
                },
                "end": {
                  "line": 0,
                  "character": 153
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:143"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 182
              },
              "end": {
                "line": 0,
                "character": 191
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:182"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 182
              },
              "end": {
                "line": 0,
                "character": 191
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:182"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 175
                },
                "end": {
                  "line": 0,
                  "character": 181
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:175"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 201
              },
              "end": {
                "line": 0,
                "character": 209
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:201"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 201
              },
              "end": {
                "line": 0,
                "character": 209
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:201"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 193
                },
                "end": {
                  "line": 0,
                  "character": 200
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:193"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 236
              },
              "end": {
                "line": 0,
                "character": 245
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:236"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 236
              },
              "end": {
                "line": 0,
                "character": 245
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:236"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 211
                },
                "end": {
                  "line": 0,
                  "character": 221
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:211"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "filter": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean).varParam.filter",
          "nodeType": "variable",
          "name": "filter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 269
              },
              "end": {
                "line": 0,
                "character": 275
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:269"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 269
              },
              "end": {
                "line": 0,
                "character": 275
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:269"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedFilter",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedFilter",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 247
                },
                "end": {
                  "line": 0,
                  "character": 257
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:247"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedFilter"
          },
          "scope": null
        },
        "threadedcommentscollapsed": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean).varParam.threadedcommentscollapsed",
          "nodeType": "variable",
          "name": "threadedCommentsCollapsed",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "threadedCommentsCollapsed",
            "textToLower": "threadedcommentscollapsed",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 285
              },
              "end": {
                "line": 0,
                "character": 310
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_threadedCommentsCollapsed_0:285"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "threadedCommentsCollapsed",
            "textToLower": "threadedcommentscollapsed",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 285
              },
              "end": {
                "line": 0,
                "character": 310
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_threadedCommentsCollapsed_0:285"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 277
                },
                "end": {
                  "line": 0,
                  "character": 284
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:277"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. The only valid value is Home. The maximum number of comments to return with each feed item. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned.When the sortParam is MostViewed, you must pass in null for the pageParam.  Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25.When the sortParam is MostViewed, the pageSize must be a value from 1 to 25.  Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. Specifies the feed filters.  AllQuestions—Feed elements that are questions.   AuthoredBy—Feed elements authored by the user profile owner. This value is valid only for the UserProfile feed.   CommunityScoped—Feed elements that are scoped to communities. Currently, these feed elements have a User or a Group parent record. However, other parent record types could be scoped to communities in the future. Feed elements that are always visible in all communities are filtered out. This value is valid only for the UserProfile feed.   QuestionsWithCandidateAnswers—Feed elements that are questions that have candidate answers associated with them. This value is valid only for users with the Access Einstein-Generated Answers permission.    QuestionsWithCandidateAnswers​ReviewedPublished—Feed elements that are questions that have candidate answers that have been reviewed or published. This value is valid only for users with the Access Einstein-Generated Answers permission.   Read—Feed elements that are older than 30 days or are marked as read for the context user. Includes existing feed elements when the context user joined the group. This value is valid only for the Record feed of a group.   SolvedQuestions—Feed elements that are questions and that have a best answer.   UnansweredQuestions—Feed elements that are questions and that don’t have any answers.   UnansweredQuestionsWithCandidate​Answers—Feed elements that are questions that don’t have answers but have candidate answers associated with them. This value is valid only for users with the Access Einstein-Generated Answers permission.   Unread—Feed elements that are created in the past 30 days and aren’t marked as read for the context user. This value is valid only for the Record feed of a group.   UnsolvedQuestions—Feed elements that are questions and that don’t have a best answer.     Specifies whether to return threaded comments in a collapsed style (true) or not (false). If you pass in null, the default is false.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeedelementsfromfeed(string,connectapi.feedtype,string)": {
      "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string)",
      "nodeType": "method",
      "name": "getFeedElementsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedElementsFromFeed",
        "textToLower": "getfeedelementsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedElementsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 43,
      "memberOrder": 43,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.FeedElementPage getFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage getFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId)",
      "simplifiedSignature": "getFeedElementsFromFeed(String,ConnectApi.FeedType,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.getfeedelementsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get feed elements from any feed other than Company, DirectMessageModeration, DirectMessages, Filter, Home, Landing, Moderation, and PendingReview for a user or record.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:72"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:72"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.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.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:105"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:105"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 85
                },
                "end": {
                  "line": 0,
                  "character": 95
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:85"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 122
              },
              "end": {
                "line": 0,
                "character": 131
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:122"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 122
              },
              "end": {
                "line": 0,
                "character": 131
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:122"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.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.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values include every ConnectApi.FeedType except Company, DirectMessageModeration, DirectMessages, Filter, Home, Landing, Moderation, and PendingReview. If feedType is Record, subjectId can be any record ID, including a group ID. If feedType is Streams, subjectId must be a stream ID. If feedType is Topics, subjectId must be a topic ID. If feedType is UserProfile, subjectId can be any user ID. If the feedType is any other value, subjectId must be the ID of the context user or the alias me.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeedelementsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder)": {
      "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder)",
      "nodeType": "method",
      "name": "getFeedElementsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedElementsFromFeed",
        "textToLower": "getfeedelementsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedElementsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 44,
      "memberOrder": 44,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.FeedElementPage getFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage getFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam)",
      "simplifiedSignature": "getFeedElementsFromFeed(String,ConnectApi.FeedType,String,String,Integer,ConnectApi.FeedSortOrder)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.getfeedelementsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of sorted feed elements from any feed other than Company, DirectMessageModeration, DirectMessages, Filter, Home, Landing, Moderation, and PendingReview.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:72"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:72"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.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.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:105"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:105"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 85
                },
                "end": {
                  "line": 0,
                  "character": 95
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:85"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 122
              },
              "end": {
                "line": 0,
                "character": 131
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:122"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 122
              },
              "end": {
                "line": 0,
                "character": 131
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:122"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.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.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 140
              },
              "end": {
                "line": 0,
                "character": 149
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:140"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 140
              },
              "end": {
                "line": 0,
                "character": 149
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:140"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 133
                },
                "end": {
                  "line": 0,
                  "character": 139
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:133"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 159
              },
              "end": {
                "line": 0,
                "character": 167
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:159"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 159
              },
              "end": {
                "line": 0,
                "character": 167
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:159"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 151
                },
                "end": {
                  "line": 0,
                  "character": 158
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:151"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 194
              },
              "end": {
                "line": 0,
                "character": 203
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:194"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 194
              },
              "end": {
                "line": 0,
                "character": 203
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:194"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 169
                },
                "end": {
                  "line": 0,
                  "character": 179
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:169"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values include every ConnectApi.FeedType except Company, DirectMessageModeration, DirectMessages, Filter, Home, Landing, Moderation, and PendingReview. If feedType is Record, subjectId can be any record ID, including a group ID. If feedType is Streams, subjectId must be a stream ID. If feedType is Topics, subjectId must be a topic ID. If feedType is UserProfile, subjectId can be any user ID. If the feedType is any other value, subjectId must be the ID of the context user or the alias me. The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. The number of feed elements per page. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)": {
      "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
      "nodeType": "method",
      "name": "getFeedElementsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedElementsFromFeed",
        "textToLower": "getfeedelementsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedElementsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 45,
      "memberOrder": 45,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.FeedElementPage getFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage getFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam)",
      "simplifiedSignature": "getFeedElementsFromFeed(String,ConnectApi.FeedType,String,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.getfeedelementsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of sorted feed elements from any feed other than Company, DirectMessageModeration, DirectMessages, Filter, Home, Landing, Moderation, and PendingReview. Each feed element includes no more than the specified number of comments.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:72"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:72"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.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.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:105"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:105"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 85
                },
                "end": {
                  "line": 0,
                  "character": 95
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:85"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 122
              },
              "end": {
                "line": 0,
                "character": 131
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:122"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 122
              },
              "end": {
                "line": 0,
                "character": 131
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:122"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.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.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 141
              },
              "end": {
                "line": 0,
                "character": 159
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:141"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 141
              },
              "end": {
                "line": 0,
                "character": 159
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:141"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 133
                },
                "end": {
                  "line": 0,
                  "character": 140
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:133"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 184
              },
              "end": {
                "line": 0,
                "character": 191
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:184"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 184
              },
              "end": {
                "line": 0,
                "character": 191
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:184"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 161
                },
                "end": {
                  "line": 0,
                  "character": 171
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:161"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 200
              },
              "end": {
                "line": 0,
                "character": 209
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:200"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 200
              },
              "end": {
                "line": 0,
                "character": 209
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:200"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 193
                },
                "end": {
                  "line": 0,
                  "character": 199
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:193"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 219
              },
              "end": {
                "line": 0,
                "character": 227
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:219"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 219
              },
              "end": {
                "line": 0,
                "character": 227
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:219"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 211
                },
                "end": {
                  "line": 0,
                  "character": 218
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:211"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 254
              },
              "end": {
                "line": 0,
                "character": 263
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:254"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 254
              },
              "end": {
                "line": 0,
                "character": 263
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:254"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 229
                },
                "end": {
                  "line": 0,
                  "character": 239
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:229"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values include every ConnectApi.FeedType except Company, DirectMessageModeration, DirectMessages, Filter, Home, Landing, Moderation, and PendingReview. If feedType is Record, subjectId can be any record ID, including a group ID. If feedType is Streams, subjectId must be a stream ID. If feedType is Topics, subjectId must be a topic ID. If feedType is UserProfile, subjectId can be any user ID. If the feedType is any other value, subjectId must be the ID of the context user or the alias me. Maximum number of comments to return with each feed element. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean)": {
      "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean)",
      "nodeType": "method",
      "name": "getFeedElementsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedElementsFromFeed",
        "textToLower": "getfeedelementsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedElementsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 46,
      "memberOrder": 46,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.FeedElementPage getFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, Boolean showInternalOnly)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage getFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, Boolean showInternalOnly)",
      "simplifiedSignature": "getFeedElementsFromFeed(String,ConnectApi.FeedType,String,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,Boolean)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.getfeedelementsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of sorted feed elements from a record feed. Each feed element includes no more than the specified number of comments. Specify whether to return feed elements posted by internal (non-community) users only.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:72"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:72"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.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.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:105"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:105"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 85
                },
                "end": {
                  "line": 0,
                  "character": 95
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:85"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 122
              },
              "end": {
                "line": 0,
                "character": 131
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:122"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 122
              },
              "end": {
                "line": 0,
                "character": 131
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:122"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.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.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 141
              },
              "end": {
                "line": 0,
                "character": 159
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:141"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 141
              },
              "end": {
                "line": 0,
                "character": 159
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:141"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 133
                },
                "end": {
                  "line": 0,
                  "character": 140
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:133"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 184
              },
              "end": {
                "line": 0,
                "character": 191
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:184"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 184
              },
              "end": {
                "line": 0,
                "character": 191
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:184"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 161
                },
                "end": {
                  "line": 0,
                  "character": 171
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:161"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 200
              },
              "end": {
                "line": 0,
                "character": 209
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:200"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 200
              },
              "end": {
                "line": 0,
                "character": 209
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:200"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 193
                },
                "end": {
                  "line": 0,
                  "character": 199
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:193"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 219
              },
              "end": {
                "line": 0,
                "character": 227
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:219"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 219
              },
              "end": {
                "line": 0,
                "character": 227
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:219"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 211
                },
                "end": {
                  "line": 0,
                  "character": 218
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:211"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 254
              },
              "end": {
                "line": 0,
                "character": 263
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:254"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 254
              },
              "end": {
                "line": 0,
                "character": 263
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:254"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 229
                },
                "end": {
                  "line": 0,
                  "character": 239
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:229"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "showinternalonly": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean).varParam.showinternalonly",
          "nodeType": "variable",
          "name": "showInternalOnly",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 273
              },
              "end": {
                "line": 0,
                "character": 289
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:273"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 273
              },
              "end": {
                "line": 0,
                "character": 289
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:273"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 265
                },
                "end": {
                  "line": 0,
                  "character": 272
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:265"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "description": "Use either the ID for a community, internal, or null. Value must be ConnectApi.FeedType.Record. Any record ID, including a group ID. The maximum number of comments to return with each feed item. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. Specifies whether to show only feed items from internal (non-community) users (true), or not (false). The default value is false.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter)": {
      "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter)",
      "nodeType": "method",
      "name": "getFeedElementsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedElementsFromFeed",
        "textToLower": "getfeedelementsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedElementsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 47,
      "memberOrder": 47,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.FeedElementPage getFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedFilter filter)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage getFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedFilter filter)",
      "simplifiedSignature": "getFeedElementsFromFeed(String,ConnectApi.FeedType,String,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,ConnectApi.FeedFilter)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.getfeedelementsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of sorted and filtered feed elements from the UserProfile feed.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:72"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:72"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.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.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:105"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:105"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 85
                },
                "end": {
                  "line": 0,
                  "character": 95
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:85"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 122
              },
              "end": {
                "line": 0,
                "character": 131
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:122"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 122
              },
              "end": {
                "line": 0,
                "character": 131
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:122"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.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.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 141
              },
              "end": {
                "line": 0,
                "character": 159
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:141"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 141
              },
              "end": {
                "line": 0,
                "character": 159
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:141"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 133
                },
                "end": {
                  "line": 0,
                  "character": 140
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:133"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 184
              },
              "end": {
                "line": 0,
                "character": 191
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:184"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 184
              },
              "end": {
                "line": 0,
                "character": 191
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:184"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 161
                },
                "end": {
                  "line": 0,
                  "character": 171
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:161"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 200
              },
              "end": {
                "line": 0,
                "character": 209
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:200"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 200
              },
              "end": {
                "line": 0,
                "character": 209
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:200"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 193
                },
                "end": {
                  "line": 0,
                  "character": 199
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:193"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 219
              },
              "end": {
                "line": 0,
                "character": 227
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:219"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 219
              },
              "end": {
                "line": 0,
                "character": 227
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:219"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 211
                },
                "end": {
                  "line": 0,
                  "character": 218
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:211"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 254
              },
              "end": {
                "line": 0,
                "character": 263
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:254"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 254
              },
              "end": {
                "line": 0,
                "character": 263
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:254"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 229
                },
                "end": {
                  "line": 0,
                  "character": 239
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:229"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "filter": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter).varParam.filter",
          "nodeType": "variable",
          "name": "filter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 287
              },
              "end": {
                "line": 0,
                "character": 293
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:287"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 287
              },
              "end": {
                "line": 0,
                "character": 293
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:287"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedFilter",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedFilter",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 265
                },
                "end": {
                  "line": 0,
                  "character": 275
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:265"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedFilter"
          },
          "description": "Use either the ID for a community, internal, or null. Value must be ConnectApi.FeedType.UserProfile. The ID of any user. To specify the context user, use the user ID or the alias me. Maximum number of comments to return with each feed element. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. Value must be ConnectApi.FeedFilter.CommunityScoped or ConnectApi.FeedFilter.AuthoredBy.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean)": {
      "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean)",
      "nodeType": "method",
      "name": "getFeedElementsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedElementsFromFeed",
        "textToLower": "getfeedelementsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedElementsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 48,
      "memberOrder": 48,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.FeedElementPage getFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedFilter filter, Boolean threadedCommentsCollapsed)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage getFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedFilter filter, Boolean threadedCommentsCollapsed)",
      "simplifiedSignature": "getFeedElementsFromFeed(String,ConnectApi.FeedType,String,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,ConnectApi.FeedFilter,Boolean)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.getfeedelementsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of feed elements with comments in a threaded style from the UserProfile feed.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:72"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:72"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.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.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:105"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:105"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 85
                },
                "end": {
                  "line": 0,
                  "character": 95
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:85"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 122
              },
              "end": {
                "line": 0,
                "character": 131
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:122"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 122
              },
              "end": {
                "line": 0,
                "character": 131
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:122"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.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.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 141
              },
              "end": {
                "line": 0,
                "character": 159
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:141"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 141
              },
              "end": {
                "line": 0,
                "character": 159
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:141"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 133
                },
                "end": {
                  "line": 0,
                  "character": 140
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:133"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 184
              },
              "end": {
                "line": 0,
                "character": 191
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:184"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 184
              },
              "end": {
                "line": 0,
                "character": 191
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:184"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 161
                },
                "end": {
                  "line": 0,
                  "character": 171
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:161"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 200
              },
              "end": {
                "line": 0,
                "character": 209
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:200"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 200
              },
              "end": {
                "line": 0,
                "character": 209
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:200"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 193
                },
                "end": {
                  "line": 0,
                  "character": 199
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:193"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 219
              },
              "end": {
                "line": 0,
                "character": 227
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:219"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 219
              },
              "end": {
                "line": 0,
                "character": 227
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:219"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 211
                },
                "end": {
                  "line": 0,
                  "character": 218
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:211"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 254
              },
              "end": {
                "line": 0,
                "character": 263
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:254"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 254
              },
              "end": {
                "line": 0,
                "character": 263
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:254"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 229
                },
                "end": {
                  "line": 0,
                  "character": 239
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:229"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "filter": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean).varParam.filter",
          "nodeType": "variable",
          "name": "filter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 287
              },
              "end": {
                "line": 0,
                "character": 293
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:287"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 287
              },
              "end": {
                "line": 0,
                "character": 293
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:287"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedFilter",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedFilter",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 265
                },
                "end": {
                  "line": 0,
                  "character": 275
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:265"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedFilter"
          },
          "scope": null
        },
        "threadedcommentscollapsed": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean).varParam.threadedcommentscollapsed",
          "nodeType": "variable",
          "name": "threadedCommentsCollapsed",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "threadedCommentsCollapsed",
            "textToLower": "threadedcommentscollapsed",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 303
              },
              "end": {
                "line": 0,
                "character": 328
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_threadedCommentsCollapsed_0:303"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "threadedCommentsCollapsed",
            "textToLower": "threadedcommentscollapsed",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 303
              },
              "end": {
                "line": 0,
                "character": 328
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_threadedCommentsCollapsed_0:303"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 295
                },
                "end": {
                  "line": 0,
                  "character": 302
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:295"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "description": "Use either the ID for a community, internal, or null. Value must be ConnectApi.FeedType.UserProfile. The ID of any user. To specify the context user, use the user ID or the alias me. Maximum number of comments to return with each feed element. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. Value must be ConnectApi.FeedFilter.CommunityScoped or ConnectApi.FeedFilter.AuthoredBy.  Specifies whether to return threaded comments in a collapsed style (true) or not (false). If you pass in null, the default is false.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)": {
      "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
      "nodeType": "method",
      "name": "getFeedElementsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedElementsFromFeed",
        "textToLower": "getfeedelementsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedElementsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 49,
      "memberOrder": 49,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.FeedElementPage getFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String customFilter)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage getFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String customFilter)",
      "simplifiedSignature": "getFeedElementsFromFeed(String,ConnectApi.FeedType,String,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.getfeedelementsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of sorted and filtered feed elements from the case feed.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:72"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:72"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.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.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:105"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:105"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 85
                },
                "end": {
                  "line": 0,
                  "character": 95
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:85"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 122
              },
              "end": {
                "line": 0,
                "character": 131
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:122"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 122
              },
              "end": {
                "line": 0,
                "character": 131
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:122"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.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.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 141
              },
              "end": {
                "line": 0,
                "character": 159
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:141"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 141
              },
              "end": {
                "line": 0,
                "character": 159
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:141"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 133
                },
                "end": {
                  "line": 0,
                  "character": 140
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:133"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 184
              },
              "end": {
                "line": 0,
                "character": 191
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:184"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 184
              },
              "end": {
                "line": 0,
                "character": 191
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:184"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 161
                },
                "end": {
                  "line": 0,
                  "character": 171
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:161"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 200
              },
              "end": {
                "line": 0,
                "character": 209
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:200"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 200
              },
              "end": {
                "line": 0,
                "character": 209
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:200"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 193
                },
                "end": {
                  "line": 0,
                  "character": 199
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:193"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 219
              },
              "end": {
                "line": 0,
                "character": 227
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:219"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 219
              },
              "end": {
                "line": 0,
                "character": 227
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:219"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 211
                },
                "end": {
                  "line": 0,
                  "character": 218
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:211"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 254
              },
              "end": {
                "line": 0,
                "character": 263
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:254"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 254
              },
              "end": {
                "line": 0,
                "character": 263
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:254"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 229
                },
                "end": {
                  "line": 0,
                  "character": 239
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:229"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "customfilter": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.customfilter",
          "nodeType": "variable",
          "name": "customFilter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "customFilter",
            "textToLower": "customfilter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 272
              },
              "end": {
                "line": 0,
                "character": 284
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_customFilter_0:272"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "customFilter",
            "textToLower": "customfilter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 272
              },
              "end": {
                "line": 0,
                "character": 284
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_customFilter_0:272"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 265
                },
                "end": {
                  "line": 0,
                  "character": 271
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:265"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. Value must be ConnectApi.FeedType.Record. The ID of a case. Maximum number of comments to return with each feed element. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. Custom filter that applies only to the case feed. See customFeedFilter in the Metadata API Developer Guide for supported values.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean)": {
      "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean)",
      "nodeType": "method",
      "name": "getFeedElementsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedElementsFromFeed",
        "textToLower": "getfeedelementsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedElementsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 50,
      "memberOrder": 50,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.FeedElementPage getFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, Boolean showInternalOnly)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage getFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, Boolean showInternalOnly)",
      "simplifiedSignature": "getFeedElementsFromFeed(String,ConnectApi.FeedType,String,Integer,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,Boolean)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.getfeedelementsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of sorted feed elements from a record feed. Specify the number of elements per bundle and include no more than the specified number of comments per feed element. Specify whether to return feed elements posted by internal (non-community) users only.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:72"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:72"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.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.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:105"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:105"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 85
                },
                "end": {
                  "line": 0,
                  "character": 95
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:85"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 122
              },
              "end": {
                "line": 0,
                "character": 131
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:122"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 122
              },
              "end": {
                "line": 0,
                "character": 131
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:122"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.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.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 141
              },
              "end": {
                "line": 0,
                "character": 159
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:141"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 141
              },
              "end": {
                "line": 0,
                "character": 159
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:141"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 133
                },
                "end": {
                  "line": 0,
                  "character": 140
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:133"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "elementsperbundle": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean).varParam.elementsperbundle",
          "nodeType": "variable",
          "name": "elementsPerBundle",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 169
              },
              "end": {
                "line": 0,
                "character": 186
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:169"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 169
              },
              "end": {
                "line": 0,
                "character": 186
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:169"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 161
                },
                "end": {
                  "line": 0,
                  "character": 168
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:161"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 211
              },
              "end": {
                "line": 0,
                "character": 218
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:211"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 211
              },
              "end": {
                "line": 0,
                "character": 218
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:211"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 188
                },
                "end": {
                  "line": 0,
                  "character": 198
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:188"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 227
              },
              "end": {
                "line": 0,
                "character": 236
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:227"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 227
              },
              "end": {
                "line": 0,
                "character": 236
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:227"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 220
                },
                "end": {
                  "line": 0,
                  "character": 226
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:220"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 246
              },
              "end": {
                "line": 0,
                "character": 254
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:246"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 246
              },
              "end": {
                "line": 0,
                "character": 254
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:246"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 238
                },
                "end": {
                  "line": 0,
                  "character": 245
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:238"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 281
              },
              "end": {
                "line": 0,
                "character": 290
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:281"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 281
              },
              "end": {
                "line": 0,
                "character": 290
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:281"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 256
                },
                "end": {
                  "line": 0,
                  "character": 266
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:256"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "showinternalonly": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean).varParam.showinternalonly",
          "nodeType": "variable",
          "name": "showInternalOnly",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 300
              },
              "end": {
                "line": 0,
                "character": 316
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:300"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 300
              },
              "end": {
                "line": 0,
                "character": 316
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:300"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 292
                },
                "end": {
                  "line": 0,
                  "character": 299
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:292"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "description": "Use either the ID for a community, internal, or null. Value must be ConnectApi.FeedType.Record. Any record ID, including a group ID. The maximum number of comments to return with each feed item. The default value is 3. Maximum number of feed elements per bundle. The default and maximum value is 10. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. Specifies whether to show only feed items from internal (non-community) users (true), or not (false). The default value is false.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter)": {
      "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter)",
      "nodeType": "method",
      "name": "getFeedElementsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedElementsFromFeed",
        "textToLower": "getfeedelementsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedElementsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 51,
      "memberOrder": 51,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.FeedElementPage getFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, Boolean showInternalOnly, ConnectApi.FeedFilter filter)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage getFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, Boolean showInternalOnly, ConnectApi.FeedFilter filter)",
      "simplifiedSignature": "getFeedElementsFromFeed(String,ConnectApi.FeedType,String,Integer,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,Boolean,ConnectApi.FeedFilter)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.getfeedelementsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of sorted and filtered feed elements from a record feed. Specify the number of elements per bundle and include no more than the specified number of comments per feed element. Specify whether to return feed elements posted by internal (non-community) users only.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:72"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:72"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.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.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:105"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:105"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 85
                },
                "end": {
                  "line": 0,
                  "character": 95
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:85"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 122
              },
              "end": {
                "line": 0,
                "character": 131
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:122"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 122
              },
              "end": {
                "line": 0,
                "character": 131
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:122"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.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.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 141
              },
              "end": {
                "line": 0,
                "character": 159
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:141"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 141
              },
              "end": {
                "line": 0,
                "character": 159
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:141"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 133
                },
                "end": {
                  "line": 0,
                  "character": 140
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:133"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "elementsperbundle": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter).varParam.elementsperbundle",
          "nodeType": "variable",
          "name": "elementsPerBundle",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 169
              },
              "end": {
                "line": 0,
                "character": 186
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:169"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 169
              },
              "end": {
                "line": 0,
                "character": 186
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:169"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 161
                },
                "end": {
                  "line": 0,
                  "character": 168
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:161"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 211
              },
              "end": {
                "line": 0,
                "character": 218
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:211"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 211
              },
              "end": {
                "line": 0,
                "character": 218
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:211"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 188
                },
                "end": {
                  "line": 0,
                  "character": 198
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:188"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 227
              },
              "end": {
                "line": 0,
                "character": 236
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:227"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 227
              },
              "end": {
                "line": 0,
                "character": 236
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:227"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 220
                },
                "end": {
                  "line": 0,
                  "character": 226
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:220"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 246
              },
              "end": {
                "line": 0,
                "character": 254
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:246"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 246
              },
              "end": {
                "line": 0,
                "character": 254
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:246"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 238
                },
                "end": {
                  "line": 0,
                  "character": 245
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:238"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 281
              },
              "end": {
                "line": 0,
                "character": 290
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:281"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 281
              },
              "end": {
                "line": 0,
                "character": 290
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:281"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 256
                },
                "end": {
                  "line": 0,
                  "character": 266
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:256"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "showinternalonly": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter).varParam.showinternalonly",
          "nodeType": "variable",
          "name": "showInternalOnly",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 300
              },
              "end": {
                "line": 0,
                "character": 316
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:300"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 300
              },
              "end": {
                "line": 0,
                "character": 316
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:300"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 292
                },
                "end": {
                  "line": 0,
                  "character": 299
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:292"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "scope": null
        },
        "filter": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter).varParam.filter",
          "nodeType": "variable",
          "name": "filter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 340
              },
              "end": {
                "line": 0,
                "character": 346
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:340"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 340
              },
              "end": {
                "line": 0,
                "character": 346
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:340"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter)",
          "order": 11,
          "memberOrder": 11,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedFilter",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedFilter",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 318
                },
                "end": {
                  "line": 0,
                  "character": 328
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:318"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedFilter"
          },
          "description": "Use either the ID for a community, internal, or null. Value must be ConnectApi.FeedType.Record. Any record ID, including a group ID. The maximum number of comments to return with each feed item. The default value is 3. Maximum number of feed elements per bundle. The default and maximum value is 10. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. Specifies whether to show only feed items from internal (non-community) users (true), or not (false). The default value is false. Specifies the feed filters.  AllQuestions—Feed elements that are questions.   AuthoredBy—Feed elements authored by the user profile owner. This value is valid only for the UserProfile feed.   CommunityScoped—Feed elements that are scoped to communities. Currently, these feed elements have a User or a Group parent record. However, other parent record types could be scoped to communities in the future. Feed elements that are always visible in all communities are filtered out. This value is valid only for the UserProfile feed.   QuestionsWithCandidateAnswers—Feed elements that are questions that have candidate answers associated with them. This value is valid only for users with the Access Einstein-Generated Answers permission.    QuestionsWithCandidateAnswers​ReviewedPublished—Feed elements that are questions that have candidate answers that have been reviewed or published. This value is valid only for users with the Access Einstein-Generated Answers permission.   Read—Feed elements that are older than 30 days or are marked as read for the context user. Includes existing feed elements when the context user joined the group. This value is valid only for the Record feed of a group.   SolvedQuestions—Feed elements that are questions and that have a best answer.   UnansweredQuestions—Feed elements that are questions and that don’t have any answers.   UnansweredQuestionsWithCandidate​Answers—Feed elements that are questions that don’t have answers but have candidate answers associated with them. This value is valid only for users with the Access Einstein-Generated Answers permission.   Unread—Feed elements that are created in the past 30 days and aren’t marked as read for the context user. This value is valid only for the Record feed of a group.   UnsolvedQuestions—Feed elements that are questions and that don’t have a best answer.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean)": {
      "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean)",
      "nodeType": "method",
      "name": "getFeedElementsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedElementsFromFeed",
        "textToLower": "getfeedelementsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedElementsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 52,
      "memberOrder": 52,
      "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.FeedElementPage getFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, Boolean showInternalOnly, ConnectApi.FeedFilter filter, Boolean threadedCommentsCollapsed)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage getFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, Boolean showInternalOnly, ConnectApi.FeedFilter filter, Boolean threadedCommentsCollapsed)",
      "simplifiedSignature": "getFeedElementsFromFeed(String,ConnectApi.FeedType,String,Integer,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,Boolean,ConnectApi.FeedFilter,Boolean)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.getfeedelementsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of sorted and filtered feed elements with comments in a threaded style for a record feed. Specify the number of elements per bundle and include no more than the specified number of comments per feed element. Specify whether to return feed elements posted by internal (non-community) users only.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:72"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:72"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.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.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:105"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:105"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 85
                },
                "end": {
                  "line": 0,
                  "character": 95
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:85"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 122
              },
              "end": {
                "line": 0,
                "character": 131
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:122"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 122
              },
              "end": {
                "line": 0,
                "character": 131
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:122"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.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.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 141
              },
              "end": {
                "line": 0,
                "character": 159
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:141"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 141
              },
              "end": {
                "line": 0,
                "character": 159
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:141"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 133
                },
                "end": {
                  "line": 0,
                  "character": 140
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:133"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "elementsperbundle": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean).varParam.elementsperbundle",
          "nodeType": "variable",
          "name": "elementsPerBundle",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 169
              },
              "end": {
                "line": 0,
                "character": 186
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:169"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 169
              },
              "end": {
                "line": 0,
                "character": 186
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:169"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 161
                },
                "end": {
                  "line": 0,
                  "character": 168
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:161"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 211
              },
              "end": {
                "line": 0,
                "character": 218
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:211"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 211
              },
              "end": {
                "line": 0,
                "character": 218
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:211"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 188
                },
                "end": {
                  "line": 0,
                  "character": 198
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:188"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 227
              },
              "end": {
                "line": 0,
                "character": 236
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:227"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 227
              },
              "end": {
                "line": 0,
                "character": 236
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:227"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 220
                },
                "end": {
                  "line": 0,
                  "character": 226
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:220"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 246
              },
              "end": {
                "line": 0,
                "character": 254
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:246"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 246
              },
              "end": {
                "line": 0,
                "character": 254
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:246"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 238
                },
                "end": {
                  "line": 0,
                  "character": 245
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:238"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 281
              },
              "end": {
                "line": 0,
                "character": 290
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:281"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 281
              },
              "end": {
                "line": 0,
                "character": 290
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:281"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 256
                },
                "end": {
                  "line": 0,
                  "character": 266
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:256"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "showinternalonly": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean).varParam.showinternalonly",
          "nodeType": "variable",
          "name": "showInternalOnly",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 300
              },
              "end": {
                "line": 0,
                "character": 316
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:300"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 300
              },
              "end": {
                "line": 0,
                "character": 316
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:300"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 292
                },
                "end": {
                  "line": 0,
                  "character": 299
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:292"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "scope": null
        },
        "filter": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean).varParam.filter",
          "nodeType": "variable",
          "name": "filter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 340
              },
              "end": {
                "line": 0,
                "character": 346
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:340"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 340
              },
              "end": {
                "line": 0,
                "character": 346
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:340"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean)",
          "order": 11,
          "memberOrder": 11,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedFilter",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedFilter",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 318
                },
                "end": {
                  "line": 0,
                  "character": 328
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:318"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedFilter"
          },
          "scope": null
        },
        "threadedcommentscollapsed": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean).varParam.threadedcommentscollapsed",
          "nodeType": "variable",
          "name": "threadedCommentsCollapsed",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "threadedCommentsCollapsed",
            "textToLower": "threadedcommentscollapsed",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 356
              },
              "end": {
                "line": 0,
                "character": 381
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_threadedCommentsCollapsed_0:356"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "threadedCommentsCollapsed",
            "textToLower": "threadedcommentscollapsed",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 356
              },
              "end": {
                "line": 0,
                "character": 381
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_threadedCommentsCollapsed_0:356"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean)",
          "order": 12,
          "memberOrder": 12,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 348
                },
                "end": {
                  "line": 0,
                  "character": 355
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:348"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "description": "Use either the ID for a community, internal, or null. Value must be ConnectApi.FeedType.Record. Any record ID, including a group ID. The maximum number of comments to return with each feed item. The default value is 3. Maximum number of feed elements per bundle. The default and maximum value is 10. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. Specifies whether to show only feed items from internal (non-community) users (true), or not (false). The default value is false. Specifies the feed filters.  AllQuestions—Feed elements that are questions.   AuthoredBy—Feed elements authored by the user profile owner. This value is valid only for the UserProfile feed.   CommunityScoped—Feed elements that are scoped to communities. Currently, these feed elements have a User or a Group parent record. However, other parent record types could be scoped to communities in the future. Feed elements that are always visible in all communities are filtered out. This value is valid only for the UserProfile feed.   QuestionsWithCandidateAnswers—Feed elements that are questions that have candidate answers associated with them. This value is valid only for users with the Access Einstein-Generated Answers permission.    QuestionsWithCandidateAnswers​ReviewedPublished—Feed elements that are questions that have candidate answers that have been reviewed or published. This value is valid only for users with the Access Einstein-Generated Answers permission.   Read—Feed elements that are older than 30 days or are marked as read for the context user. Includes existing feed elements when the context user joined the group. This value is valid only for the Record feed of a group.   SolvedQuestions—Feed elements that are questions and that have a best answer.   UnansweredQuestions—Feed elements that are questions and that don’t have any answers.   UnansweredQuestionsWithCandidate​Answers—Feed elements that are questions that don’t have answers but have candidate answers associated with them. This value is valid only for users with the Access Einstein-Generated Answers permission.   Unread—Feed elements that are created in the past 30 days and aren’t marked as read for the context user. This value is valid only for the Record feed of a group.   UnsolvedQuestions—Feed elements that are questions and that don’t have a best answer.     Specifies whether to return threaded comments in a collapsed style (true) or not (false). If you pass in null, the default is false.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string)": {
      "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string)",
      "nodeType": "method",
      "name": "getFeedElementsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedElementsFromFeed",
        "textToLower": "getfeedelementsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedElementsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 53,
      "memberOrder": 53,
      "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.FeedElementPage getFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, Boolean showInternalOnly, String customFilter)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage getFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, Boolean showInternalOnly, String customFilter)",
      "simplifiedSignature": "getFeedElementsFromFeed(String,ConnectApi.FeedType,String,Integer,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,Boolean,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.getfeedelementsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of sorted and filtered feed elements from a case feed.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:72"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:72"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.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.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:105"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:105"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 85
                },
                "end": {
                  "line": 0,
                  "character": 95
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:85"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 122
              },
              "end": {
                "line": 0,
                "character": 131
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:122"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 122
              },
              "end": {
                "line": 0,
                "character": 131
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:122"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.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.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 141
              },
              "end": {
                "line": 0,
                "character": 159
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:141"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 141
              },
              "end": {
                "line": 0,
                "character": 159
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:141"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 133
                },
                "end": {
                  "line": 0,
                  "character": 140
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:133"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "elementsperbundle": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string).varParam.elementsperbundle",
          "nodeType": "variable",
          "name": "elementsPerBundle",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 169
              },
              "end": {
                "line": 0,
                "character": 186
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:169"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 169
              },
              "end": {
                "line": 0,
                "character": 186
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:169"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 161
                },
                "end": {
                  "line": 0,
                  "character": 168
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:161"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 211
              },
              "end": {
                "line": 0,
                "character": 218
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:211"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 211
              },
              "end": {
                "line": 0,
                "character": 218
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:211"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 188
                },
                "end": {
                  "line": 0,
                  "character": 198
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:188"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 227
              },
              "end": {
                "line": 0,
                "character": 236
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:227"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 227
              },
              "end": {
                "line": 0,
                "character": 236
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:227"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 220
                },
                "end": {
                  "line": 0,
                  "character": 226
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:220"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 246
              },
              "end": {
                "line": 0,
                "character": 254
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:246"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 246
              },
              "end": {
                "line": 0,
                "character": 254
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:246"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 238
                },
                "end": {
                  "line": 0,
                  "character": 245
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:238"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 281
              },
              "end": {
                "line": 0,
                "character": 290
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:281"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 281
              },
              "end": {
                "line": 0,
                "character": 290
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:281"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 256
                },
                "end": {
                  "line": 0,
                  "character": 266
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:256"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "showinternalonly": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string).varParam.showinternalonly",
          "nodeType": "variable",
          "name": "showInternalOnly",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 300
              },
              "end": {
                "line": 0,
                "character": 316
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:300"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 300
              },
              "end": {
                "line": 0,
                "character": 316
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:300"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 292
                },
                "end": {
                  "line": 0,
                  "character": 299
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:292"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "scope": null
        },
        "customfilter": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string).varParam.customfilter",
          "nodeType": "variable",
          "name": "customFilter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "customFilter",
            "textToLower": "customfilter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 325
              },
              "end": {
                "line": 0,
                "character": 337
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_customFilter_0:325"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "customFilter",
            "textToLower": "customfilter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 325
              },
              "end": {
                "line": 0,
                "character": 337
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_customFilter_0:325"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string)",
          "order": 11,
          "memberOrder": 11,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 318
                },
                "end": {
                  "line": 0,
                  "character": 324
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:318"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. Value must be ConnectApi.FeedType.Record. The ID of a case. The maximum number of comments to return with each feed item. The default value is 3. Maximum number of feed elements per bundle. The default and maximum value is 10. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. Specifies whether to show only feed items from internal (non-community) users (true), or not (false). The default value is false. Custom filter that applies only to the case feed. See customFeedFilter in the Metadata API Developer Guide for supported values.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean)": {
      "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean)",
      "nodeType": "method",
      "name": "getFeedElementsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedElementsFromFeed",
        "textToLower": "getfeedelementsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedElementsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 54,
      "memberOrder": 54,
      "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.FeedElementPage getFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, Boolean showInternalOnly, String customFilter, Boolean threadedCommentsCollapsed)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage getFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, Boolean showInternalOnly, String customFilter, Boolean threadedCommentsCollapsed)",
      "simplifiedSignature": "getFeedElementsFromFeed(String,ConnectApi.FeedType,String,Integer,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,Boolean,String,Boolean)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.getfeedelementsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of filtered and sorted feed elements with comments in a threaded style from a case feed.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,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": 72
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:72"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:72"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.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.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:105"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:105"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 85
                },
                "end": {
                  "line": 0,
                  "character": 95
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:85"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 122
              },
              "end": {
                "line": 0,
                "character": 131
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:122"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 122
              },
              "end": {
                "line": 0,
                "character": 131
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:122"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.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.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 141
              },
              "end": {
                "line": 0,
                "character": 159
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:141"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 141
              },
              "end": {
                "line": 0,
                "character": 159
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:141"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 133
                },
                "end": {
                  "line": 0,
                  "character": 140
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:133"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "elementsperbundle": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean).varParam.elementsperbundle",
          "nodeType": "variable",
          "name": "elementsPerBundle",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 169
              },
              "end": {
                "line": 0,
                "character": 186
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:169"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 169
              },
              "end": {
                "line": 0,
                "character": 186
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:169"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 161
                },
                "end": {
                  "line": 0,
                  "character": 168
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:161"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 211
              },
              "end": {
                "line": 0,
                "character": 218
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:211"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 211
              },
              "end": {
                "line": 0,
                "character": 218
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:211"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 188
                },
                "end": {
                  "line": 0,
                  "character": 198
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:188"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 227
              },
              "end": {
                "line": 0,
                "character": 236
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:227"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 227
              },
              "end": {
                "line": 0,
                "character": 236
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:227"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 220
                },
                "end": {
                  "line": 0,
                  "character": 226
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:220"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 246
              },
              "end": {
                "line": 0,
                "character": 254
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:246"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 246
              },
              "end": {
                "line": 0,
                "character": 254
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:246"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 238
                },
                "end": {
                  "line": 0,
                  "character": 245
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:238"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 281
              },
              "end": {
                "line": 0,
                "character": 290
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:281"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 281
              },
              "end": {
                "line": 0,
                "character": 290
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:281"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 256
                },
                "end": {
                  "line": 0,
                  "character": 266
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:256"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "showinternalonly": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean).varParam.showinternalonly",
          "nodeType": "variable",
          "name": "showInternalOnly",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 300
              },
              "end": {
                "line": 0,
                "character": 316
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:300"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 300
              },
              "end": {
                "line": 0,
                "character": 316
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:300"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 292
                },
                "end": {
                  "line": 0,
                  "character": 299
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:292"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "scope": null
        },
        "customfilter": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean).varParam.customfilter",
          "nodeType": "variable",
          "name": "customFilter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "customFilter",
            "textToLower": "customfilter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 325
              },
              "end": {
                "line": 0,
                "character": 337
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_customFilter_0:325"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "customFilter",
            "textToLower": "customfilter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 325
              },
              "end": {
                "line": 0,
                "character": 337
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_customFilter_0:325"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean)",
          "order": 11,
          "memberOrder": 11,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 318
                },
                "end": {
                  "line": 0,
                  "character": 324
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:318"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "threadedcommentscollapsed": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean).varParam.threadedcommentscollapsed",
          "nodeType": "variable",
          "name": "threadedCommentsCollapsed",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "threadedCommentsCollapsed",
            "textToLower": "threadedcommentscollapsed",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 347
              },
              "end": {
                "line": 0,
                "character": 372
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_threadedCommentsCollapsed_0:347"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "threadedCommentsCollapsed",
            "textToLower": "threadedcommentscollapsed",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 347
              },
              "end": {
                "line": 0,
                "character": 372
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_threadedCommentsCollapsed_0:347"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean)",
          "order": 12,
          "memberOrder": 12,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfeed.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 339
                },
                "end": {
                  "line": 0,
                  "character": 346
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:339"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "description": "Use either the ID for a community, internal, or null. Value must be ConnectApi.FeedType.Record. The ID of a case. The maximum number of comments to return with each feed item. The default value is 3. Maximum number of feed elements per bundle. The default and maximum value is 10. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. Specifies whether to show only feed items from internal (non-community) users (true), or not (false). The default value is false. Custom filter that applies only to the case feed. See customFeedFilter in the Metadata API Developer Guide for supported values.  Specifies whether to return threaded comments in a collapsed style (true) or not (false). If you pass in null, the default is false.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeedelementsfromfilterfeed(string,string,string)": {
      "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeed(string,string,string)",
      "nodeType": "method",
      "name": "getFeedElementsFromFilterFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedElementsFromFilterFeed",
        "textToLower": "getfeedelementsfromfilterfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedElementsFromFilterFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 55,
      "memberOrder": 55,
      "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.FeedElementPage getFeedElementsFromFilterFeed(String communityId, String subjectId, String keyPrefix)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage getFeedElementsFromFilterFeed(String communityId, String subjectId, String keyPrefix)",
      "simplifiedSignature": "getFeedElementsFromFilterFeed(String,String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeed.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.getfeedelementsfromfilterfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get feed elements from a feed filtered by a key prefix for a user.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeed(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": 78
              },
              "end": {
                "line": 0,
                "character": 89
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:78"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 78
              },
              "end": {
                "line": 0,
                "character": 89
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:78"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeed(string,string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeed.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.chatterfeeds.getfeedelementsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeed(string,string,string).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 98
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:98"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 98
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:98"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeed(string,string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 91
                },
                "end": {
                  "line": 0,
                  "character": 97
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:91"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "keyprefix": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeed(string,string,string).varParam.keyprefix",
          "nodeType": "variable",
          "name": "keyPrefix",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 116
              },
              "end": {
                "line": 0,
                "character": 125
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:116"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 116
              },
              "end": {
                "line": 0,
                "character": 125
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:116"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeed(string,string,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 109
                },
                "end": {
                  "line": 0,
                  "character": 115
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:109"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the context user or the alias me. A key prefix that specifies record type. A key prefix is the first three characters in the object ID, which specifies the object type. For example, User objects have a prefix of 005 and Group objects have a prefix of 0F9.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeedelementsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder)": {
      "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder)",
      "nodeType": "method",
      "name": "getFeedElementsFromFilterFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedElementsFromFilterFeed",
        "textToLower": "getfeedelementsfromfilterfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedElementsFromFilterFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 56,
      "memberOrder": 56,
      "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.FeedElementPage getFeedElementsFromFilterFeed(String communityId, String subjectId, String keyPrefix, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage getFeedElementsFromFilterFeed(String communityId, String subjectId, String keyPrefix, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam)",
      "simplifiedSignature": "getFeedElementsFromFilterFeed(String,String,String,String,Integer,ConnectApi.FeedSortOrder)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeed.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.getfeedelementsfromfilterfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of sorted feed elements from a feed filtered by a key prefix for a user.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 78
              },
              "end": {
                "line": 0,
                "character": 89
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:78"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 78
              },
              "end": {
                "line": 0,
                "character": 89
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:78"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeed.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.chatterfeeds.getfeedelementsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 98
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:98"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 98
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:98"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 91
                },
                "end": {
                  "line": 0,
                  "character": 97
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:91"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "keyprefix": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder).varParam.keyprefix",
          "nodeType": "variable",
          "name": "keyPrefix",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 116
              },
              "end": {
                "line": 0,
                "character": 125
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:116"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 116
              },
              "end": {
                "line": 0,
                "character": 125
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:116"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 109
                },
                "end": {
                  "line": 0,
                  "character": 115
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:109"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 134
              },
              "end": {
                "line": 0,
                "character": 143
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:134"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 134
              },
              "end": {
                "line": 0,
                "character": 143
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:134"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 127
                },
                "end": {
                  "line": 0,
                  "character": 133
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:127"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 153
              },
              "end": {
                "line": 0,
                "character": 161
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:153"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 153
              },
              "end": {
                "line": 0,
                "character": 161
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:153"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 145
                },
                "end": {
                  "line": 0,
                  "character": 152
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:145"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 188
              },
              "end": {
                "line": 0,
                "character": 197
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:188"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 188
              },
              "end": {
                "line": 0,
                "character": 197
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:188"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 163
                },
                "end": {
                  "line": 0,
                  "character": 173
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:163"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the context user or the alias me. A key prefix that specifies record type. A key prefix is the first three characters in the object ID, which specifies the object type. For example, User objects have a prefix of 005 and Group objects have a prefix of 0F9. The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeedelementsfromfilterfeed(string,string,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)": {
      "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeed(string,string,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
      "nodeType": "method",
      "name": "getFeedElementsFromFilterFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedElementsFromFilterFeed",
        "textToLower": "getfeedelementsfromfilterfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedElementsFromFilterFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 57,
      "memberOrder": 57,
      "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.FeedElementPage getFeedElementsFromFilterFeed(String communityId, String subjectId, String keyPrefix, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage getFeedElementsFromFilterFeed(String communityId, String subjectId, String keyPrefix, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam)",
      "simplifiedSignature": "getFeedElementsFromFilterFeed(String,String,String,Integer,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeed.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.getfeedelementsfromfilterfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of sorted feed elements from a feed filtered by a key prefix for a user. Each feed element contains no more than the specified number of comments.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeed(string,string,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 78
              },
              "end": {
                "line": 0,
                "character": 89
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:78"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 78
              },
              "end": {
                "line": 0,
                "character": 89
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:78"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeed(string,string,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeed.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.chatterfeeds.getfeedelementsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeed(string,string,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 98
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:98"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 98
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:98"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeed(string,string,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 91
                },
                "end": {
                  "line": 0,
                  "character": 97
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:91"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "keyprefix": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeed(string,string,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).varParam.keyprefix",
          "nodeType": "variable",
          "name": "keyPrefix",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 116
              },
              "end": {
                "line": 0,
                "character": 125
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:116"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 116
              },
              "end": {
                "line": 0,
                "character": 125
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:116"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeed(string,string,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 109
                },
                "end": {
                  "line": 0,
                  "character": 115
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:109"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeed(string,string,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 135
              },
              "end": {
                "line": 0,
                "character": 153
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:135"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 135
              },
              "end": {
                "line": 0,
                "character": 153
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:135"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeed(string,string,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 127
                },
                "end": {
                  "line": 0,
                  "character": 134
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:127"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "elementsperbundle": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeed(string,string,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).varParam.elementsperbundle",
          "nodeType": "variable",
          "name": "elementsPerBundle",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 163
              },
              "end": {
                "line": 0,
                "character": 180
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:163"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 163
              },
              "end": {
                "line": 0,
                "character": 180
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:163"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeed(string,string,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 155
                },
                "end": {
                  "line": 0,
                  "character": 162
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:155"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeed(string,string,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 205
              },
              "end": {
                "line": 0,
                "character": 212
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:205"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 205
              },
              "end": {
                "line": 0,
                "character": 212
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:205"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeed(string,string,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 182
                },
                "end": {
                  "line": 0,
                  "character": 192
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:182"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeed(string,string,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 221
              },
              "end": {
                "line": 0,
                "character": 230
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:221"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 221
              },
              "end": {
                "line": 0,
                "character": 230
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:221"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeed(string,string,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 214
                },
                "end": {
                  "line": 0,
                  "character": 220
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:214"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeed(string,string,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 240
              },
              "end": {
                "line": 0,
                "character": 248
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:240"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 240
              },
              "end": {
                "line": 0,
                "character": 248
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:240"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeed(string,string,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 232
                },
                "end": {
                  "line": 0,
                  "character": 239
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:232"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeed(string,string,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 275
              },
              "end": {
                "line": 0,
                "character": 284
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:275"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 275
              },
              "end": {
                "line": 0,
                "character": 284
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:275"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeed(string,string,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 250
                },
                "end": {
                  "line": 0,
                  "character": 260
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:250"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the context user or the alias me. A key prefix that specifies record type. A key prefix is the first three characters in the object ID, which specifies the object type. For example, User objects have a prefix of 005 and Group objects have a prefix of 0F9. Maximum number of comments to return with each feed element. The default value is 3. Maximum number of feed elements per bundle. The default and maximum value is 10. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeedelementsfromfilterfeedupdatedsince(string,string,string,integer,integer,connectapi.feeddensity,string,integer,string)": {
      "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeedupdatedsince(string,string,string,integer,integer,connectapi.feeddensity,string,integer,string)",
      "nodeType": "method",
      "name": "getFeedElementsFromFilterFeedUpdatedSince",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedElementsFromFilterFeedUpdatedSince",
        "textToLower": "getfeedelementsfromfilterfeedupdatedsince",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedElementsFromFilterFeedUpdatedSince_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 58,
      "memberOrder": 58,
      "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.FeedElementPage getFeedElementsFromFilterFeedUpdatedSince(String communityId, String subjectId, String keyPrefix, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage getFeedElementsFromFilterFeedUpdatedSince(String communityId, String subjectId, String keyPrefix, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince)",
      "simplifiedSignature": "getFeedElementsFromFilterFeedUpdatedSince(String,String,String,Integer,Integer,ConnectApi.FeedDensity,String,Integer,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeedupdatedsince.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.getfeedelementsfromfilterfeedupdatedsince",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of feed elements from a feed filtered by a key prefix for a user. Include only feed elements that have been updated since the time specified in the updatedSince parameter.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeedupdatedsince(string,string,string,integer,integer,connectapi.feeddensity,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": 90
              },
              "end": {
                "line": 0,
                "character": 101
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:90"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 101
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:90"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeedupdatedsince(string,string,string,integer,integer,connectapi.feeddensity,string,integer,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeedupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 83
                },
                "end": {
                  "line": 0,
                  "character": 89
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:83"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeedupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeedupdatedsince(string,string,string,integer,integer,connectapi.feeddensity,string,integer,string).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 110
              },
              "end": {
                "line": 0,
                "character": 119
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:110"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 110
              },
              "end": {
                "line": 0,
                "character": 119
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:110"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeedupdatedsince(string,string,string,integer,integer,connectapi.feeddensity,string,integer,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeedupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 103
                },
                "end": {
                  "line": 0,
                  "character": 109
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:103"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeedupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "keyprefix": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeedupdatedsince(string,string,string,integer,integer,connectapi.feeddensity,string,integer,string).varParam.keyprefix",
          "nodeType": "variable",
          "name": "keyPrefix",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 128
              },
              "end": {
                "line": 0,
                "character": 137
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:128"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 128
              },
              "end": {
                "line": 0,
                "character": 137
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:128"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeedupdatedsince(string,string,string,integer,integer,connectapi.feeddensity,string,integer,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeedupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 121
                },
                "end": {
                  "line": 0,
                  "character": 127
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:121"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeedupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeedupdatedsince(string,string,string,integer,integer,connectapi.feeddensity,string,integer,string).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 147
              },
              "end": {
                "line": 0,
                "character": 165
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:147"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 147
              },
              "end": {
                "line": 0,
                "character": 165
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:147"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeedupdatedsince(string,string,string,integer,integer,connectapi.feeddensity,string,integer,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeedupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 139
                },
                "end": {
                  "line": 0,
                  "character": 146
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:139"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeedupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "elementsperbundle": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeedupdatedsince(string,string,string,integer,integer,connectapi.feeddensity,string,integer,string).varParam.elementsperbundle",
          "nodeType": "variable",
          "name": "elementsPerBundle",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 175
              },
              "end": {
                "line": 0,
                "character": 192
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:175"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 175
              },
              "end": {
                "line": 0,
                "character": 192
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:175"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeedupdatedsince(string,string,string,integer,integer,connectapi.feeddensity,string,integer,string)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeedupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 167
                },
                "end": {
                  "line": 0,
                  "character": 174
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:167"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeedupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeedupdatedsince(string,string,string,integer,integer,connectapi.feeddensity,string,integer,string).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 217
              },
              "end": {
                "line": 0,
                "character": 224
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:217"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 217
              },
              "end": {
                "line": 0,
                "character": 224
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:217"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeedupdatedsince(string,string,string,integer,integer,connectapi.feeddensity,string,integer,string)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeedupdatedsince.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 194
                },
                "end": {
                  "line": 0,
                  "character": 204
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:194"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeedupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeedupdatedsince(string,string,string,integer,integer,connectapi.feeddensity,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": 233
              },
              "end": {
                "line": 0,
                "character": 242
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:233"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 233
              },
              "end": {
                "line": 0,
                "character": 242
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:233"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeedupdatedsince(string,string,string,integer,integer,connectapi.feeddensity,string,integer,string)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeedupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 226
                },
                "end": {
                  "line": 0,
                  "character": 232
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:226"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeedupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeedupdatedsince(string,string,string,integer,integer,connectapi.feeddensity,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": 252
              },
              "end": {
                "line": 0,
                "character": 260
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:252"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 252
              },
              "end": {
                "line": 0,
                "character": 260
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:252"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeedupdatedsince(string,string,string,integer,integer,connectapi.feeddensity,string,integer,string)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeedupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 244
                },
                "end": {
                  "line": 0,
                  "character": 251
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:244"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeedupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "updatedsince": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeedupdatedsince(string,string,string,integer,integer,connectapi.feeddensity,string,integer,string).varParam.updatedsince",
          "nodeType": "variable",
          "name": "updatedSince",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 269
              },
              "end": {
                "line": 0,
                "character": 281
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:269"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 269
              },
              "end": {
                "line": 0,
                "character": 281
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:269"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsfromfilterfeedupdatedsince(string,string,string,integer,integer,connectapi.feeddensity,string,integer,string)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeedupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 262
                },
                "end": {
                  "line": 0,
                  "character": 268
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:262"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsfromfilterfeedupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the context user or the alias me. A key prefix that specifies record type. A key prefix is the first three characters in the object ID, which specifies the object type. For example, User objects have a prefix of 005 and Group objects have a prefix of 0F9. Maximum number of comments to return with each feed element. The default value is 3. Maximum number of feed elements per bundle. The default and maximum value is 10. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. An opaque token defining the modification time stamp of the feed and the sort order.The updatedSince parameter doesn’t return feed elements that are created in the same second as the call.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string)": {
      "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string)",
      "nodeType": "method",
      "name": "getFeedElementsUpdatedSince",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedElementsUpdatedSince",
        "textToLower": "getfeedelementsupdatedsince",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedElementsUpdatedSince_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 59,
      "memberOrder": 59,
      "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.FeedElementPage getFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage getFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince)",
      "simplifiedSignature": "getFeedElementsUpdatedSince(String,ConnectApi.FeedType,Integer,ConnectApi.FeedDensity,String,Integer,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.getfeedelementsupdatedsince",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of feed elements from the Company, DirectMessageModeration, Home, and Moderation feeds. Include only feed elements that have been updated since the time specified in the updatedSince parameter. Each feed element contains no more than the specified number of comments.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,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.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.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.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 109
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:109"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 109
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:109"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 89
                },
                "end": {
                  "line": 0,
                  "character": 99
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:89"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 127
              },
              "end": {
                "line": 0,
                "character": 145
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:127"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 127
              },
              "end": {
                "line": 0,
                "character": 145
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:127"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 119
                },
                "end": {
                  "line": 0,
                  "character": 126
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:119"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 170
              },
              "end": {
                "line": 0,
                "character": 177
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:170"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 170
              },
              "end": {
                "line": 0,
                "character": 177
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:170"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 147
                },
                "end": {
                  "line": 0,
                  "character": 157
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:147"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,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": 186
              },
              "end": {
                "line": 0,
                "character": 195
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:186"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 186
              },
              "end": {
                "line": 0,
                "character": 195
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:186"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 179
                },
                "end": {
                  "line": 0,
                  "character": 185
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:179"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,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": 205
              },
              "end": {
                "line": 0,
                "character": 213
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:205"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 205
              },
              "end": {
                "line": 0,
                "character": 213
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:205"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 197
                },
                "end": {
                  "line": 0,
                  "character": 204
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:197"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "updatedsince": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string).varParam.updatedsince",
          "nodeType": "variable",
          "name": "updatedSince",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 222
              },
              "end": {
                "line": 0,
                "character": 234
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:222"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 222
              },
              "end": {
                "line": 0,
                "character": 234
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:222"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 215
                },
                "end": {
                  "line": 0,
                  "character": 221
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:215"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values are Company, DirectMessageModeration, Home, and Moderation. Maximum number of comments to return with each feed element. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. An opaque token containing information about the last modified date of the feed. Do not construct this token. Retrieve this token from the updatesToken property of the ConnectApi.FeedElementPage response body.The updatedSince parameter doesn’t return feed elements that are created in the same second as the call.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter)": {
      "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter)",
      "nodeType": "method",
      "name": "getFeedElementsUpdatedSince",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedElementsUpdatedSince",
        "textToLower": "getfeedelementsupdatedsince",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedElementsUpdatedSince_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 60,
      "memberOrder": 60,
      "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.FeedElementPage getFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, ConnectApi.FeedFilter filter)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage getFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, ConnectApi.FeedFilter filter)",
      "simplifiedSignature": "getFeedElementsUpdatedSince(String,ConnectApi.FeedType,Integer,ConnectApi.FeedDensity,String,Integer,String,ConnectApi.FeedFilter)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.getfeedelementsupdatedsince",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of filtered feed elements from the Home feed. Include only feed elements that have been updated since the time specified in the updatedSince parameter. Each feed element contains no more than the specified number of comments.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter).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.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.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.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 109
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:109"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 109
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:109"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 89
                },
                "end": {
                  "line": 0,
                  "character": 99
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:89"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 127
              },
              "end": {
                "line": 0,
                "character": 145
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:127"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 127
              },
              "end": {
                "line": 0,
                "character": 145
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:127"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 119
                },
                "end": {
                  "line": 0,
                  "character": 126
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:119"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 170
              },
              "end": {
                "line": 0,
                "character": 177
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:170"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 170
              },
              "end": {
                "line": 0,
                "character": 177
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:170"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 147
                },
                "end": {
                  "line": 0,
                  "character": 157
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:147"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 186
              },
              "end": {
                "line": 0,
                "character": 195
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:186"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 186
              },
              "end": {
                "line": 0,
                "character": 195
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:186"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 179
                },
                "end": {
                  "line": 0,
                  "character": 185
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:179"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 205
              },
              "end": {
                "line": 0,
                "character": 213
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:205"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 205
              },
              "end": {
                "line": 0,
                "character": 213
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:205"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 197
                },
                "end": {
                  "line": 0,
                  "character": 204
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:197"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "updatedsince": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter).varParam.updatedsince",
          "nodeType": "variable",
          "name": "updatedSince",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 222
              },
              "end": {
                "line": 0,
                "character": 234
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:222"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 222
              },
              "end": {
                "line": 0,
                "character": 234
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:222"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 215
                },
                "end": {
                  "line": 0,
                  "character": 221
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:215"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "filter": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter).varParam.filter",
          "nodeType": "variable",
          "name": "filter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 258
              },
              "end": {
                "line": 0,
                "character": 264
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:258"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 258
              },
              "end": {
                "line": 0,
                "character": 264
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:258"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.ConnectApi.FeedFilter",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedFilter",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 236
                },
                "end": {
                  "line": 0,
                  "character": 246
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:236"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedFilter"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. The only valid value is Home. Maximum number of comments to return with each feed element. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. An opaque token containing information about the last modified date of the feed. Do not construct this token. Retrieve this token from the updatesToken property of the ConnectApi.FeedElementPage response body.The updatedSince parameter doesn’t return feed elements that are created in the same second as the call.  Specifies the feed filters.  AllQuestions—Feed elements that are questions.   AuthoredBy—Feed elements authored by the user profile owner. This value is valid only for the UserProfile feed.   CommunityScoped—Feed elements that are scoped to communities. Currently, these feed elements have a User or a Group parent record. However, other parent record types could be scoped to communities in the future. Feed elements that are always visible in all communities are filtered out. This value is valid only for the UserProfile feed.   QuestionsWithCandidateAnswers—Feed elements that are questions that have candidate answers associated with them. This value is valid only for users with the Access Einstein-Generated Answers permission.    QuestionsWithCandidateAnswers​ReviewedPublished—Feed elements that are questions that have candidate answers that have been reviewed or published. This value is valid only for users with the Access Einstein-Generated Answers permission.   Read—Feed elements that are older than 30 days or are marked as read for the context user. Includes existing feed elements when the context user joined the group. This value is valid only for the Record feed of a group.   SolvedQuestions—Feed elements that are questions and that have a best answer.   UnansweredQuestions—Feed elements that are questions and that don’t have any answers.   UnansweredQuestionsWithCandidate​Answers—Feed elements that are questions that don’t have answers but have candidate answers associated with them. This value is valid only for users with the Access Einstein-Generated Answers permission.   Unread—Feed elements that are created in the past 30 days and aren’t marked as read for the context user. This value is valid only for the Record feed of a group.   UnsolvedQuestions—Feed elements that are questions and that don’t have a best answer.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string)": {
      "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string)",
      "nodeType": "method",
      "name": "getFeedElementsUpdatedSince",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedElementsUpdatedSince",
        "textToLower": "getfeedelementsupdatedsince",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedElementsUpdatedSince_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 61,
      "memberOrder": 61,
      "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.FeedElementPage getFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage getFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince)",
      "simplifiedSignature": "getFeedElementsUpdatedSince(String,ConnectApi.FeedType,String,Integer,ConnectApi.FeedDensity,String,Integer,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.getfeedelementsupdatedsince",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of feed elements from the Files, Groups, News, People, and Record feeds. Include only feed elements that have been updated since the time specified in the updatedSince parameter. Each feed element contains no more than the specified number of comments.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,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.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.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.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 109
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:109"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 109
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:109"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 89
                },
                "end": {
                  "line": 0,
                  "character": 99
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:89"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 135
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:126"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 135
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:126"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 119
                },
                "end": {
                  "line": 0,
                  "character": 125
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:119"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 145
              },
              "end": {
                "line": 0,
                "character": 163
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:145"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 145
              },
              "end": {
                "line": 0,
                "character": 163
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:145"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 137
                },
                "end": {
                  "line": 0,
                  "character": 144
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:137"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 188
              },
              "end": {
                "line": 0,
                "character": 195
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:188"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 188
              },
              "end": {
                "line": 0,
                "character": 195
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:188"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 165
                },
                "end": {
                  "line": 0,
                  "character": 175
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:165"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,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": 204
              },
              "end": {
                "line": 0,
                "character": 213
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:204"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 204
              },
              "end": {
                "line": 0,
                "character": 213
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:204"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 197
                },
                "end": {
                  "line": 0,
                  "character": 203
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:197"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,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": 223
              },
              "end": {
                "line": 0,
                "character": 231
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:223"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 223
              },
              "end": {
                "line": 0,
                "character": 231
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:223"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 215
                },
                "end": {
                  "line": 0,
                  "character": 222
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:215"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "updatedsince": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string).varParam.updatedsince",
          "nodeType": "variable",
          "name": "updatedSince",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 240
              },
              "end": {
                "line": 0,
                "character": 252
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:240"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 240
              },
              "end": {
                "line": 0,
                "character": 252
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:240"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 233
                },
                "end": {
                  "line": 0,
                  "character": 239
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:233"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. One of these values: Files  Groups  News  People  Record    If feedType is ConnectApi.Record, subjectId can be any record ID, including a group ID. Otherwise, it must be the context user or the alias me. The maximum number of comments to return with each feed item. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. An opaque token containing information about the last modified date of the feed. Do not construct this token. Retrieve this token from the updatesToken property of the ConnectApi.FeedElementPage response body.The updatedSince parameter doesn’t return feed elements that are created in the same second as the call.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean)": {
      "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean)",
      "nodeType": "method",
      "name": "getFeedElementsUpdatedSince",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedElementsUpdatedSince",
        "textToLower": "getfeedelementsupdatedsince",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedElementsUpdatedSince_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 62,
      "memberOrder": 62,
      "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.FeedElementPage getFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, Boolean showInternalOnly)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage getFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, Boolean showInternalOnly)",
      "simplifiedSignature": "getFeedElementsUpdatedSince(String,ConnectApi.FeedType,String,Integer,ConnectApi.FeedDensity,String,Integer,String,Boolean)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.getfeedelementsupdatedsince",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of feed elements from a record  feed. Include only feed elements that have been updated since the time specified in the updatedSince parameter. Specify whether to return feed elements posted by internal (non-community) users only.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,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": 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.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.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.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 109
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:109"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 109
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:109"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 89
                },
                "end": {
                  "line": 0,
                  "character": 99
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:89"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 135
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:126"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 135
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:126"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 119
                },
                "end": {
                  "line": 0,
                  "character": 125
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:119"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 145
              },
              "end": {
                "line": 0,
                "character": 163
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:145"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 145
              },
              "end": {
                "line": 0,
                "character": 163
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:145"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 137
                },
                "end": {
                  "line": 0,
                  "character": 144
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:137"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 188
              },
              "end": {
                "line": 0,
                "character": 195
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:188"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 188
              },
              "end": {
                "line": 0,
                "character": 195
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:188"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 165
                },
                "end": {
                  "line": 0,
                  "character": 175
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:165"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 204
              },
              "end": {
                "line": 0,
                "character": 213
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:204"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 204
              },
              "end": {
                "line": 0,
                "character": 213
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:204"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 197
                },
                "end": {
                  "line": 0,
                  "character": 203
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:197"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 223
              },
              "end": {
                "line": 0,
                "character": 231
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:223"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 223
              },
              "end": {
                "line": 0,
                "character": 231
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:223"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 215
                },
                "end": {
                  "line": 0,
                  "character": 222
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:215"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "updatedsince": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean).varParam.updatedsince",
          "nodeType": "variable",
          "name": "updatedSince",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 240
              },
              "end": {
                "line": 0,
                "character": 252
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:240"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 240
              },
              "end": {
                "line": 0,
                "character": 252
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:240"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 233
                },
                "end": {
                  "line": 0,
                  "character": 239
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:233"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "showinternalonly": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean).varParam.showinternalonly",
          "nodeType": "variable",
          "name": "showInternalOnly",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 262
              },
              "end": {
                "line": 0,
                "character": 278
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:262"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 262
              },
              "end": {
                "line": 0,
                "character": 278
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:262"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 254
                },
                "end": {
                  "line": 0,
                  "character": 261
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:254"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "description": "Use either the ID for a community, internal, or null. Value must be ConnectApi.FeedType.Record. Any record ID, including a group ID. Maximum number of comments to return with each feed element. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. An opaque token containing information about the last modified date of the feed. Do not construct this token. Retrieve this token from the updatesToken property of the ConnectApi.FeedElementPage response body.The updatedSince parameter doesn’t return feed elements that are created in the same second as the call.  Specifies whether to show only feed elements from internal (non-community) users (true), or not (false). The default value is false.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter)": {
      "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter)",
      "nodeType": "method",
      "name": "getFeedElementsUpdatedSince",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedElementsUpdatedSince",
        "textToLower": "getfeedelementsupdatedsince",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedElementsUpdatedSince_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 63,
      "memberOrder": 63,
      "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.FeedElementPage getFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, ConnectApi.FeedFilter filter)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage getFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, ConnectApi.FeedFilter filter)",
      "simplifiedSignature": "getFeedElementsUpdatedSince(String,ConnectApi.FeedType,String,Integer,Integer,ConnectApi.FeedDensity,String,Integer,String,ConnectApi.FeedFilter)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.getfeedelementsupdatedsince",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of filtered feed elements from a UserProfile feed. Include only feed elements that have been updated since the time specified in the updatedSince parameter.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter).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.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.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.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 109
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:109"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 109
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:109"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 89
                },
                "end": {
                  "line": 0,
                  "character": 99
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:89"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 135
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:126"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 135
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:126"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 119
                },
                "end": {
                  "line": 0,
                  "character": 125
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:119"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 145
              },
              "end": {
                "line": 0,
                "character": 163
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:145"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 145
              },
              "end": {
                "line": 0,
                "character": 163
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:145"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 137
                },
                "end": {
                  "line": 0,
                  "character": 144
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:137"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "elementsperbundle": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter).varParam.elementsperbundle",
          "nodeType": "variable",
          "name": "elementsPerBundle",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 173
              },
              "end": {
                "line": 0,
                "character": 190
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:173"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 173
              },
              "end": {
                "line": 0,
                "character": 190
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:173"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 165
                },
                "end": {
                  "line": 0,
                  "character": 172
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:165"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 215
              },
              "end": {
                "line": 0,
                "character": 222
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:215"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 215
              },
              "end": {
                "line": 0,
                "character": 222
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:215"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 192
                },
                "end": {
                  "line": 0,
                  "character": 202
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:192"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 231
              },
              "end": {
                "line": 0,
                "character": 240
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:231"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 231
              },
              "end": {
                "line": 0,
                "character": 240
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:231"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 224
                },
                "end": {
                  "line": 0,
                  "character": 230
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:224"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 250
              },
              "end": {
                "line": 0,
                "character": 258
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:250"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 250
              },
              "end": {
                "line": 0,
                "character": 258
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:250"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 242
                },
                "end": {
                  "line": 0,
                  "character": 249
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:242"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "updatedsince": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter).varParam.updatedsince",
          "nodeType": "variable",
          "name": "updatedSince",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 267
              },
              "end": {
                "line": 0,
                "character": 279
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:267"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 267
              },
              "end": {
                "line": 0,
                "character": 279
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:267"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 260
                },
                "end": {
                  "line": 0,
                  "character": 266
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:260"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "filter": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter).varParam.filter",
          "nodeType": "variable",
          "name": "filter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 303
              },
              "end": {
                "line": 0,
                "character": 309
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:303"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 303
              },
              "end": {
                "line": 0,
                "character": 309
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:303"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.ConnectApi.FeedFilter",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedFilter",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 281
                },
                "end": {
                  "line": 0,
                  "character": 291
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:281"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedFilter"
          },
          "description": "Use either the ID for a community, internal, or null. Value must be ConnectApi.FeedType.UserProfile. The ID of any user. To specify the context user, use the user ID or the alias me. Maximum number of comments to return with each feed element. The default value is 3. Maximum number of feed elements per bundle. The default and maximum value is 10. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. An opaque token defining the modification time stamp of the feed and the sort order.The updatedSince parameter doesn’t return feed elements that are created in the same second as the call.  Value must be ConnectApi.FeedFilter.CommunityScoped. Filters the feed to include only feed elements that are scoped to communities. Feed elements that are always visible in all communities are filtered out.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,string)": {
      "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,string)",
      "nodeType": "method",
      "name": "getFeedElementsUpdatedSince",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedElementsUpdatedSince",
        "textToLower": "getfeedelementsupdatedsince",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedElementsUpdatedSince_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 64,
      "memberOrder": 64,
      "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.FeedElementPage getFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, String customFilter)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage getFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, String customFilter)",
      "simplifiedSignature": "getFeedElementsUpdatedSince(String,ConnectApi.FeedType,String,Integer,Integer,ConnectApi.FeedDensity,String,Integer,String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.getfeedelementsupdatedsince",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of filtered feed elements from a case feed. Include only feed elements that have been updated since the time specified in the updatedSince parameter.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,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.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.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.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,string).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 109
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:109"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 109
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:109"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 89
                },
                "end": {
                  "line": 0,
                  "character": 99
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:89"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,string).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 135
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:126"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 135
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:126"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 119
                },
                "end": {
                  "line": 0,
                  "character": 125
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:119"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,string).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 145
              },
              "end": {
                "line": 0,
                "character": 163
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:145"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 145
              },
              "end": {
                "line": 0,
                "character": 163
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:145"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 137
                },
                "end": {
                  "line": 0,
                  "character": 144
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:137"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "elementsperbundle": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,string).varParam.elementsperbundle",
          "nodeType": "variable",
          "name": "elementsPerBundle",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 173
              },
              "end": {
                "line": 0,
                "character": 190
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:173"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 173
              },
              "end": {
                "line": 0,
                "character": 190
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:173"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,string)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 165
                },
                "end": {
                  "line": 0,
                  "character": 172
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:165"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,string).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 215
              },
              "end": {
                "line": 0,
                "character": 222
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:215"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 215
              },
              "end": {
                "line": 0,
                "character": 222
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:215"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,string)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 192
                },
                "end": {
                  "line": 0,
                  "character": 202
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:192"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,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": 231
              },
              "end": {
                "line": 0,
                "character": 240
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:231"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 231
              },
              "end": {
                "line": 0,
                "character": 240
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:231"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,string)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 224
                },
                "end": {
                  "line": 0,
                  "character": 230
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:224"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,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": 250
              },
              "end": {
                "line": 0,
                "character": 258
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:250"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 250
              },
              "end": {
                "line": 0,
                "character": 258
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:250"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,string)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 242
                },
                "end": {
                  "line": 0,
                  "character": 249
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:242"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "updatedsince": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,string).varParam.updatedsince",
          "nodeType": "variable",
          "name": "updatedSince",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 267
              },
              "end": {
                "line": 0,
                "character": 279
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:267"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 267
              },
              "end": {
                "line": 0,
                "character": 279
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:267"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,string)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 260
                },
                "end": {
                  "line": 0,
                  "character": 266
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:260"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "customfilter": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,string).varParam.customfilter",
          "nodeType": "variable",
          "name": "customFilter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "customFilter",
            "textToLower": "customfilter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 288
              },
              "end": {
                "line": 0,
                "character": 300
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_customFilter_0:288"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "customFilter",
            "textToLower": "customfilter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 288
              },
              "end": {
                "line": 0,
                "character": 300
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_customFilter_0:288"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,string)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 281
                },
                "end": {
                  "line": 0,
                  "character": 287
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:281"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. Value must be ConnectApi.FeedType.Record. The ID of a case. Maximum number of comments to return with each feed element. The default value is 3. Maximum number of feed elements per bundle. The default and maximum value is 10. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. An opaque token defining the modification time stamp of the feed and the sort order.The updatedSince parameter doesn’t return feed elements that are created in the same second as the call.  Custom filter that applies only to the case feed. See customFeedFilter in the Metadata API Developer Guide for supported values.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean)": {
      "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean)",
      "nodeType": "method",
      "name": "getFeedElementsUpdatedSince",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedElementsUpdatedSince",
        "textToLower": "getfeedelementsupdatedsince",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedElementsUpdatedSince_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 65,
      "memberOrder": 65,
      "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.FeedElementPage getFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, Boolean showInternalOnly)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage getFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, Boolean showInternalOnly)",
      "simplifiedSignature": "getFeedElementsUpdatedSince(String,ConnectApi.FeedType,String,Integer,Integer,ConnectApi.FeedDensity,String,Integer,String,Boolean)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.getfeedelementsupdatedsince",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of feed elements from a record feed. Include only feed elements that have been updated since the time specified in the updatedSince parameter. Specify the maximum number of feed elements in a bundle and whether to return feed elements posted by internal (non-community) users only.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,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": 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.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.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.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 109
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:109"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 109
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:109"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 89
                },
                "end": {
                  "line": 0,
                  "character": 99
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:89"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 135
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:126"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 135
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:126"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 119
                },
                "end": {
                  "line": 0,
                  "character": 125
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:119"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 145
              },
              "end": {
                "line": 0,
                "character": 163
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:145"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 145
              },
              "end": {
                "line": 0,
                "character": 163
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:145"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 137
                },
                "end": {
                  "line": 0,
                  "character": 144
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:137"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "elementsperbundle": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean).varParam.elementsperbundle",
          "nodeType": "variable",
          "name": "elementsPerBundle",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 173
              },
              "end": {
                "line": 0,
                "character": 190
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:173"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 173
              },
              "end": {
                "line": 0,
                "character": 190
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:173"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 165
                },
                "end": {
                  "line": 0,
                  "character": 172
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:165"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 215
              },
              "end": {
                "line": 0,
                "character": 222
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:215"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 215
              },
              "end": {
                "line": 0,
                "character": 222
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:215"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 192
                },
                "end": {
                  "line": 0,
                  "character": 202
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:192"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 231
              },
              "end": {
                "line": 0,
                "character": 240
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:231"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 231
              },
              "end": {
                "line": 0,
                "character": 240
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:231"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 224
                },
                "end": {
                  "line": 0,
                  "character": 230
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:224"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 250
              },
              "end": {
                "line": 0,
                "character": 258
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:250"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 250
              },
              "end": {
                "line": 0,
                "character": 258
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:250"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 242
                },
                "end": {
                  "line": 0,
                  "character": 249
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:242"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "updatedsince": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean).varParam.updatedsince",
          "nodeType": "variable",
          "name": "updatedSince",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 267
              },
              "end": {
                "line": 0,
                "character": 279
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:267"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 267
              },
              "end": {
                "line": 0,
                "character": 279
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:267"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 260
                },
                "end": {
                  "line": 0,
                  "character": 266
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:260"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "showinternalonly": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean).varParam.showinternalonly",
          "nodeType": "variable",
          "name": "showInternalOnly",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 289
              },
              "end": {
                "line": 0,
                "character": 305
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:289"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 289
              },
              "end": {
                "line": 0,
                "character": 305
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:289"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 281
                },
                "end": {
                  "line": 0,
                  "character": 288
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:281"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "description": "Use either the ID for a community, internal, or null. Value must be ConnectApi.FeedType.Record. Any record ID, including a group ID. Maximum number of comments to return with each feed element. The default value is 3. Maximum number of feed elements per bundle. The default and maximum value is 10. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. An opaque token containing information about the last modified date of the feed. Do not construct this token. Retrieve this token from the updatesToken property of the ConnectApi.FeedElementPage response body.The updatedSince parameter doesn’t return feed elements that are created in the same second as the call.  Specifies whether to show only feed elements from internal (non-community) users (true), or not (false). The default value is false.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter)": {
      "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter)",
      "nodeType": "method",
      "name": "getFeedElementsUpdatedSince",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedElementsUpdatedSince",
        "textToLower": "getfeedelementsupdatedsince",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedElementsUpdatedSince_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 66,
      "memberOrder": 66,
      "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.FeedElementPage getFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, Boolean showInternalOnly, ConnectApi.FeedFilter filter)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage getFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, Boolean showInternalOnly, ConnectApi.FeedFilter filter)",
      "simplifiedSignature": "getFeedElementsUpdatedSince(String,ConnectApi.FeedType,String,Integer,Integer,ConnectApi.FeedDensity,String,Integer,String,Boolean,ConnectApi.FeedFilter)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.getfeedelementsupdatedsince",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of filtered feed elements from a record feed. Include only feed elements that have been updated since the time specified in the updatedSince parameter. Specify the maximum number of feed elements in a bundle and whether to return feed elements posted by internal (non-community) users only.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter).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.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.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.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 109
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:109"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 109
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:109"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 89
                },
                "end": {
                  "line": 0,
                  "character": 99
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:89"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 135
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:126"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 135
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:126"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 119
                },
                "end": {
                  "line": 0,
                  "character": 125
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:119"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 145
              },
              "end": {
                "line": 0,
                "character": 163
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:145"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 145
              },
              "end": {
                "line": 0,
                "character": 163
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:145"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 137
                },
                "end": {
                  "line": 0,
                  "character": 144
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:137"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "elementsperbundle": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter).varParam.elementsperbundle",
          "nodeType": "variable",
          "name": "elementsPerBundle",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 173
              },
              "end": {
                "line": 0,
                "character": 190
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:173"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 173
              },
              "end": {
                "line": 0,
                "character": 190
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:173"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 165
                },
                "end": {
                  "line": 0,
                  "character": 172
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:165"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 215
              },
              "end": {
                "line": 0,
                "character": 222
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:215"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 215
              },
              "end": {
                "line": 0,
                "character": 222
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:215"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 192
                },
                "end": {
                  "line": 0,
                  "character": 202
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:192"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 231
              },
              "end": {
                "line": 0,
                "character": 240
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:231"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 231
              },
              "end": {
                "line": 0,
                "character": 240
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:231"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 224
                },
                "end": {
                  "line": 0,
                  "character": 230
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:224"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 250
              },
              "end": {
                "line": 0,
                "character": 258
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:250"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 250
              },
              "end": {
                "line": 0,
                "character": 258
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:250"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 242
                },
                "end": {
                  "line": 0,
                  "character": 249
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:242"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "updatedsince": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter).varParam.updatedsince",
          "nodeType": "variable",
          "name": "updatedSince",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 267
              },
              "end": {
                "line": 0,
                "character": 279
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:267"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 267
              },
              "end": {
                "line": 0,
                "character": 279
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:267"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 260
                },
                "end": {
                  "line": 0,
                  "character": 266
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:260"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "showinternalonly": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter).varParam.showinternalonly",
          "nodeType": "variable",
          "name": "showInternalOnly",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 289
              },
              "end": {
                "line": 0,
                "character": 305
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:289"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 289
              },
              "end": {
                "line": 0,
                "character": 305
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:289"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 281
                },
                "end": {
                  "line": 0,
                  "character": 288
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:281"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "scope": null
        },
        "filter": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter).varParam.filter",
          "nodeType": "variable",
          "name": "filter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 329
              },
              "end": {
                "line": 0,
                "character": 335
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:329"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 329
              },
              "end": {
                "line": 0,
                "character": 335
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:329"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter)",
          "order": 11,
          "memberOrder": 11,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.ConnectApi.FeedFilter",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedFilter",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 307
                },
                "end": {
                  "line": 0,
                  "character": 317
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:307"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedFilter"
          },
          "description": "Use either the ID for a community, internal, or null. Value must be ConnectApi.FeedType.Record. Any record ID, including a group ID. Maximum number of comments to return with each feed element. The default value is 3. Maximum number of feed elements per bundle. The default and maximum value is 10. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. An opaque token containing information about the last modified date of the feed. Do not construct this token. Retrieve this token from the updatesToken property of the ConnectApi.FeedElementPage response body.The updatedSince parameter doesn’t return feed elements that are created in the same second as the call.  Specifies whether to show only feed elements from internal (non-community) users (true), or not (false). The default value is false. Specifies the feed filters.  AllQuestions—Feed elements that are questions.   AuthoredBy—Feed elements authored by the user profile owner. This value is valid only for the UserProfile feed.   CommunityScoped—Feed elements that are scoped to communities. Currently, these feed elements have a User or a Group parent record. However, other parent record types could be scoped to communities in the future. Feed elements that are always visible in all communities are filtered out. This value is valid only for the UserProfile feed.   QuestionsWithCandidateAnswers—Feed elements that are questions that have candidate answers associated with them. This value is valid only for users with the Access Einstein-Generated Answers permission.    QuestionsWithCandidateAnswers​ReviewedPublished—Feed elements that are questions that have candidate answers that have been reviewed or published. This value is valid only for users with the Access Einstein-Generated Answers permission.   Read—Feed elements that are older than 30 days or are marked as read for the context user. Includes existing feed elements when the context user joined the group. This value is valid only for the Record feed of a group.   SolvedQuestions—Feed elements that are questions and that have a best answer.   UnansweredQuestions—Feed elements that are questions and that don’t have any answers.   UnansweredQuestionsWithCandidate​Answers—Feed elements that are questions that don’t have answers but have candidate answers associated with them. This value is valid only for users with the Access Einstein-Generated Answers permission.   Unread—Feed elements that are created in the past 30 days and aren’t marked as read for the context user. This value is valid only for the Record feed of a group.   UnsolvedQuestions—Feed elements that are questions and that don’t have a best answer.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string)": {
      "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string)",
      "nodeType": "method",
      "name": "getFeedElementsUpdatedSince",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedElementsUpdatedSince",
        "textToLower": "getfeedelementsupdatedsince",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedElementsUpdatedSince_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 67,
      "memberOrder": 67,
      "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.FeedElementPage getFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, Boolean showInternalOnly, String customFilter)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage getFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, Boolean showInternalOnly, String customFilter)",
      "simplifiedSignature": "getFeedElementsUpdatedSince(String,ConnectApi.FeedType,String,Integer,Integer,ConnectApi.FeedDensity,String,Integer,String,Boolean,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.getfeedelementsupdatedsince",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of filtered feed elements from a case feed. Include only feed elements that have been updated since the time specified in the updatedSince parameter.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,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.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.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.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 109
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:109"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 109
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:109"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 89
                },
                "end": {
                  "line": 0,
                  "character": 99
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:89"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 135
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:126"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 135
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:126"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 119
                },
                "end": {
                  "line": 0,
                  "character": 125
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:119"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 145
              },
              "end": {
                "line": 0,
                "character": 163
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:145"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 145
              },
              "end": {
                "line": 0,
                "character": 163
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:145"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 137
                },
                "end": {
                  "line": 0,
                  "character": 144
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:137"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "elementsperbundle": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string).varParam.elementsperbundle",
          "nodeType": "variable",
          "name": "elementsPerBundle",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 173
              },
              "end": {
                "line": 0,
                "character": 190
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:173"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 173
              },
              "end": {
                "line": 0,
                "character": 190
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:173"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 165
                },
                "end": {
                  "line": 0,
                  "character": 172
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:165"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 215
              },
              "end": {
                "line": 0,
                "character": 222
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:215"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 215
              },
              "end": {
                "line": 0,
                "character": 222
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:215"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 192
                },
                "end": {
                  "line": 0,
                  "character": 202
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:192"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 231
              },
              "end": {
                "line": 0,
                "character": 240
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:231"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 231
              },
              "end": {
                "line": 0,
                "character": 240
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:231"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 224
                },
                "end": {
                  "line": 0,
                  "character": 230
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:224"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 250
              },
              "end": {
                "line": 0,
                "character": 258
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:250"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 250
              },
              "end": {
                "line": 0,
                "character": 258
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:250"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 242
                },
                "end": {
                  "line": 0,
                  "character": 249
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:242"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "updatedsince": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string).varParam.updatedsince",
          "nodeType": "variable",
          "name": "updatedSince",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 267
              },
              "end": {
                "line": 0,
                "character": 279
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:267"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 267
              },
              "end": {
                "line": 0,
                "character": 279
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:267"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 260
                },
                "end": {
                  "line": 0,
                  "character": 266
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:260"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "showinternalonly": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string).varParam.showinternalonly",
          "nodeType": "variable",
          "name": "showInternalOnly",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 289
              },
              "end": {
                "line": 0,
                "character": 305
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:289"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 289
              },
              "end": {
                "line": 0,
                "character": 305
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:289"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 281
                },
                "end": {
                  "line": 0,
                  "character": 288
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:281"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "scope": null
        },
        "customfilter": {
          "id": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string).varParam.customfilter",
          "nodeType": "variable",
          "name": "customFilter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "customFilter",
            "textToLower": "customfilter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 314
              },
              "end": {
                "line": 0,
                "character": 326
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_customFilter_0:314"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "customFilter",
            "textToLower": "customfilter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 314
              },
              "end": {
                "line": 0,
                "character": 326
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_customFilter_0:314"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string)",
          "order": 11,
          "memberOrder": 11,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 307
                },
                "end": {
                  "line": 0,
                  "character": 313
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:307"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. Value must be ConnectApi.FeedType.Record. The ID of a case. Maximum number of comments to return with each feed element. The default value is 3. Maximum number of feed elements per bundle. The default and maximum value is 10. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. An opaque token containing information about the last modified date of the feed. Do not construct this token. Retrieve this token from the updatesToken property of the ConnectApi.FeedElementPage response body.The updatedSince parameter doesn’t return feed elements that are created in the same second as the call.  Specifies whether to show only feed elements from internal (non-community) users (true), or not (false). The default value is false. Custom filter that applies only to the case feed. See customFeedFilter in the Metadata API Developer Guide for supported values.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeeditem(string,string)": {
      "id": "ConnectApi.chatterfeeds.method.getfeeditem(string,string)",
      "nodeType": "method",
      "name": "getFeedItem",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedItem",
        "textToLower": "getfeeditem",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedItem_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 68,
      "memberOrder": 68,
      "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.FeedItem getFeedItem(String communityId, String feedItemId)",
      "overrideSignature": "public static override ConnectApi.FeedItem getFeedItem(String communityId, String feedItemId)",
      "simplifiedSignature": "getFeedItem(String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeeditem.datatype.ConnectApi.FeedItem",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedItem",
        "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.chatterfeeds.getfeeditem",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedItem"
      },
      "description": "Get a feed item.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditem(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": 53
              },
              "end": {
                "line": 0,
                "character": 64
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:53"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 53
              },
              "end": {
                "line": 0,
                "character": 64
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:53"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditem(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditem.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 46
                },
                "end": {
                  "line": 0,
                  "character": 52
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:46"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feeditemid": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditem(string,string).varParam.feeditemid",
          "nodeType": "variable",
          "name": "feedItemId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedItemId",
            "textToLower": "feeditemid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 73
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedItemId_0:73"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedItemId",
            "textToLower": "feeditemid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 73
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedItemId_0:73"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditem(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditem.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.chatterfeeds.getfeeditem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a feed item.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeeditembatch(string,list<string>)": {
      "id": "ConnectApi.chatterfeeds.method.getfeeditembatch(string,list<string>)",
      "nodeType": "method",
      "name": "getFeedItemBatch",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedItemBatch",
        "textToLower": "getfeeditembatch",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedItemBatch_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 69,
      "memberOrder": 69,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.BatchResult[] getFeedItemBatch(String communityId, List<String> feedItemIds)",
      "overrideSignature": "public static override ConnectApi.BatchResult[] getFeedItemBatch(String communityId, List<String> feedItemIds)",
      "simplifiedSignature": "getFeedItemBatch(String,List<String>)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeeditembatch.datatype.ConnectApi.BatchResult[]",
        "nodeType": "datatype",
        "name": "ConnectApi.BatchResult[]",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.getfeeditembatch",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.BatchResult[]"
      },
      "description": "Get a list of feed items.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditembatch(string,list<string>).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 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.chatterfeeds.method.getfeeditembatch(string,list<string>)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditembatch.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.chatterfeeds.getfeeditembatch",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feeditemids": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditembatch(string,list<string>).varParam.feeditemids",
          "nodeType": "variable",
          "name": "feedItemIds",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedItemIds",
            "textToLower": "feeditemids",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 89
              },
              "end": {
                "line": 0,
                "character": 100
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedItemIds_0:89"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedItemIds",
            "textToLower": "feeditemids",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 89
              },
              "end": {
                "line": 0,
                "character": 100
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedItemIds_0:89"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditembatch(string,list<string>)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditembatch.datatype.List<String>",
            "nodeType": "datatype",
            "name": "List<String>",
            "startToken": {
              "type": "datatype.collection",
              "text": "List",
              "textToLower": "list",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 76
                },
                "end": {
                  "line": 0,
                  "character": 80
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_List_0:76"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditembatch",
            "order": 0,
            "memberOrder": 0,
            "type": "List",
            "value": {
              "id": "ConnectApi.chatterfeeds.getfeeditembatch.datatype.List<String>.value.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"
              },
              "order": 0,
              "memberOrder": 0,
              "type": "String"
            }
          },
          "description": "Use either the ID for a community, internal, or null. A list of up to 500 feed item IDs.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeeditemsfromfeed(string,connectapi.feedtype)": {
      "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype)",
      "nodeType": "method",
      "name": "getFeedItemsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedItemsFromFeed",
        "textToLower": "getfeeditemsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedItemsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 70,
      "memberOrder": 70,
      "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.FeedItemPage getFeedItemsFromFeed(String communityId, ConnectApi.FeedType feedType)",
      "overrideSignature": "public static override ConnectApi.FeedItemPage getFeedItemsFromFeed(String communityId, ConnectApi.FeedType feedType)",
      "simplifiedSignature": "getFeedItemsFromFeed(String,ConnectApi.FeedType)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.datatype.ConnectApi.FeedItemPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedItemPage",
        "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.chatterfeeds.getfeeditemsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedItemPage"
      },
      "description": "Get feed items from the Company, Home, and Moderation feeds.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype).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.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.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.chatterfeeds.getfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 99
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:99"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 99
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:99"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 79
                },
                "end": {
                  "line": 0,
                  "character": 89
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:79"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values are Company, DirectMessageModeration, DirectMessages, Home, Moderation, and PendingReview.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder)": {
      "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder)",
      "nodeType": "method",
      "name": "getFeedItemsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedItemsFromFeed",
        "textToLower": "getfeeditemsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedItemsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 71,
      "memberOrder": 71,
      "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.FeedItemPage getFeedItemsFromFeed(String communityId, ConnectApi.FeedType feedType, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam)",
      "overrideSignature": "public static override ConnectApi.FeedItemPage getFeedItemsFromFeed(String communityId, ConnectApi.FeedType feedType, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam)",
      "simplifiedSignature": "getFeedItemsFromFeed(String,ConnectApi.FeedType,String,Integer,ConnectApi.FeedSortOrder)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.datatype.ConnectApi.FeedItemPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedItemPage",
        "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.chatterfeeds.getfeeditemsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedItemPage"
      },
      "description": "Get a page of sorted feed items from the Company, Home, and Moderation feeds.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder).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.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.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.chatterfeeds.getfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 99
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:99"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 99
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:99"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 79
                },
                "end": {
                  "line": 0,
                  "character": 89
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:79"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 116
              },
              "end": {
                "line": 0,
                "character": 125
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:116"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 116
              },
              "end": {
                "line": 0,
                "character": 125
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:116"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 109
                },
                "end": {
                  "line": 0,
                  "character": 115
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:109"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 135
              },
              "end": {
                "line": 0,
                "character": 143
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:135"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 135
              },
              "end": {
                "line": 0,
                "character": 143
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:135"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 127
                },
                "end": {
                  "line": 0,
                  "character": 134
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:127"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 170
              },
              "end": {
                "line": 0,
                "character": 179
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:170"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 170
              },
              "end": {
                "line": 0,
                "character": 179
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:170"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 145
                },
                "end": {
                  "line": 0,
                  "character": 155
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:145"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values are Company, DirectMessageModeration, DirectMessages, Home, Moderation, and PendingReview. The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   Sorts the returned feed by the most recently created feed item, or by the most recently modified feed item. If you pass in null, the default value CreatedDateDesc is used.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeeditemsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)": {
      "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
      "nodeType": "method",
      "name": "getFeedItemsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedItemsFromFeed",
        "textToLower": "getfeeditemsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedItemsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 72,
      "memberOrder": 72,
      "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.FeedItemPage getFeedItemsFromFeed(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam)",
      "overrideSignature": "public static override ConnectApi.FeedItemPage getFeedItemsFromFeed(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam)",
      "simplifiedSignature": "getFeedItemsFromFeed(String,ConnectApi.FeedType,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.datatype.ConnectApi.FeedItemPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedItemPage",
        "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.chatterfeeds.getfeeditemsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedItemPage"
      },
      "description": "Get a page of sorted feed items from the Company, Home, and Moderation feeds. Each feed item contains no more than the specified number of comments.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).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.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.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.chatterfeeds.getfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 99
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:99"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 99
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:99"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 79
                },
                "end": {
                  "line": 0,
                  "character": 89
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:79"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 117
              },
              "end": {
                "line": 0,
                "character": 135
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:117"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 117
              },
              "end": {
                "line": 0,
                "character": 135
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:117"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 109
                },
                "end": {
                  "line": 0,
                  "character": 116
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:109"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 160
              },
              "end": {
                "line": 0,
                "character": 167
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:160"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 160
              },
              "end": {
                "line": 0,
                "character": 167
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:160"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 137
                },
                "end": {
                  "line": 0,
                  "character": 147
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:137"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 176
              },
              "end": {
                "line": 0,
                "character": 185
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:176"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 176
              },
              "end": {
                "line": 0,
                "character": 185
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:176"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 169
                },
                "end": {
                  "line": 0,
                  "character": 175
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:169"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 195
              },
              "end": {
                "line": 0,
                "character": 203
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:195"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 195
              },
              "end": {
                "line": 0,
                "character": 203
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:195"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 187
                },
                "end": {
                  "line": 0,
                  "character": 194
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:187"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 230
              },
              "end": {
                "line": 0,
                "character": 239
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:230"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 230
              },
              "end": {
                "line": 0,
                "character": 239
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:230"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 205
                },
                "end": {
                  "line": 0,
                  "character": 215
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:205"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values are Company, DirectMessageModeration, DirectMessages, Home, Moderation, and PendingReview. The maximum number of comments to return with each feed item. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   Sorts the returned feed by the most recently created feed item, or by the most recently modified feed item. If you pass in null, the default value CreatedDateDesc is used.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeeditemsfromfeed(string,connectapi.feedtype,string)": {
      "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string)",
      "nodeType": "method",
      "name": "getFeedItemsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedItemsFromFeed",
        "textToLower": "getfeeditemsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedItemsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 73,
      "memberOrder": 73,
      "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.FeedItemPage getFeedItemsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId)",
      "overrideSignature": "public static override ConnectApi.FeedItemPage getFeedItemsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId)",
      "simplifiedSignature": "getFeedItemsFromFeed(String,ConnectApi.FeedType,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.datatype.ConnectApi.FeedItemPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedItemPage",
        "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.chatterfeeds.getfeeditemsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedItemPage"
      },
      "description": "Get feed items from a feed for a user or record.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,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.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.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.chatterfeeds.getfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 99
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:99"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 99
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:99"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 79
                },
                "end": {
                  "line": 0,
                  "character": 89
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:79"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 116
              },
              "end": {
                "line": 0,
                "character": 125
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:116"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 116
              },
              "end": {
                "line": 0,
                "character": 125
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:116"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 109
                },
                "end": {
                  "line": 0,
                  "character": 115
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:109"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values include every ConnectApi.FeedType except Company, DirectMessageModeration, DirectMessages, Filter, Home, Landing, Moderation, and PendingReview. If feedType is Record, subjectId can be any record ID, including a group ID. If feedType is Streams, subjectId must be a stream ID. If feedType is Topics, subjectId must be a topic ID. If feedType is UserProfile, subjectId can be any user ID. If the feedType is any other value, subjectId must be the ID of the context user or the alias me.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeeditemsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder)": {
      "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder)",
      "nodeType": "method",
      "name": "getFeedItemsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedItemsFromFeed",
        "textToLower": "getfeeditemsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedItemsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 74,
      "memberOrder": 74,
      "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.FeedItemPage getFeedItemsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam)",
      "overrideSignature": "public static override ConnectApi.FeedItemPage getFeedItemsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam)",
      "simplifiedSignature": "getFeedItemsFromFeed(String,ConnectApi.FeedType,String,String,Integer,ConnectApi.FeedSortOrder)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.datatype.ConnectApi.FeedItemPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedItemPage",
        "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.chatterfeeds.getfeeditemsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedItemPage"
      },
      "description": "Get a page of sorted feed items from a feed for a user or record.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder).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.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.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.chatterfeeds.getfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 99
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:99"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 99
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:99"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 79
                },
                "end": {
                  "line": 0,
                  "character": 89
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:79"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 116
              },
              "end": {
                "line": 0,
                "character": 125
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:116"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 116
              },
              "end": {
                "line": 0,
                "character": 125
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:116"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 109
                },
                "end": {
                  "line": 0,
                  "character": 115
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:109"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 134
              },
              "end": {
                "line": 0,
                "character": 143
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:134"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 134
              },
              "end": {
                "line": 0,
                "character": 143
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:134"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 127
                },
                "end": {
                  "line": 0,
                  "character": 133
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:127"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 153
              },
              "end": {
                "line": 0,
                "character": 161
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:153"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 153
              },
              "end": {
                "line": 0,
                "character": 161
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:153"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 145
                },
                "end": {
                  "line": 0,
                  "character": 152
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:145"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 188
              },
              "end": {
                "line": 0,
                "character": 197
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:188"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 188
              },
              "end": {
                "line": 0,
                "character": 197
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:188"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 163
                },
                "end": {
                  "line": 0,
                  "character": 173
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:163"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values include every ConnectApi.FeedType except Company, DirectMessageModeration, DirectMessages, Filter, Home, Landing, Moderation, and PendingReview. If feedType is Record, subjectId can be any record ID, including a group ID. If feedType is Streams, subjectId must be a stream ID. If feedType is Topics, subjectId must be a topic ID. If feedType is UserProfile, subjectId can be any user ID. If the feedType is any other value, subjectId must be the ID of the context user or the alias me. The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   Sorts the returned feed by the most recently created feed item, or by the most recently modified feed item. If you pass in null, the default value CreatedDateDesc is used.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)": {
      "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
      "nodeType": "method",
      "name": "getFeedItemsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedItemsFromFeed",
        "textToLower": "getfeeditemsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedItemsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 75,
      "memberOrder": 75,
      "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.FeedItemPage getFeedItemsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam)",
      "overrideSignature": "public static override ConnectApi.FeedItemPage getFeedItemsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam)",
      "simplifiedSignature": "getFeedItemsFromFeed(String,ConnectApi.FeedType,String,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.datatype.ConnectApi.FeedItemPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedItemPage",
        "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.chatterfeeds.getfeeditemsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedItemPage"
      },
      "description": "Get a page of sorted feed items from a feed for a user or record. Each feed item includes no more than the specified number of comments.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).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.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.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.chatterfeeds.getfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 99
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:99"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 99
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:99"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 79
                },
                "end": {
                  "line": 0,
                  "character": 89
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:79"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 116
              },
              "end": {
                "line": 0,
                "character": 125
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:116"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 116
              },
              "end": {
                "line": 0,
                "character": 125
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:116"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 109
                },
                "end": {
                  "line": 0,
                  "character": 115
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:109"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 135
              },
              "end": {
                "line": 0,
                "character": 153
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:135"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 135
              },
              "end": {
                "line": 0,
                "character": 153
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:135"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 127
                },
                "end": {
                  "line": 0,
                  "character": 134
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:127"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 178
              },
              "end": {
                "line": 0,
                "character": 185
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:178"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 178
              },
              "end": {
                "line": 0,
                "character": 185
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:178"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 155
                },
                "end": {
                  "line": 0,
                  "character": 165
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:155"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 194
              },
              "end": {
                "line": 0,
                "character": 203
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:194"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 194
              },
              "end": {
                "line": 0,
                "character": 203
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:194"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 187
                },
                "end": {
                  "line": 0,
                  "character": 193
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:187"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 213
              },
              "end": {
                "line": 0,
                "character": 221
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:213"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 213
              },
              "end": {
                "line": 0,
                "character": 221
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:213"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 205
                },
                "end": {
                  "line": 0,
                  "character": 212
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:205"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 248
              },
              "end": {
                "line": 0,
                "character": 257
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:248"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 248
              },
              "end": {
                "line": 0,
                "character": 257
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:248"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 223
                },
                "end": {
                  "line": 0,
                  "character": 233
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:223"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values include every ConnectApi.FeedType except Company, DirectMessageModeration, DirectMessages, Filter, Home, Landing, Moderation, and PendingReview. If feedType is Record, subjectId can be any record ID, including a group ID. If feedType is Streams, subjectId must be a stream ID. If feedType is Topics, subjectId must be a topic ID. If feedType is UserProfile, subjectId can be any user ID. If the feedType is any other value, subjectId must be the ID of the context user or the alias me. The maximum number of comments to return with each feed item. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   Sorts the returned feed by the most recently created feed item, or by the most recently modified feed item. If you pass in null, the default value CreatedDateDesc is used.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean)": {
      "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean)",
      "nodeType": "method",
      "name": "getFeedItemsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedItemsFromFeed",
        "textToLower": "getfeeditemsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedItemsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 76,
      "memberOrder": 76,
      "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.FeedItemPage getFeedItemsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, Boolean showInternalOnly)",
      "overrideSignature": "public static override ConnectApi.FeedItemPage getFeedItemsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, Boolean showInternalOnly)",
      "simplifiedSignature": "getFeedItemsFromFeed(String,ConnectApi.FeedType,String,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,Boolean)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.datatype.ConnectApi.FeedItemPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedItemPage",
        "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.chatterfeeds.getfeeditemsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedItemPage"
      },
      "description": "Get a page of sorted feed items from a record feed for a user or record. Each feed item includes no more than the specified number of comments. Specify whether to return feed items posted by internal (non-community) users only.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean).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.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.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.chatterfeeds.getfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 99
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:99"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 99
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:99"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 79
                },
                "end": {
                  "line": 0,
                  "character": 89
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:79"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 116
              },
              "end": {
                "line": 0,
                "character": 125
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:116"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 116
              },
              "end": {
                "line": 0,
                "character": 125
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:116"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 109
                },
                "end": {
                  "line": 0,
                  "character": 115
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:109"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 135
              },
              "end": {
                "line": 0,
                "character": 153
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:135"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 135
              },
              "end": {
                "line": 0,
                "character": 153
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:135"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 127
                },
                "end": {
                  "line": 0,
                  "character": 134
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:127"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 178
              },
              "end": {
                "line": 0,
                "character": 185
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:178"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 178
              },
              "end": {
                "line": 0,
                "character": 185
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:178"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 155
                },
                "end": {
                  "line": 0,
                  "character": 165
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:155"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 194
              },
              "end": {
                "line": 0,
                "character": 203
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:194"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 194
              },
              "end": {
                "line": 0,
                "character": 203
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:194"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 187
                },
                "end": {
                  "line": 0,
                  "character": 193
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:187"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 213
              },
              "end": {
                "line": 0,
                "character": 221
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:213"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 213
              },
              "end": {
                "line": 0,
                "character": 221
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:213"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 205
                },
                "end": {
                  "line": 0,
                  "character": 212
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:205"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 248
              },
              "end": {
                "line": 0,
                "character": 257
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:248"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 248
              },
              "end": {
                "line": 0,
                "character": 257
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:248"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 223
                },
                "end": {
                  "line": 0,
                  "character": 233
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:223"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "showinternalonly": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean).varParam.showinternalonly",
          "nodeType": "variable",
          "name": "showInternalOnly",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 267
              },
              "end": {
                "line": 0,
                "character": 283
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:267"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 267
              },
              "end": {
                "line": 0,
                "character": 283
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:267"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfeed.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 259
                },
                "end": {
                  "line": 0,
                  "character": 266
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:259"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "description": "Use either the ID for a community, internal, or null. Value must be ConnectApi.FeedType.Record. Any record ID, including a group ID. The maximum number of comments to return with each feed item. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   Sorts the returned feed by the most recently created feed item, or by the most recently modified feed item. If you pass in null, the default value CreatedDateDesc is used. Specifies whether to show only feed items from internal (non-community) users (true), or not (false). The default value is false.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeeditemsfromfilterfeed(string,string,string)": {
      "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeed(string,string,string)",
      "nodeType": "method",
      "name": "getFeedItemsFromFilterFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedItemsFromFilterFeed",
        "textToLower": "getfeeditemsfromfilterfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedItemsFromFilterFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 77,
      "memberOrder": 77,
      "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.FeedItemPage getFeedItemsFromFilterFeed(String communityId, String subjectId, String keyPrefix)",
      "overrideSignature": "public static override ConnectApi.FeedItemPage getFeedItemsFromFilterFeed(String communityId, String subjectId, String keyPrefix)",
      "simplifiedSignature": "getFeedItemsFromFilterFeed(String,String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeed.datatype.ConnectApi.FeedItemPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedItemPage",
        "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.chatterfeeds.getfeeditemsfromfilterfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedItemPage"
      },
      "description": "Get feed items from a feed filtered by a key prefix for a user.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeed(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": 72
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:72"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:72"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeed(string,string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeed.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.chatterfeeds.getfeeditemsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeed(string,string,string).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 92
              },
              "end": {
                "line": 0,
                "character": 101
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:92"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 92
              },
              "end": {
                "line": 0,
                "character": 101
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:92"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeed(string,string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeed.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.chatterfeeds.getfeeditemsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "keyprefix": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeed(string,string,string).varParam.keyprefix",
          "nodeType": "variable",
          "name": "keyPrefix",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 110
              },
              "end": {
                "line": 0,
                "character": 119
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:110"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 110
              },
              "end": {
                "line": 0,
                "character": 119
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:110"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeed(string,string,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 103
                },
                "end": {
                  "line": 0,
                  "character": 109
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:103"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the context user or the alias me. A key prefix that specifies record type. A key prefix is the first three characters in the object ID, which specifies the object type. For example, User objects have a prefix of 005 and Group objects have a prefix of 0F9.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeeditemsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder)": {
      "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder)",
      "nodeType": "method",
      "name": "getFeedItemsFromFilterFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedItemsFromFilterFeed",
        "textToLower": "getfeeditemsfromfilterfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedItemsFromFilterFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 78,
      "memberOrder": 78,
      "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.FeedItemPage getFeedItemsFromFilterFeed(String communityId, String subjectId, String keyPrefix, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam)",
      "overrideSignature": "public static override ConnectApi.FeedItemPage getFeedItemsFromFilterFeed(String communityId, String subjectId, String keyPrefix, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam)",
      "simplifiedSignature": "getFeedItemsFromFilterFeed(String,String,String,String,Integer,ConnectApi.FeedSortOrder)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeed.datatype.ConnectApi.FeedItemPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedItemPage",
        "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.chatterfeeds.getfeeditemsfromfilterfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedItemPage"
      },
      "description": "Get a page of sorted feed items from a feed filtered by a key prefix for a user.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:72"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:72"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeed.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.chatterfeeds.getfeeditemsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 92
              },
              "end": {
                "line": 0,
                "character": 101
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:92"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 92
              },
              "end": {
                "line": 0,
                "character": 101
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:92"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeed.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.chatterfeeds.getfeeditemsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "keyprefix": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder).varParam.keyprefix",
          "nodeType": "variable",
          "name": "keyPrefix",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 110
              },
              "end": {
                "line": 0,
                "character": 119
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:110"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 110
              },
              "end": {
                "line": 0,
                "character": 119
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:110"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 103
                },
                "end": {
                  "line": 0,
                  "character": 109
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:103"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 128
              },
              "end": {
                "line": 0,
                "character": 137
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:128"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 128
              },
              "end": {
                "line": 0,
                "character": 137
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:128"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 121
                },
                "end": {
                  "line": 0,
                  "character": 127
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:121"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 147
              },
              "end": {
                "line": 0,
                "character": 155
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:147"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 147
              },
              "end": {
                "line": 0,
                "character": 155
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:147"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 139
                },
                "end": {
                  "line": 0,
                  "character": 146
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:139"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 182
              },
              "end": {
                "line": 0,
                "character": 191
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:182"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 182
              },
              "end": {
                "line": 0,
                "character": 191
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:182"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 157
                },
                "end": {
                  "line": 0,
                  "character": 167
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:157"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the context user or the alias me. A key prefix that specifies record type. A key prefix is the first three characters in the object ID, which specifies the object type. For example, User objects have a prefix of 005 and Group objects have a prefix of 0F9. The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   Sorts the returned feed by the most recently created feed item, or by the most recently modified feed item. If you pass in null, the default value CreatedDateDesc is used.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeeditemsfromfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)": {
      "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
      "nodeType": "method",
      "name": "getFeedItemsFromFilterFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedItemsFromFilterFeed",
        "textToLower": "getfeeditemsfromfilterfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedItemsFromFilterFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 79,
      "memberOrder": 79,
      "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.FeedItemPage getFeedItemsFromFilterFeed(String communityId, String subjectId, String keyPrefix, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam)",
      "overrideSignature": "public static override ConnectApi.FeedItemPage getFeedItemsFromFilterFeed(String communityId, String subjectId, String keyPrefix, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam)",
      "simplifiedSignature": "getFeedItemsFromFilterFeed(String,String,String,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeed.datatype.ConnectApi.FeedItemPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedItemPage",
        "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.chatterfeeds.getfeeditemsfromfilterfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedItemPage"
      },
      "description": "Get a page of sorted feed items from a feed filtered by a key prefix for a user. Each feed item contains no more than the specified number of comments.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:72"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:72"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeed.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.chatterfeeds.getfeeditemsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 92
              },
              "end": {
                "line": 0,
                "character": 101
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:92"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 92
              },
              "end": {
                "line": 0,
                "character": 101
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:92"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeed.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.chatterfeeds.getfeeditemsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "keyprefix": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).varParam.keyprefix",
          "nodeType": "variable",
          "name": "keyPrefix",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 110
              },
              "end": {
                "line": 0,
                "character": 119
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:110"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 110
              },
              "end": {
                "line": 0,
                "character": 119
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:110"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 103
                },
                "end": {
                  "line": 0,
                  "character": 109
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:103"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 129
              },
              "end": {
                "line": 0,
                "character": 147
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:129"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 129
              },
              "end": {
                "line": 0,
                "character": 147
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:129"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 121
                },
                "end": {
                  "line": 0,
                  "character": 128
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:121"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 172
              },
              "end": {
                "line": 0,
                "character": 179
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:172"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 172
              },
              "end": {
                "line": 0,
                "character": 179
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:172"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 149
                },
                "end": {
                  "line": 0,
                  "character": 159
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:149"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 188
              },
              "end": {
                "line": 0,
                "character": 197
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:188"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 188
              },
              "end": {
                "line": 0,
                "character": 197
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:188"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 181
                },
                "end": {
                  "line": 0,
                  "character": 187
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:181"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 207
              },
              "end": {
                "line": 0,
                "character": 215
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:207"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 207
              },
              "end": {
                "line": 0,
                "character": 215
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:207"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 199
                },
                "end": {
                  "line": 0,
                  "character": 206
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:199"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 242
              },
              "end": {
                "line": 0,
                "character": 251
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:242"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 242
              },
              "end": {
                "line": 0,
                "character": 251
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:242"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 217
                },
                "end": {
                  "line": 0,
                  "character": 227
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:217"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the context user or the alias me. A key prefix that specifies record type. A key prefix is the first three characters in the object ID, which specifies the object type. For example, User objects have a prefix of 005 and Group objects have a prefix of 0F9. The maximum number of comments to return with each feed item. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   Sorts the returned feed by the most recently created feed item, or by the most recently modified feed item. If you pass in null, the default value CreatedDateDesc is used.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeeditemsfromfilterfeedupdatedsince(string,string,string,integer,connectapi.feeddensity,string,integer,string)": {
      "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeedupdatedsince(string,string,string,integer,connectapi.feeddensity,string,integer,string)",
      "nodeType": "method",
      "name": "getFeedItemsFromFilterFeedUpdatedSince",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedItemsFromFilterFeedUpdatedSince",
        "textToLower": "getfeeditemsfromfilterfeedupdatedsince",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedItemsFromFilterFeedUpdatedSince_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 80,
      "memberOrder": 80,
      "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.FeedItemPage getFeedItemsFromFilterFeedUpdatedSince(String communityId, String subjectId, String keyPrefix, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince)",
      "overrideSignature": "public static override ConnectApi.FeedItemPage getFeedItemsFromFilterFeedUpdatedSince(String communityId, String subjectId, String keyPrefix, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince)",
      "simplifiedSignature": "getFeedItemsFromFilterFeedUpdatedSince(String,String,String,Integer,ConnectApi.FeedDensity,String,Integer,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeedupdatedsince.datatype.ConnectApi.FeedItemPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedItemPage",
        "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.chatterfeeds.getfeeditemsfromfilterfeedupdatedsince",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedItemPage"
      },
      "description": "Get a page of feed items from a feed filtered by a key prefix for a user. Include only feed items that have been updated since the time specified in the updatedSince parameter.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeedupdatedsince(string,string,string,integer,connectapi.feeddensity,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": 84
              },
              "end": {
                "line": 0,
                "character": 95
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:84"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 84
              },
              "end": {
                "line": 0,
                "character": 95
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:84"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeedupdatedsince(string,string,string,integer,connectapi.feeddensity,string,integer,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeedupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 77
                },
                "end": {
                  "line": 0,
                  "character": 83
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:77"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeedupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeedupdatedsince(string,string,string,integer,connectapi.feeddensity,string,integer,string).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 104
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:104"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 104
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:104"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeedupdatedsince(string,string,string,integer,connectapi.feeddensity,string,integer,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeedupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 97
                },
                "end": {
                  "line": 0,
                  "character": 103
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:97"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeedupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "keyprefix": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeedupdatedsince(string,string,string,integer,connectapi.feeddensity,string,integer,string).varParam.keyprefix",
          "nodeType": "variable",
          "name": "keyPrefix",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 122
              },
              "end": {
                "line": 0,
                "character": 131
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:122"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 122
              },
              "end": {
                "line": 0,
                "character": 131
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:122"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeedupdatedsince(string,string,string,integer,connectapi.feeddensity,string,integer,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeedupdatedsince.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.chatterfeeds.getfeeditemsfromfilterfeedupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeedupdatedsince(string,string,string,integer,connectapi.feeddensity,string,integer,string).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 141
              },
              "end": {
                "line": 0,
                "character": 159
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:141"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 141
              },
              "end": {
                "line": 0,
                "character": 159
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:141"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeedupdatedsince(string,string,string,integer,connectapi.feeddensity,string,integer,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeedupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 133
                },
                "end": {
                  "line": 0,
                  "character": 140
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:133"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeedupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeedupdatedsince(string,string,string,integer,connectapi.feeddensity,string,integer,string).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 184
              },
              "end": {
                "line": 0,
                "character": 191
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:184"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 184
              },
              "end": {
                "line": 0,
                "character": 191
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:184"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeedupdatedsince(string,string,string,integer,connectapi.feeddensity,string,integer,string)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeedupdatedsince.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 161
                },
                "end": {
                  "line": 0,
                  "character": 171
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:161"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeedupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeedupdatedsince(string,string,string,integer,connectapi.feeddensity,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": 200
              },
              "end": {
                "line": 0,
                "character": 209
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:200"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 200
              },
              "end": {
                "line": 0,
                "character": 209
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:200"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeedupdatedsince(string,string,string,integer,connectapi.feeddensity,string,integer,string)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeedupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 193
                },
                "end": {
                  "line": 0,
                  "character": 199
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:193"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeedupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeedupdatedsince(string,string,string,integer,connectapi.feeddensity,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": 219
              },
              "end": {
                "line": 0,
                "character": 227
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:219"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 219
              },
              "end": {
                "line": 0,
                "character": 227
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:219"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeedupdatedsince(string,string,string,integer,connectapi.feeddensity,string,integer,string)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeedupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 211
                },
                "end": {
                  "line": 0,
                  "character": 218
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:211"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeedupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "updatedsince": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeedupdatedsince(string,string,string,integer,connectapi.feeddensity,string,integer,string).varParam.updatedsince",
          "nodeType": "variable",
          "name": "updatedSince",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 236
              },
              "end": {
                "line": 0,
                "character": 248
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:236"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 236
              },
              "end": {
                "line": 0,
                "character": 248
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:236"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsfromfilterfeedupdatedsince(string,string,string,integer,connectapi.feeddensity,string,integer,string)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeedupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 229
                },
                "end": {
                  "line": 0,
                  "character": 235
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:229"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsfromfilterfeedupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the context user or the alias me. A key prefix that specifies record type. A key prefix is the first three characters in the object ID, which specifies the object type. For example, User objects have a prefix of 005 and Group objects have a prefix of 0F9. The maximum number of comments to return with each feed item. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. An opaque token containing information about the last modified date of the feed. Do not construct this token. To retrieve this token, call getFeedItemsFromFilterFeed and take the value from the updatesToken property of the ConnectApi.FeedItemPage response body.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeeditemsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string)": {
      "id": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string)",
      "nodeType": "method",
      "name": "getFeedItemsUpdatedSince",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedItemsUpdatedSince",
        "textToLower": "getfeeditemsupdatedsince",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedItemsUpdatedSince_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 81,
      "memberOrder": 81,
      "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.FeedItemPage getFeedItemsUpdatedSince(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince)",
      "overrideSignature": "public static override ConnectApi.FeedItemPage getFeedItemsUpdatedSince(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince)",
      "simplifiedSignature": "getFeedItemsUpdatedSince(String,ConnectApi.FeedType,Integer,ConnectApi.FeedDensity,String,Integer,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeeditemsupdatedsince.datatype.ConnectApi.FeedItemPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedItemPage",
        "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.chatterfeeds.getfeeditemsupdatedsince",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedItemPage"
      },
      "description": "Get a page of feed items from the Company, Home, and Moderation feeds. Include only feed items that have been updated since the time specified in the updatedSince parameter. Each feed item contains no more than the specified number of comments.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,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": 70
              },
              "end": {
                "line": 0,
                "character": 81
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:70"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 70
              },
              "end": {
                "line": 0,
                "character": 81
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:70"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 63
                },
                "end": {
                  "line": 0,
                  "character": 69
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:63"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 103
              },
              "end": {
                "line": 0,
                "character": 111
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:103"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 103
              },
              "end": {
                "line": 0,
                "character": 111
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:103"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsupdatedsince.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 83
                },
                "end": {
                  "line": 0,
                  "character": 93
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:83"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 121
              },
              "end": {
                "line": 0,
                "character": 139
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:121"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 121
              },
              "end": {
                "line": 0,
                "character": 139
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:121"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 113
                },
                "end": {
                  "line": 0,
                  "character": 120
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:113"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 164
              },
              "end": {
                "line": 0,
                "character": 171
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:164"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 164
              },
              "end": {
                "line": 0,
                "character": 171
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:164"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsupdatedsince.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 141
                },
                "end": {
                  "line": 0,
                  "character": 151
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:141"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,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": 180
              },
              "end": {
                "line": 0,
                "character": 189
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:180"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 180
              },
              "end": {
                "line": 0,
                "character": 189
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:180"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 173
                },
                "end": {
                  "line": 0,
                  "character": 179
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:173"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,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": 199
              },
              "end": {
                "line": 0,
                "character": 207
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:199"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 199
              },
              "end": {
                "line": 0,
                "character": 207
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:199"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 191
                },
                "end": {
                  "line": 0,
                  "character": 198
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:191"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "updatedsince": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string).varParam.updatedsince",
          "nodeType": "variable",
          "name": "updatedSince",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 216
              },
              "end": {
                "line": 0,
                "character": 228
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:216"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 216
              },
              "end": {
                "line": 0,
                "character": 228
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:216"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeeditemsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 209
                },
                "end": {
                  "line": 0,
                  "character": 215
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:209"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeeditemsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values are Company, DirectMessageModeration, DirectMessages, Home, Moderation, and PendingReview. The maximum number of comments to return with each feed item. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. An opaque token containing information about the last modified date of the feed. Do not construct this token. Retrieve this token from the updatesToken property of the ConnectApi.FeedItemPage response body.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string)": {
      "id": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string)",
      "nodeType": "method",
      "name": "getFeedItemsUpdatedSince",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "",
        "textToLower": "",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function__-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 82,
      "memberOrder": 82,
      "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.FeedItemPage getFeedItemsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince)",
      "overrideSignature": "public static override ConnectApi.FeedItemPage getFeedItemsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince)",
      "simplifiedSignature": "getFeedItemsUpdatedSince(String,ConnectApi.FeedType,String,Integer,ConnectApi.FeedDensity,String,Integer,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds..datatype.ConnectApi.FeedItemPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedItemPage",
        "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.chatterfeeds.",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedItemPage"
      },
      "description": "Get a page of feed items from the Files, Groups, News, People, and Record feeds. Include only feed items that have been updated since the time specified in the updatedSince parameter. Each feed item contains no more than the specified number of comments.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,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": 70
              },
              "end": {
                "line": 0,
                "character": 81
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:70"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 70
              },
              "end": {
                "line": 0,
                "character": 81
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:70"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 63
                },
                "end": {
                  "line": 0,
                  "character": 69
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:63"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 103
              },
              "end": {
                "line": 0,
                "character": 111
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:103"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 103
              },
              "end": {
                "line": 0,
                "character": 111
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:103"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 83
                },
                "end": {
                  "line": 0,
                  "character": 93
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:83"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 120
              },
              "end": {
                "line": 0,
                "character": 129
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:120"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 120
              },
              "end": {
                "line": 0,
                "character": 129
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:120"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 113
                },
                "end": {
                  "line": 0,
                  "character": 119
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:113"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 139
              },
              "end": {
                "line": 0,
                "character": 157
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:139"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 139
              },
              "end": {
                "line": 0,
                "character": 157
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:139"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 131
                },
                "end": {
                  "line": 0,
                  "character": 138
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:131"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 182
              },
              "end": {
                "line": 0,
                "character": 189
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:182"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 182
              },
              "end": {
                "line": 0,
                "character": 189
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:182"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 159
                },
                "end": {
                  "line": 0,
                  "character": 169
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:159"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,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": 198
              },
              "end": {
                "line": 0,
                "character": 207
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:198"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 198
              },
              "end": {
                "line": 0,
                "character": 207
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:198"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 191
                },
                "end": {
                  "line": 0,
                  "character": 197
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:191"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,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": 217
              },
              "end": {
                "line": 0,
                "character": 225
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:217"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 217
              },
              "end": {
                "line": 0,
                "character": 225
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:217"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 209
                },
                "end": {
                  "line": 0,
                  "character": 216
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:209"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "updatedsince": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string).varParam.updatedsince",
          "nodeType": "variable",
          "name": "updatedSince",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 234
              },
              "end": {
                "line": 0,
                "character": 246
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:234"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 234
              },
              "end": {
                "line": 0,
                "character": 246
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:234"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 227
                },
                "end": {
                  "line": 0,
                  "character": 233
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:227"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. One of these values: Files  Groups  News  People  Record    If feedType is ConnectApi.Record, subjectId can be any record ID, including a group ID. Otherwise, it must be the context user or the alias me. The maximum number of comments to return with each feed item. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. An opaque token containing information about the last modified date of the feed. Do not construct this token. Retrieve this token from the updatesToken property of the ConnectApi.FeedItemPage response body.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean)": {
      "id": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean)",
      "nodeType": "method",
      "name": "getFeedItemsUpdatedSince",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "",
        "textToLower": "",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function__-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 83,
      "memberOrder": 83,
      "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.FeedItemPage getFeedItemsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, Boolean showInternalOnly)",
      "overrideSignature": "public static override ConnectApi.FeedItemPage getFeedItemsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, Boolean showInternalOnly)",
      "simplifiedSignature": "getFeedItemsUpdatedSince(String,ConnectApi.FeedType,String,Integer,ConnectApi.FeedDensity,String,Integer,String,Boolean)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds..datatype.ConnectApi.FeedItemPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedItemPage",
        "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.chatterfeeds.",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedItemPage"
      },
      "description": "Get a page of feed items from a record feed. Include only feed items that have been updated since the time specified in the updatedSince parameter. Specify whether to return feed items posted by internal (non-community) users only.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,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": 70
              },
              "end": {
                "line": 0,
                "character": 81
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:70"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 70
              },
              "end": {
                "line": 0,
                "character": 81
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:70"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 63
                },
                "end": {
                  "line": 0,
                  "character": 69
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:63"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 103
              },
              "end": {
                "line": 0,
                "character": 111
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:103"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 103
              },
              "end": {
                "line": 0,
                "character": 111
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:103"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 83
                },
                "end": {
                  "line": 0,
                  "character": 93
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:83"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 120
              },
              "end": {
                "line": 0,
                "character": 129
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:120"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 120
              },
              "end": {
                "line": 0,
                "character": 129
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:120"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 113
                },
                "end": {
                  "line": 0,
                  "character": 119
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:113"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 139
              },
              "end": {
                "line": 0,
                "character": 157
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:139"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 139
              },
              "end": {
                "line": 0,
                "character": 157
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:139"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 131
                },
                "end": {
                  "line": 0,
                  "character": 138
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:131"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 182
              },
              "end": {
                "line": 0,
                "character": 189
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:182"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 182
              },
              "end": {
                "line": 0,
                "character": 189
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:182"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 159
                },
                "end": {
                  "line": 0,
                  "character": 169
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:159"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 198
              },
              "end": {
                "line": 0,
                "character": 207
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:198"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 198
              },
              "end": {
                "line": 0,
                "character": 207
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:198"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 191
                },
                "end": {
                  "line": 0,
                  "character": 197
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:191"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 217
              },
              "end": {
                "line": 0,
                "character": 225
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:217"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 217
              },
              "end": {
                "line": 0,
                "character": 225
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:217"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 209
                },
                "end": {
                  "line": 0,
                  "character": 216
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:209"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "updatedsince": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean).varParam.updatedsince",
          "nodeType": "variable",
          "name": "updatedSince",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 234
              },
              "end": {
                "line": 0,
                "character": 246
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:234"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 234
              },
              "end": {
                "line": 0,
                "character": 246
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:234"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 227
                },
                "end": {
                  "line": 0,
                  "character": 233
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:227"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "showinternalonly": {
          "id": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean).varParam.showinternalonly",
          "nodeType": "variable",
          "name": "showInternalOnly",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 256
              },
              "end": {
                "line": 0,
                "character": 272
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:256"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 256
              },
              "end": {
                "line": 0,
                "character": 272
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:256"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 248
                },
                "end": {
                  "line": 0,
                  "character": 255
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:248"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "description": "Use either the ID for a community, internal, or null. Value must be ConnectApi.FeedType.Record. Any record ID, including a group ID. The maximum number of comments to return with each feed item. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. An opaque token containing information about the last modified date of the feed. Do not construct this token. Retrieve this token from the updatesToken property of the ConnectApi.FeedItemPage response body. Specifies whether to show only feed items from internal (non-community) users (true), or not (false). The default value is false.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeedpoll(string,string)": {
      "id": "ConnectApi.chatterfeeds.method.getfeedpoll(string,string)",
      "nodeType": "method",
      "name": "getFeedPoll",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedPoll",
        "textToLower": "getfeedpoll",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedPoll_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 84,
      "memberOrder": 84,
      "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.FeedPoll getFeedPoll(String communityId, String feedItemId)",
      "overrideSignature": "public static override ConnectApi.FeedPoll getFeedPoll(String communityId, String feedItemId)",
      "simplifiedSignature": "getFeedPoll(String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeedpoll.datatype.ConnectApi.FeedPoll",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedPoll",
        "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.chatterfeeds.getfeedpoll",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedPoll"
      },
      "description": "Get the poll associated with a feed item.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedpoll(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": 53
              },
              "end": {
                "line": 0,
                "character": 64
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:53"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 53
              },
              "end": {
                "line": 0,
                "character": 64
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:53"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedpoll(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedpoll.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 46
                },
                "end": {
                  "line": 0,
                  "character": 52
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:46"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedpoll",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feeditemid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedpoll(string,string).varParam.feeditemid",
          "nodeType": "variable",
          "name": "feedItemId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedItemId",
            "textToLower": "feeditemid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 73
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedItemId_0:73"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedItemId",
            "textToLower": "feeditemid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 73
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedItemId_0:73"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedpoll(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedpoll.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.chatterfeeds.getfeedpoll",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a feed item.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeedwithfeedelements(string,connectapi.feedtype,integer)": {
      "id": "ConnectApi.chatterfeeds.method.getfeedwithfeedelements(string,connectapi.feedtype,integer)",
      "nodeType": "method",
      "name": "getFeedWithFeedElements",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedWithFeedElements",
        "textToLower": "getfeedwithfeedelements",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedWithFeedElements_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 85,
      "memberOrder": 85,
      "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.Feed getFeedWithFeedElements(String communityId, ConnectApi.FeedType feedType, Integer pageSize)",
      "overrideSignature": "public static override ConnectApi.Feed getFeedWithFeedElements(String communityId, ConnectApi.FeedType feedType, Integer pageSize)",
      "simplifiedSignature": "getFeedWithFeedElements(String,ConnectApi.FeedType,Integer)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeedwithfeedelements.datatype.ConnectApi.Feed",
        "nodeType": "datatype",
        "name": "ConnectApi.Feed",
        "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.chatterfeeds.getfeedwithfeedelements",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.Feed"
      },
      "description": "Get information about a feed and a page of feed elements from the feed.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedwithfeedelements(string,connectapi.feedtype,integer).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedwithfeedelements(string,connectapi.feedtype,integer)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedwithfeedelements.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 54
                },
                "end": {
                  "line": 0,
                  "character": 60
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:54"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedwithfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.getfeedwithfeedelements(string,connectapi.feedtype,integer).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 102
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:94"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 102
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:94"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedwithfeedelements(string,connectapi.feedtype,integer)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedwithfeedelements.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 74
                },
                "end": {
                  "line": 0,
                  "character": 84
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:74"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedwithfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getfeedwithfeedelements(string,connectapi.feedtype,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.chatterfeeds.method.getfeedwithfeedelements(string,connectapi.feedtype,integer)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedwithfeedelements.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.chatterfeeds.getfeedwithfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values are Company, DirectMessageModeration, DirectMessages, Home, Landing, Moderation, and PendingReview. Landing is valid only when communityId is internal. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in 0, feed elements aren’t returned with the feed.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeedwithfeedelements(string,connectapi.feedtype,integer,integer)": {
      "id": "ConnectApi.chatterfeeds.method.getfeedwithfeedelements(string,connectapi.feedtype,integer,integer)",
      "nodeType": "method",
      "name": "getFeedWithFeedElements",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedWithFeedElements",
        "textToLower": "getfeedwithfeedelements",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedWithFeedElements_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 86,
      "memberOrder": 86,
      "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.Feed getFeedWithFeedElements(String communityId, ConnectApi.FeedType feedType, Integer pageSize, Integer recentCommentCount)",
      "overrideSignature": "public static override ConnectApi.Feed getFeedWithFeedElements(String communityId, ConnectApi.FeedType feedType, Integer pageSize, Integer recentCommentCount)",
      "simplifiedSignature": "getFeedWithFeedElements(String,ConnectApi.FeedType,Integer,Integer)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfeedwithfeedelements.datatype.ConnectApi.Feed",
        "nodeType": "datatype",
        "name": "ConnectApi.Feed",
        "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.chatterfeeds.getfeedwithfeedelements",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.Feed"
      },
      "description": "Get a page of information about the feed and the feed elements with the specified number of comments per feed element from the feed.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfeedwithfeedelements(string,connectapi.feedtype,integer,integer).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedwithfeedelements(string,connectapi.feedtype,integer,integer)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedwithfeedelements.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 54
                },
                "end": {
                  "line": 0,
                  "character": 60
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:54"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedwithfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.getfeedwithfeedelements(string,connectapi.feedtype,integer,integer).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 102
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:94"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 102
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:94"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedwithfeedelements(string,connectapi.feedtype,integer,integer)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedwithfeedelements.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 74
                },
                "end": {
                  "line": 0,
                  "character": 84
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:74"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedwithfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getfeedwithfeedelements(string,connectapi.feedtype,integer,integer).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 112
              },
              "end": {
                "line": 0,
                "character": 120
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:112"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 112
              },
              "end": {
                "line": 0,
                "character": 120
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:112"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedwithfeedelements(string,connectapi.feedtype,integer,integer)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedwithfeedelements.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.chatterfeeds.getfeedwithfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.getfeedwithfeedelements(string,connectapi.feedtype,integer,integer).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 130
              },
              "end": {
                "line": 0,
                "character": 148
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:130"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 130
              },
              "end": {
                "line": 0,
                "character": 148
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:130"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfeedwithfeedelements(string,connectapi.feedtype,integer,integer)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfeedwithfeedelements.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 122
                },
                "end": {
                  "line": 0,
                  "character": 129
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:122"
            },
            "parentId": "ConnectApi.chatterfeeds.getfeedwithfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values are Company, DirectMessageModeration, DirectMessages, Home, Landing, Moderation, and PendingReview. Landing is valid only when communityId is internal. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in 0, feed elements aren’t returned with the feed. Maximum number of comments to return with each feed element. The default value is 3.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfilterfeed(string,string,string)": {
      "id": "ConnectApi.chatterfeeds.method.getfilterfeed(string,string,string)",
      "nodeType": "method",
      "name": "getFilterFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFilterFeed",
        "textToLower": "getfilterfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFilterFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 87,
      "memberOrder": 87,
      "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.Feed getFilterFeed(String communityId, String subjectId, String keyPrefix)",
      "overrideSignature": "public static override ConnectApi.Feed getFilterFeed(String communityId, String subjectId, String keyPrefix)",
      "simplifiedSignature": "getFilterFeed(String,String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfilterfeed.datatype.ConnectApi.Feed",
        "nodeType": "datatype",
        "name": "ConnectApi.Feed",
        "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.chatterfeeds.getfilterfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.Feed"
      },
      "description": "Get a feed filtered by a key prefix for a user.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfilterfeed(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": 51
              },
              "end": {
                "line": 0,
                "character": 62
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:51"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 51
              },
              "end": {
                "line": 0,
                "character": 62
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:51"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfilterfeed(string,string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 44
                },
                "end": {
                  "line": 0,
                  "character": 50
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:44"
            },
            "parentId": "ConnectApi.chatterfeeds.getfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.getfilterfeed(string,string,string).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 71
              },
              "end": {
                "line": 0,
                "character": 80
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:71"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 71
              },
              "end": {
                "line": 0,
                "character": 80
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:71"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfilterfeed(string,string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfilterfeed.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.chatterfeeds.getfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "keyprefix": {
          "id": "ConnectApi.chatterfeeds.method.getfilterfeed(string,string,string).varParam.keyprefix",
          "nodeType": "variable",
          "name": "keyPrefix",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 89
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:89"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 89
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:89"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfilterfeed(string,string,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 82
                },
                "end": {
                  "line": 0,
                  "character": 88
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:82"
            },
            "parentId": "ConnectApi.chatterfeeds.getfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the context user or the alias me. A key prefix is the first three characters of a record ID, which specifies the entity type.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfilterfeed(string,string,string,connectapi.feedtype)": {
      "id": "ConnectApi.chatterfeeds.method.getfilterfeed(string,string,string,connectapi.feedtype)",
      "nodeType": "method",
      "name": "getFilterFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFilterFeed",
        "textToLower": "getfilterfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFilterFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 88,
      "memberOrder": 88,
      "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.Feed getFilterFeed(String communityId, String subjectId, String keyPrefix, ConnectApi.FeedType sortParam)",
      "overrideSignature": "public static override ConnectApi.Feed getFilterFeed(String communityId, String subjectId, String keyPrefix, ConnectApi.FeedType sortParam)",
      "simplifiedSignature": "getFilterFeed(String,String,String,ConnectApi.FeedType)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfilterfeed.datatype.ConnectApi.Feed",
        "nodeType": "datatype",
        "name": "ConnectApi.Feed",
        "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.chatterfeeds.getfilterfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.Feed"
      },
      "description": "Get a sorted feed filtered by a key prefix for a user.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfilterfeed(string,string,string,connectapi.feedtype).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 51
              },
              "end": {
                "line": 0,
                "character": 62
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:51"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 51
              },
              "end": {
                "line": 0,
                "character": 62
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:51"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfilterfeed(string,string,string,connectapi.feedtype)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 44
                },
                "end": {
                  "line": 0,
                  "character": 50
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:44"
            },
            "parentId": "ConnectApi.chatterfeeds.getfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.getfilterfeed(string,string,string,connectapi.feedtype).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 71
              },
              "end": {
                "line": 0,
                "character": 80
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:71"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 71
              },
              "end": {
                "line": 0,
                "character": 80
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:71"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfilterfeed(string,string,string,connectapi.feedtype)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfilterfeed.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.chatterfeeds.getfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "keyprefix": {
          "id": "ConnectApi.chatterfeeds.method.getfilterfeed(string,string,string,connectapi.feedtype).varParam.keyprefix",
          "nodeType": "variable",
          "name": "keyPrefix",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 89
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:89"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 89
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:89"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfilterfeed(string,string,string,connectapi.feedtype)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 82
                },
                "end": {
                  "line": 0,
                  "character": 88
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:82"
            },
            "parentId": "ConnectApi.chatterfeeds.getfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.getfilterfeed(string,string,string,connectapi.feedtype).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 120
              },
              "end": {
                "line": 0,
                "character": 129
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:120"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 120
              },
              "end": {
                "line": 0,
                "character": 129
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:120"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfilterfeed(string,string,string,connectapi.feedtype)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfilterfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 100
                },
                "end": {
                  "line": 0,
                  "character": 110
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:100"
            },
            "parentId": "ConnectApi.chatterfeeds.getfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the context user or the alias me. A key prefix that specifies record type. A key prefix is the first three characters in the object ID, which specifies the object type. For example, User objects have a prefix of 005 and Group objects have a prefix of 0F9. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfilterfeeddirectory(string,string)": {
      "id": "ConnectApi.chatterfeeds.method.getfilterfeeddirectory(string,string)",
      "nodeType": "method",
      "name": "getFilterFeedDirectory",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFilterFeedDirectory",
        "textToLower": "getfilterfeeddirectory",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFilterFeedDirectory_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 89,
      "memberOrder": 89,
      "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.FeedDirectory getFilterFeedDirectory(String communityId, String subjectId)",
      "overrideSignature": "public static override ConnectApi.FeedDirectory getFilterFeedDirectory(String communityId, String subjectId)",
      "simplifiedSignature": "getFilterFeedDirectory(String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getfilterfeeddirectory.datatype.ConnectApi.FeedDirectory",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedDirectory",
        "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.chatterfeeds.getfilterfeeddirectory",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedDirectory"
      },
      "description": "Get a feed directory of filter feeds available to the context user.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getfilterfeeddirectory(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": 69
              },
              "end": {
                "line": 0,
                "character": 80
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:69"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 69
              },
              "end": {
                "line": 0,
                "character": 80
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:69"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfilterfeeddirectory(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfilterfeeddirectory.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 62
                },
                "end": {
                  "line": 0,
                  "character": 68
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:62"
            },
            "parentId": "ConnectApi.chatterfeeds.getfilterfeeddirectory",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.getfilterfeeddirectory(string,string).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 89
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:89"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 89
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:89"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getfilterfeeddirectory(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getfilterfeeddirectory.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 82
                },
                "end": {
                  "line": 0,
                  "character": 88
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:82"
            },
            "parentId": "ConnectApi.chatterfeeds.getfilterfeeddirectory",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the context user or the alias me.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getlike(string,string)": {
      "id": "ConnectApi.chatterfeeds.method.getlike(string,string)",
      "nodeType": "method",
      "name": "getLike",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getLike",
        "textToLower": "getlike",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getLike_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 90,
      "memberOrder": 90,
      "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.ChatterLike getLike(String communityId, String likeId)",
      "overrideSignature": "public static override ConnectApi.ChatterLike getLike(String communityId, String likeId)",
      "simplifiedSignature": "getLike(String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getlike.datatype.ConnectApi.ChatterLike",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterLike",
        "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.chatterfeeds.getlike",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterLike"
      },
      "description": "Get a like on a post or comment.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getlike(string,string).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 52
              },
              "end": {
                "line": 0,
                "character": 63
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:52"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 52
              },
              "end": {
                "line": 0,
                "character": 63
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:52"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getlike(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getlike.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 45
                },
                "end": {
                  "line": 0,
                  "character": 51
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:45"
            },
            "parentId": "ConnectApi.chatterfeeds.getlike",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "likeid": {
          "id": "ConnectApi.chatterfeeds.method.getlike(string,string).varParam.likeid",
          "nodeType": "variable",
          "name": "likeId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "likeId",
            "textToLower": "likeid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_likeId_0:72"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "likeId",
            "textToLower": "likeid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_likeId_0:72"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getlike(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getlike.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.chatterfeeds.getlike",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a like.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getlikesforcomment(string,string)": {
      "id": "ConnectApi.chatterfeeds.method.getlikesforcomment(string,string)",
      "nodeType": "method",
      "name": "getLikesForComment",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getLikesForComment",
        "textToLower": "getlikesforcomment",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getLikesForComment_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 91,
      "memberOrder": 91,
      "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.ChatterLikePage getLikesForComment(String communityId, String commentId)",
      "overrideSignature": "public static override ConnectApi.ChatterLikePage getLikesForComment(String communityId, String commentId)",
      "simplifiedSignature": "getLikesForComment(String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getlikesforcomment.datatype.ConnectApi.ChatterLikePage",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterLikePage",
        "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.chatterfeeds.getlikesforcomment",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterLikePage"
      },
      "description": "Get likes for a comment.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getlikesforcomment(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": 67
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:67"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:67"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getlikesforcomment(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getlikesforcomment.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 60
                },
                "end": {
                  "line": 0,
                  "character": 66
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:60"
            },
            "parentId": "ConnectApi.chatterfeeds.getlikesforcomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "commentid": {
          "id": "ConnectApi.chatterfeeds.method.getlikesforcomment(string,string).varParam.commentid",
          "nodeType": "variable",
          "name": "commentId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 96
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:87"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 96
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:87"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getlikesforcomment(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getlikesforcomment.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 80
                },
                "end": {
                  "line": 0,
                  "character": 86
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:80"
            },
            "parentId": "ConnectApi.chatterfeeds.getlikesforcomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a comment.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getlikesforcomment(string,string,integer,integer)": {
      "id": "ConnectApi.chatterfeeds.method.getlikesforcomment(string,string,integer,integer)",
      "nodeType": "method",
      "name": "getLikesForComment",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getLikesForComment",
        "textToLower": "getlikesforcomment",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getLikesForComment_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 92,
      "memberOrder": 92,
      "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.ChatterLikePage getLikesForComment(String communityId, String commentId, Integer pageParam, Integer pageSize)",
      "overrideSignature": "public static override ConnectApi.ChatterLikePage getLikesForComment(String communityId, String commentId, Integer pageParam, Integer pageSize)",
      "simplifiedSignature": "getLikesForComment(String,String,Integer,Integer)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getlikesforcomment.datatype.ConnectApi.ChatterLikePage",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterLikePage",
        "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.chatterfeeds.getlikesforcomment",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterLikePage"
      },
      "description": "Get a page of likes for a comment.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getlikesforcomment(string,string,integer,integer).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:67"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:67"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getlikesforcomment(string,string,integer,integer)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getlikesforcomment.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 60
                },
                "end": {
                  "line": 0,
                  "character": 66
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:60"
            },
            "parentId": "ConnectApi.chatterfeeds.getlikesforcomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "commentid": {
          "id": "ConnectApi.chatterfeeds.method.getlikesforcomment(string,string,integer,integer).varParam.commentid",
          "nodeType": "variable",
          "name": "commentId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 96
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:87"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 96
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:87"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getlikesforcomment(string,string,integer,integer)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getlikesforcomment.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 80
                },
                "end": {
                  "line": 0,
                  "character": 86
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:80"
            },
            "parentId": "ConnectApi.chatterfeeds.getlikesforcomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getlikesforcomment(string,string,integer,integer).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 106
              },
              "end": {
                "line": 0,
                "character": 115
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:106"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 106
              },
              "end": {
                "line": 0,
                "character": 115
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:106"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getlikesforcomment(string,string,integer,integer)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getlikesforcomment.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 98
                },
                "end": {
                  "line": 0,
                  "character": 105
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:98"
            },
            "parentId": "ConnectApi.chatterfeeds.getlikesforcomment",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getlikesforcomment(string,string,integer,integer).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 125
              },
              "end": {
                "line": 0,
                "character": 133
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:125"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 125
              },
              "end": {
                "line": 0,
                "character": 133
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:125"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getlikesforcomment(string,string,integer,integer)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getlikesforcomment.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 117
                },
                "end": {
                  "line": 0,
                  "character": 124
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:117"
            },
            "parentId": "ConnectApi.chatterfeeds.getlikesforcomment",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a comment. Specifies the number of the page you want returned. Starts at 0. If you pass in null or 0, the first page is returned. Specifies the number of items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getlikesforfeedelement(string,string)": {
      "id": "ConnectApi.chatterfeeds.method.getlikesforfeedelement(string,string)",
      "nodeType": "method",
      "name": "getLikesForFeedElement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getLikesForFeedElement",
        "textToLower": "getlikesforfeedelement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getLikesForFeedElement_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 93,
      "memberOrder": 93,
      "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.ChatterLikePage getLikesForFeedElement(String communityId, String feedElementId)",
      "overrideSignature": "public static override ConnectApi.ChatterLikePage getLikesForFeedElement(String communityId, String feedElementId)",
      "simplifiedSignature": "getLikesForFeedElement(String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getlikesforfeedelement.datatype.ConnectApi.ChatterLikePage",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterLikePage",
        "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.chatterfeeds.getlikesforfeedelement",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterLikePage"
      },
      "description": "Get likes for a feed element.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getlikesforfeedelement(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.chatterfeeds.method.getlikesforfeedelement(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getlikesforfeedelement.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.chatterfeeds.getlikesforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.chatterfeeds.method.getlikesforfeedelement(string,string).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 104
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:91"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 104
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:91"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getlikesforfeedelement(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getlikesforfeedelement.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.chatterfeeds.getlikesforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getlikesforfeedelement(string,string,integer,integer)": {
      "id": "ConnectApi.chatterfeeds.method.getlikesforfeedelement(string,string,integer,integer)",
      "nodeType": "method",
      "name": "getLikesForFeedElement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getLikesForFeedElement",
        "textToLower": "getlikesforfeedelement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getLikesForFeedElement_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 94,
      "memberOrder": 94,
      "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.ChatterLikePage getLikesForFeedElement(String communityId, String feedElementId, Integer pageParam, Integer pageSize)",
      "overrideSignature": "public static override ConnectApi.ChatterLikePage getLikesForFeedElement(String communityId, String feedElementId, Integer pageParam, Integer pageSize)",
      "simplifiedSignature": "getLikesForFeedElement(String,String,Integer,Integer)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getlikesforfeedelement.datatype.ConnectApi.ChatterLikePage",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterLikePage",
        "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.chatterfeeds.getlikesforfeedelement",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterLikePage"
      },
      "description": "Get a page of likes for a feed element.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getlikesforfeedelement(string,string,integer,integer).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 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.chatterfeeds.method.getlikesforfeedelement(string,string,integer,integer)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getlikesforfeedelement.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.chatterfeeds.getlikesforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.chatterfeeds.method.getlikesforfeedelement(string,string,integer,integer).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 104
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:91"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 104
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:91"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getlikesforfeedelement(string,string,integer,integer)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getlikesforfeedelement.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.chatterfeeds.getlikesforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getlikesforfeedelement(string,string,integer,integer).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 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.chatterfeeds.method.getlikesforfeedelement(string,string,integer,integer)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getlikesforfeedelement.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 106
                },
                "end": {
                  "line": 0,
                  "character": 113
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:106"
            },
            "parentId": "ConnectApi.chatterfeeds.getlikesforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getlikesforfeedelement(string,string,integer,integer).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 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.chatterfeeds.method.getlikesforfeedelement(string,string,integer,integer)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getlikesforfeedelement.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.chatterfeeds.getlikesforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element. The page token to use to view the page. Page tokens are returned as part of the response class, for example, 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": []
    },
    "getlikesforfeeditem(string,string)": {
      "id": "ConnectApi.chatterfeeds.method.getlikesforfeeditem(string,string)",
      "nodeType": "method",
      "name": "getLikesForFeedItem",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getLikesForFeedItem",
        "textToLower": "getlikesforfeeditem",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getLikesForFeedItem_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 95,
      "memberOrder": 95,
      "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.ChatterLikePage getLikesForFeedItem(String communityId, String feedItemId)",
      "overrideSignature": "public static override ConnectApi.ChatterLikePage getLikesForFeedItem(String communityId, String feedItemId)",
      "simplifiedSignature": "getLikesForFeedItem(String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getlikesforfeeditem.datatype.ConnectApi.ChatterLikePage",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterLikePage",
        "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.chatterfeeds.getlikesforfeeditem",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterLikePage"
      },
      "description": "Get likes for a feed item.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getlikesforfeeditem(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.chatterfeeds.method.getlikesforfeeditem(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getlikesforfeeditem.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.chatterfeeds.getlikesforfeeditem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feeditemid": {
          "id": "ConnectApi.chatterfeeds.method.getlikesforfeeditem(string,string).varParam.feeditemid",
          "nodeType": "variable",
          "name": "feedItemId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedItemId",
            "textToLower": "feeditemid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 88
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedItemId_0:88"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedItemId",
            "textToLower": "feeditemid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 88
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedItemId_0:88"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getlikesforfeeditem(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getlikesforfeeditem.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.chatterfeeds.getlikesforfeeditem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a feed item.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getlikesforfeeditem(string,string,integer,integer)": {
      "id": "ConnectApi.chatterfeeds.method.getlikesforfeeditem(string,string,integer,integer)",
      "nodeType": "method",
      "name": "getLikesForFeedItem",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getLikesForFeedItem",
        "textToLower": "getlikesforfeeditem",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getLikesForFeedItem_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 96,
      "memberOrder": 96,
      "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.ChatterLikePage getLikesForFeedItem(String communityId, String feedItemId, Integer pageParam, Integer pageSize)",
      "overrideSignature": "public static override ConnectApi.ChatterLikePage getLikesForFeedItem(String communityId, String feedItemId, Integer pageParam, Integer pageSize)",
      "simplifiedSignature": "getLikesForFeedItem(String,String,Integer,Integer)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getlikesforfeeditem.datatype.ConnectApi.ChatterLikePage",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterLikePage",
        "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.chatterfeeds.getlikesforfeeditem",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterLikePage"
      },
      "description": "Get a page of likes for a feed item.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getlikesforfeeditem(string,string,integer,integer).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 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.chatterfeeds.method.getlikesforfeeditem(string,string,integer,integer)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getlikesforfeeditem.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.chatterfeeds.getlikesforfeeditem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feeditemid": {
          "id": "ConnectApi.chatterfeeds.method.getlikesforfeeditem(string,string,integer,integer).varParam.feeditemid",
          "nodeType": "variable",
          "name": "feedItemId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedItemId",
            "textToLower": "feeditemid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 88
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedItemId_0:88"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedItemId",
            "textToLower": "feeditemid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 88
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedItemId_0:88"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getlikesforfeeditem(string,string,integer,integer)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getlikesforfeeditem.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.chatterfeeds.getlikesforfeeditem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getlikesforfeeditem(string,string,integer,integer).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 108
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:108"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 108
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:108"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getlikesforfeeditem(string,string,integer,integer)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getlikesforfeeditem.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 100
                },
                "end": {
                  "line": 0,
                  "character": 107
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:100"
            },
            "parentId": "ConnectApi.chatterfeeds.getlikesforfeeditem",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getlikesforfeeditem(string,string,integer,integer).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 127
              },
              "end": {
                "line": 0,
                "character": 135
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:127"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 127
              },
              "end": {
                "line": 0,
                "character": 135
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:127"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getlikesforfeeditem(string,string,integer,integer)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getlikesforfeeditem.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 119
                },
                "end": {
                  "line": 0,
                  "character": 126
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:119"
            },
            "parentId": "ConnectApi.chatterfeeds.getlikesforfeeditem",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a feed item. Specifies the number of the page you want returned. Starts at 0. If you pass in null or 0, the first page is returned. Specifies the number of items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getlinkmetadata(string,string)": {
      "id": "ConnectApi.chatterfeeds.method.getlinkmetadata(string,string)",
      "nodeType": "method",
      "name": "getLinkMetadata",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getLinkMetadata",
        "textToLower": "getlinkmetadata",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getLinkMetadata_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 97,
      "memberOrder": 97,
      "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.LinkMetadataCollection getLinkMetadata(String communityId, String urls)",
      "overrideSignature": "public static override ConnectApi.LinkMetadataCollection getLinkMetadata(String communityId, String urls)",
      "simplifiedSignature": "getLinkMetadata(String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getlinkmetadata.datatype.ConnectApi.LinkMetadataCollection",
        "nodeType": "datatype",
        "name": "ConnectApi.LinkMetadataCollection",
        "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.chatterfeeds.getlinkmetadata",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.LinkMetadataCollection"
      },
      "description": "Get link metadata for URLs.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getlinkmetadata(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.chatterfeeds.method.getlinkmetadata(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getlinkmetadata.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.chatterfeeds.getlinkmetadata",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "urls": {
          "id": "ConnectApi.chatterfeeds.method.getlinkmetadata(string,string).varParam.urls",
          "nodeType": "variable",
          "name": "urls",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "urls",
            "textToLower": "urls",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 95
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_urls_0:91"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "urls",
            "textToLower": "urls",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 95
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_urls_0:91"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getlinkmetadata(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getlinkmetadata.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.chatterfeeds.getlinkmetadata",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. Comma-separated list of URL-encoded URLs.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getpinnedfeedelementsfromfeed(string,connectapi.feedtype,string)": {
      "id": "ConnectApi.chatterfeeds.method.getpinnedfeedelementsfromfeed(string,connectapi.feedtype,string)",
      "nodeType": "method",
      "name": "getPinnedFeedElementsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getPinnedFeedElementsFromFeed",
        "textToLower": "getpinnedfeedelementsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getPinnedFeedElementsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 98,
      "memberOrder": 98,
      "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.PinnedFeedElements getPinnedFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId)",
      "overrideSignature": "public static override ConnectApi.PinnedFeedElements getPinnedFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId)",
      "simplifiedSignature": "getPinnedFeedElementsFromFeed(String,ConnectApi.FeedType,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getpinnedfeedelementsfromfeed.datatype.ConnectApi.PinnedFeedElements",
        "nodeType": "datatype",
        "name": "ConnectApi.PinnedFeedElements",
        "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.chatterfeeds.getpinnedfeedelementsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.PinnedFeedElements"
      },
      "description": "Get pinned feed elements from a group or topic feed.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getpinnedfeedelementsfromfeed(string,connectapi.feedtype,string).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 81
              },
              "end": {
                "line": 0,
                "character": 92
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:81"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 81
              },
              "end": {
                "line": 0,
                "character": 92
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:81"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getpinnedfeedelementsfromfeed(string,connectapi.feedtype,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getpinnedfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 74
                },
                "end": {
                  "line": 0,
                  "character": 80
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:74"
            },
            "parentId": "ConnectApi.chatterfeeds.getpinnedfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.getpinnedfeedelementsfromfeed(string,connectapi.feedtype,string).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 114
              },
              "end": {
                "line": 0,
                "character": 122
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:114"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 114
              },
              "end": {
                "line": 0,
                "character": 122
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:114"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getpinnedfeedelementsfromfeed(string,connectapi.feedtype,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getpinnedfeedelementsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 94
                },
                "end": {
                  "line": 0,
                  "character": 104
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:94"
            },
            "parentId": "ConnectApi.chatterfeeds.getpinnedfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.getpinnedfeedelementsfromfeed(string,connectapi.feedtype,string).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 131
              },
              "end": {
                "line": 0,
                "character": 140
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:131"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 131
              },
              "end": {
                "line": 0,
                "character": 140
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:131"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getpinnedfeedelementsfromfeed(string,connectapi.feedtype,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getpinnedfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 124
                },
                "end": {
                  "line": 0,
                  "character": 130
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:124"
            },
            "parentId": "ConnectApi.chatterfeeds.getpinnedfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values are Record and Topics. If feedType is Record, subjectId must be a group ID. If feedType is Topics, subjectId must be a topic ID.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getreadbyforfeedelement(string,string)": {
      "id": "ConnectApi.chatterfeeds.method.getreadbyforfeedelement(string,string)",
      "nodeType": "method",
      "name": "getReadByForFeedElement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getReadByForFeedElement",
        "textToLower": "getreadbyforfeedelement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getReadByForFeedElement_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 99,
      "memberOrder": 99,
      "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.ReadByPage getReadByForFeedElement(String communityId, String feedElementId)",
      "overrideSignature": "public static override ConnectApi.ReadByPage getReadByForFeedElement(String communityId, String feedElementId)",
      "simplifiedSignature": "getReadByForFeedElement(String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getreadbyforfeedelement.datatype.ConnectApi.ReadByPage",
        "nodeType": "datatype",
        "name": "ConnectApi.ReadByPage",
        "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.chatterfeeds.getreadbyforfeedelement",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ReadByPage"
      },
      "description": "Get information about who read a feed element and when.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getreadbyforfeedelement(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": 67
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:67"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:67"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getreadbyforfeedelement(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getreadbyforfeedelement.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 60
                },
                "end": {
                  "line": 0,
                  "character": 66
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:60"
            },
            "parentId": "ConnectApi.chatterfeeds.getreadbyforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.chatterfeeds.method.getreadbyforfeedelement(string,string).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 100
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:87"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 100
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:87"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getreadbyforfeedelement(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getreadbyforfeedelement.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 80
                },
                "end": {
                  "line": 0,
                  "character": 86
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:80"
            },
            "parentId": "ConnectApi.chatterfeeds.getreadbyforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getreadbyforfeedelement(string,string,integer,integer)": {
      "id": "ConnectApi.chatterfeeds.method.getreadbyforfeedelement(string,string,integer,integer)",
      "nodeType": "method",
      "name": "getReadByForFeedElement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getReadByForFeedElement",
        "textToLower": "getreadbyforfeedelement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getReadByForFeedElement_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 100,
      "memberOrder": 100,
      "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.ReadByPage getReadByForFeedElement(String communityId, String feedElementId, Integer pageParam, Integer pageSize)",
      "overrideSignature": "public static override ConnectApi.ReadByPage getReadByForFeedElement(String communityId, String feedElementId, Integer pageParam, Integer pageSize)",
      "simplifiedSignature": "getReadByForFeedElement(String,String,Integer,Integer)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getreadbyforfeedelement.datatype.ConnectApi.ReadByPage",
        "nodeType": "datatype",
        "name": "ConnectApi.ReadByPage",
        "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.chatterfeeds.getreadbyforfeedelement",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ReadByPage"
      },
      "description": "Get a page of information about who read a feed element and when.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getreadbyforfeedelement(string,string,integer,integer).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:67"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:67"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getreadbyforfeedelement(string,string,integer,integer)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getreadbyforfeedelement.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 60
                },
                "end": {
                  "line": 0,
                  "character": 66
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:60"
            },
            "parentId": "ConnectApi.chatterfeeds.getreadbyforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.chatterfeeds.method.getreadbyforfeedelement(string,string,integer,integer).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 100
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:87"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 100
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:87"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getreadbyforfeedelement(string,string,integer,integer)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getreadbyforfeedelement.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 80
                },
                "end": {
                  "line": 0,
                  "character": 86
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:80"
            },
            "parentId": "ConnectApi.chatterfeeds.getreadbyforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getreadbyforfeedelement(string,string,integer,integer).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 110
              },
              "end": {
                "line": 0,
                "character": 119
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:110"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 110
              },
              "end": {
                "line": 0,
                "character": 119
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:110"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getreadbyforfeedelement(string,string,integer,integer)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getreadbyforfeedelement.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.chatterfeeds.getreadbyforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getreadbyforfeedelement(string,string,integer,integer).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 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.chatterfeeds.method.getreadbyforfeedelement(string,string,integer,integer)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getreadbyforfeedelement.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 121
                },
                "end": {
                  "line": 0,
                  "character": 128
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:121"
            },
            "parentId": "ConnectApi.chatterfeeds.getreadbyforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element. 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": []
    },
    "getrelatedposts(string,string,connectapi.relatedfeedposttype,integer)": {
      "id": "ConnectApi.chatterfeeds.method.getrelatedposts(string,string,connectapi.relatedfeedposttype,integer)",
      "nodeType": "method",
      "name": "getRelatedPosts",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getRelatedPosts",
        "textToLower": "getrelatedposts",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getRelatedPosts_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 101,
      "memberOrder": 101,
      "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.RelatedFeedPosts getRelatedPosts(String communityId, String feedElementId, ConnectApi.RelatedFeedPostType filter, Integer maxResults)",
      "overrideSignature": "public static override ConnectApi.RelatedFeedPosts getRelatedPosts(String communityId, String feedElementId, ConnectApi.RelatedFeedPostType filter, Integer maxResults)",
      "simplifiedSignature": "getRelatedPosts(String,String,ConnectApi.RelatedFeedPostType,Integer)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getrelatedposts.datatype.ConnectApi.RelatedFeedPosts",
        "nodeType": "datatype",
        "name": "ConnectApi.RelatedFeedPosts",
        "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.chatterfeeds.getrelatedposts",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.RelatedFeedPosts"
      },
      "description": "Get posts related to the context feed element.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getrelatedposts(string,string,connectapi.relatedfeedposttype,integer).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 65
              },
              "end": {
                "line": 0,
                "character": 76
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:65"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 65
              },
              "end": {
                "line": 0,
                "character": 76
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:65"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getrelatedposts(string,string,connectapi.relatedfeedposttype,integer)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getrelatedposts.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 58
                },
                "end": {
                  "line": 0,
                  "character": 64
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:58"
            },
            "parentId": "ConnectApi.chatterfeeds.getrelatedposts",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.chatterfeeds.method.getrelatedposts(string,string,connectapi.relatedfeedposttype,integer).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 85
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:85"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 85
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:85"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getrelatedposts(string,string,connectapi.relatedfeedposttype,integer)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getrelatedposts.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 78
                },
                "end": {
                  "line": 0,
                  "character": 84
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:78"
            },
            "parentId": "ConnectApi.chatterfeeds.getrelatedposts",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "filter": {
          "id": "ConnectApi.chatterfeeds.method.getrelatedposts(string,string,connectapi.relatedfeedposttype,integer).varParam.filter",
          "nodeType": "variable",
          "name": "filter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 131
              },
              "end": {
                "line": 0,
                "character": 137
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:131"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 131
              },
              "end": {
                "line": 0,
                "character": 137
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:131"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getrelatedposts(string,string,connectapi.relatedfeedposttype,integer)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getrelatedposts.datatype.ConnectApi.RelatedFeedPostType",
            "nodeType": "datatype",
            "name": "ConnectApi.RelatedFeedPostType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 100
                },
                "end": {
                  "line": 0,
                  "character": 110
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:100"
            },
            "parentId": "ConnectApi.chatterfeeds.getrelatedposts",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.RelatedFeedPostType"
          },
          "scope": null
        },
        "maxresults": {
          "id": "ConnectApi.chatterfeeds.method.getrelatedposts(string,string,connectapi.relatedfeedposttype,integer).varParam.maxresults",
          "nodeType": "variable",
          "name": "maxResults",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "maxResults",
            "textToLower": "maxresults",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 147
              },
              "end": {
                "line": 0,
                "character": 157
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_maxResults_0:147"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "maxResults",
            "textToLower": "maxresults",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 147
              },
              "end": {
                "line": 0,
                "character": 157
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_maxResults_0:147"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getrelatedposts(string,string,connectapi.relatedfeedposttype,integer)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getrelatedposts.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 139
                },
                "end": {
                  "line": 0,
                  "character": 146
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:139"
            },
            "parentId": "ConnectApi.chatterfeeds.getrelatedposts",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element. The feed element must be a question. Specifies the type of related post. Values are:  Answered—Related questions that have at least one answer.   BestAnswer—Related questions that have a best answer.   Generic—All types of related questions, including answered, with a best answer, and unanswered.   Unanswered—Related questions that don’t have answers.   Generic is the default value. The maximum number of results to return. You can return up to 25 results; 5 is the default.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getstream(string,string)": {
      "id": "ConnectApi.chatterfeeds.method.getstream(string,string)",
      "nodeType": "method",
      "name": "getStream",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getStream",
        "textToLower": "getstream",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getStream_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 102,
      "memberOrder": 102,
      "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.ChatterStream getStream(String communityId, String streamId)",
      "overrideSignature": "public static override ConnectApi.ChatterStream getStream(String communityId, String streamId)",
      "simplifiedSignature": "getStream(String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getstream.datatype.ConnectApi.ChatterStream",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterStream",
        "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.chatterfeeds.getstream",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterStream"
      },
      "description": "Get information about a Chatter feed stream.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getstream(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": 56
              },
              "end": {
                "line": 0,
                "character": 67
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:56"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 56
              },
              "end": {
                "line": 0,
                "character": 67
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:56"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getstream(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getstream.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 49
                },
                "end": {
                  "line": 0,
                  "character": 55
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:49"
            },
            "parentId": "ConnectApi.chatterfeeds.getstream",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "streamid": {
          "id": "ConnectApi.chatterfeeds.method.getstream(string,string).varParam.streamid",
          "nodeType": "variable",
          "name": "streamId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "streamId",
            "textToLower": "streamid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 76
              },
              "end": {
                "line": 0,
                "character": 84
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_streamId_0:76"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "streamId",
            "textToLower": "streamid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 76
              },
              "end": {
                "line": 0,
                "character": 84
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_streamId_0:76"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getstream(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getstream.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.chatterfeeds.getstream",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the Chatter feed stream.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getstream(string,string,boolean)": {
      "id": "ConnectApi.chatterfeeds.method.getstream(string,string,boolean)",
      "nodeType": "method",
      "name": "getStream",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getStream",
        "textToLower": "getstream",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getStream_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 103,
      "memberOrder": 103,
      "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.ChatterStream getStream(String communityId, String streamId, Boolean globalScope)",
      "overrideSignature": "public static override ConnectApi.ChatterStream getStream(String communityId, String streamId, Boolean globalScope)",
      "simplifiedSignature": "getStream(String,String,Boolean)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getstream.datatype.ConnectApi.ChatterStream",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterStream",
        "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.chatterfeeds.getstream",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterStream"
      },
      "description": "Get information about a Chatter feed stream, regardless of community.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getstream(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": 56
              },
              "end": {
                "line": 0,
                "character": 67
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:56"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 56
              },
              "end": {
                "line": 0,
                "character": 67
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:56"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getstream(string,string,boolean)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getstream.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 49
                },
                "end": {
                  "line": 0,
                  "character": 55
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:49"
            },
            "parentId": "ConnectApi.chatterfeeds.getstream",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "streamid": {
          "id": "ConnectApi.chatterfeeds.method.getstream(string,string,boolean).varParam.streamid",
          "nodeType": "variable",
          "name": "streamId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "streamId",
            "textToLower": "streamid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 76
              },
              "end": {
                "line": 0,
                "character": 84
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_streamId_0:76"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "streamId",
            "textToLower": "streamid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 76
              },
              "end": {
                "line": 0,
                "character": 84
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_streamId_0:76"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getstream(string,string,boolean)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getstream.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.chatterfeeds.getstream",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "globalscope": {
          "id": "ConnectApi.chatterfeeds.method.getstream(string,string,boolean).varParam.globalscope",
          "nodeType": "variable",
          "name": "globalScope",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "globalScope",
            "textToLower": "globalscope",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 105
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_globalScope_0:94"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "globalScope",
            "textToLower": "globalscope",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 105
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_globalScope_0:94"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getstream(string,string,boolean)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getstream.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 86
                },
                "end": {
                  "line": 0,
                  "character": 93
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:86"
            },
            "parentId": "ConnectApi.chatterfeeds.getstream",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the Chatter feed stream.  Specifies whether to get streams from all the context user’s communities, regardless of the communityId value.   Tip If you know the community ID for the stream, we recommend setting globalScope to false.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getstreams(string)": {
      "id": "ConnectApi.chatterfeeds.method.getstreams(string)",
      "nodeType": "method",
      "name": "getStreams",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getStreams",
        "textToLower": "getstreams",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getStreams_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 104,
      "memberOrder": 104,
      "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.ChatterStreamPage getStreams(String communityId)",
      "overrideSignature": "public static override ConnectApi.ChatterStreamPage getStreams(String communityId)",
      "simplifiedSignature": "getStreams(String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getstreams.datatype.ConnectApi.ChatterStreamPage",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterStreamPage",
        "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.chatterfeeds.getstreams",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterStreamPage"
      },
      "description": "Get the Chatter feed streams for the context user.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getstreams(string).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getstreams(string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getstreams.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 54
                },
                "end": {
                  "line": 0,
                  "character": 60
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:54"
            },
            "parentId": "ConnectApi.chatterfeeds.getstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getstreams(string,connectapi.sortorder)": {
      "id": "ConnectApi.chatterfeeds.method.getstreams(string,connectapi.sortorder)",
      "nodeType": "method",
      "name": "getStreams",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getStreams",
        "textToLower": "getstreams",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getStreams_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 105,
      "memberOrder": 105,
      "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.ChatterStreamPage getStreams(String communityId, ConnectApi.SortOrder sortParam)",
      "overrideSignature": "public static override ConnectApi.ChatterStreamPage getStreams(String communityId, ConnectApi.SortOrder sortParam)",
      "simplifiedSignature": "getStreams(String,ConnectApi.SortOrder)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getstreams.datatype.ConnectApi.ChatterStreamPage",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterStreamPage",
        "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.chatterfeeds.getstreams",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterStreamPage"
      },
      "description": "Get and sort the Chatter feed streams for the context user.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getstreams(string,connectapi.sortorder).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getstreams(string,connectapi.sortorder)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getstreams.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 54
                },
                "end": {
                  "line": 0,
                  "character": 60
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:54"
            },
            "parentId": "ConnectApi.chatterfeeds.getstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.getstreams(string,connectapi.sortorder).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 104
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:95"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 104
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:95"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getstreams(string,connectapi.sortorder)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getstreams.datatype.ConnectApi.SortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.SortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 74
                },
                "end": {
                  "line": 0,
                  "character": 84
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:74"
            },
            "parentId": "ConnectApi.chatterfeeds.getstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.SortOrder"
          },
          "description": "Use either the ID for a community, internal, or null.  Specifies the sort order. Values are:  Ascending—Items are in ascending alphabetical order (A-Z).   Descending—Items are in descending alphabetical order (Z-A).   MostRecentlyViewed—Items are in descending chronological order by view. This sort order is valid only for Chatter feed streams.   If not specified, default value is Ascending.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getstreams(string,integer,integer)": {
      "id": "ConnectApi.chatterfeeds.method.getstreams(string,integer,integer)",
      "nodeType": "method",
      "name": "getStreams",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getStreams",
        "textToLower": "getstreams",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getStreams_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 106,
      "memberOrder": 106,
      "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.ChatterStreamPage getStreams(String communityId, Integer pageParam, Integer pageSize)",
      "overrideSignature": "public static override ConnectApi.ChatterStreamPage getStreams(String communityId, Integer pageParam, Integer pageSize)",
      "simplifiedSignature": "getStreams(String,Integer,Integer)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getstreams.datatype.ConnectApi.ChatterStreamPage",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterStreamPage",
        "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.chatterfeeds.getstreams",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterStreamPage"
      },
      "description": "Get a page of Chatter feed streams for the context user.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getstreams(string,integer,integer).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getstreams(string,integer,integer)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getstreams.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 54
                },
                "end": {
                  "line": 0,
                  "character": 60
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:54"
            },
            "parentId": "ConnectApi.chatterfeeds.getstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getstreams(string,integer,integer).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 82
              },
              "end": {
                "line": 0,
                "character": 91
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:82"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 82
              },
              "end": {
                "line": 0,
                "character": 91
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:82"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getstreams(string,integer,integer)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getstreams.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.chatterfeeds.getstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getstreams(string,integer,integer).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 101
              },
              "end": {
                "line": 0,
                "character": 109
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:101"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 101
              },
              "end": {
                "line": 0,
                "character": 109
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:101"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getstreams(string,integer,integer)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getstreams.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 93
                },
                "end": {
                  "line": 0,
                  "character": 100
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:93"
            },
            "parentId": "ConnectApi.chatterfeeds.getstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "description": "Use either the ID for a community, internal, or null. Specifies the number of the page you want returned. Starts at 0. If you pass in null or 0, the first page is returned. Specifies the number of items per page. Valid values are from 1 to 250. The default size is 25.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getstreams(string,integer,integer,connectapi.sortorder)": {
      "id": "ConnectApi.chatterfeeds.method.getstreams(string,integer,integer,connectapi.sortorder)",
      "nodeType": "method",
      "name": "getStreams",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getStreams",
        "textToLower": "getstreams",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getStreams_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 107,
      "memberOrder": 107,
      "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.ChatterStreamPage getStreams(String communityId, Integer pageParam, Integer pageSize, ConnectApi.SortOrder sortParam)",
      "overrideSignature": "public static override ConnectApi.ChatterStreamPage getStreams(String communityId, Integer pageParam, Integer pageSize, ConnectApi.SortOrder sortParam)",
      "simplifiedSignature": "getStreams(String,Integer,Integer,ConnectApi.SortOrder)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getstreams.datatype.ConnectApi.ChatterStreamPage",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterStreamPage",
        "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.chatterfeeds.getstreams",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterStreamPage"
      },
      "description": "Get a sorted page of Chatter feed streams for the context user.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getstreams(string,integer,integer,connectapi.sortorder).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getstreams(string,integer,integer,connectapi.sortorder)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getstreams.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 54
                },
                "end": {
                  "line": 0,
                  "character": 60
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:54"
            },
            "parentId": "ConnectApi.chatterfeeds.getstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getstreams(string,integer,integer,connectapi.sortorder).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 82
              },
              "end": {
                "line": 0,
                "character": 91
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:82"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 82
              },
              "end": {
                "line": 0,
                "character": 91
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:82"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getstreams(string,integer,integer,connectapi.sortorder)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getstreams.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.chatterfeeds.getstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getstreams(string,integer,integer,connectapi.sortorder).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 101
              },
              "end": {
                "line": 0,
                "character": 109
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:101"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 101
              },
              "end": {
                "line": 0,
                "character": 109
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:101"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getstreams(string,integer,integer,connectapi.sortorder)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getstreams.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 93
                },
                "end": {
                  "line": 0,
                  "character": 100
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:93"
            },
            "parentId": "ConnectApi.chatterfeeds.getstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.getstreams(string,integer,integer,connectapi.sortorder).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 132
              },
              "end": {
                "line": 0,
                "character": 141
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:132"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 132
              },
              "end": {
                "line": 0,
                "character": 141
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:132"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getstreams(string,integer,integer,connectapi.sortorder)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getstreams.datatype.ConnectApi.SortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.SortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 111
                },
                "end": {
                  "line": 0,
                  "character": 121
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:111"
            },
            "parentId": "ConnectApi.chatterfeeds.getstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.SortOrder"
          },
          "description": "Use either the ID for a community, internal, or null. Specifies the number of the page you want returned. Starts at 0. If you pass in null or 0, the first page is returned. Specifies the number of items per page. Valid values are from 1 to 250. The default size is 25.  Specifies the sort order. Values are:  Ascending—Items are in ascending alphabetical order (A-Z).   Descending—Items are in descending alphabetical order (Z-A).   MostRecentlyViewed—Items are in descending chronological order by view. This sort order is valid only for Chatter feed streams.   If not specified, default value is Ascending.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getstreams(string,integer,integer,connectapi.sortorder,boolean)": {
      "id": "ConnectApi.chatterfeeds.method.getstreams(string,integer,integer,connectapi.sortorder,boolean)",
      "nodeType": "method",
      "name": "getStreams",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getStreams",
        "textToLower": "getstreams",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getStreams_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 108,
      "memberOrder": 108,
      "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.ChatterStreamPage getStreams(String communityId, Integer pageParam, Integer pageSize, ConnectApi.SortOrder sortParam, Boolean globalScope)",
      "overrideSignature": "public static override ConnectApi.ChatterStreamPage getStreams(String communityId, Integer pageParam, Integer pageSize, ConnectApi.SortOrder sortParam, Boolean globalScope)",
      "simplifiedSignature": "getStreams(String,Integer,Integer,ConnectApi.SortOrder,Boolean)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getstreams.datatype.ConnectApi.ChatterStreamPage",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterStreamPage",
        "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.chatterfeeds.getstreams",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterStreamPage"
      },
      "description": "Get a sorted page of Chatter feed streams from all communities for the context user.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getstreams(string,integer,integer,connectapi.sortorder,boolean).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getstreams(string,integer,integer,connectapi.sortorder,boolean)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getstreams.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 54
                },
                "end": {
                  "line": 0,
                  "character": 60
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:54"
            },
            "parentId": "ConnectApi.chatterfeeds.getstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getstreams(string,integer,integer,connectapi.sortorder,boolean).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 82
              },
              "end": {
                "line": 0,
                "character": 91
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:82"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 82
              },
              "end": {
                "line": 0,
                "character": 91
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:82"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getstreams(string,integer,integer,connectapi.sortorder,boolean)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getstreams.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.chatterfeeds.getstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getstreams(string,integer,integer,connectapi.sortorder,boolean).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 101
              },
              "end": {
                "line": 0,
                "character": 109
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:101"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 101
              },
              "end": {
                "line": 0,
                "character": 109
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:101"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getstreams(string,integer,integer,connectapi.sortorder,boolean)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getstreams.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 93
                },
                "end": {
                  "line": 0,
                  "character": 100
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:93"
            },
            "parentId": "ConnectApi.chatterfeeds.getstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.getstreams(string,integer,integer,connectapi.sortorder,boolean).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 132
              },
              "end": {
                "line": 0,
                "character": 141
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:132"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 132
              },
              "end": {
                "line": 0,
                "character": 141
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:132"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getstreams(string,integer,integer,connectapi.sortorder,boolean)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getstreams.datatype.ConnectApi.SortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.SortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 111
                },
                "end": {
                  "line": 0,
                  "character": 121
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:111"
            },
            "parentId": "ConnectApi.chatterfeeds.getstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.SortOrder"
          },
          "scope": null
        },
        "globalscope": {
          "id": "ConnectApi.chatterfeeds.method.getstreams(string,integer,integer,connectapi.sortorder,boolean).varParam.globalscope",
          "nodeType": "variable",
          "name": "globalScope",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "globalScope",
            "textToLower": "globalscope",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 151
              },
              "end": {
                "line": 0,
                "character": 162
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_globalScope_0:151"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "globalScope",
            "textToLower": "globalscope",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 151
              },
              "end": {
                "line": 0,
                "character": 162
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_globalScope_0:151"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getstreams(string,integer,integer,connectapi.sortorder,boolean)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getstreams.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 143
                },
                "end": {
                  "line": 0,
                  "character": 150
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:143"
            },
            "parentId": "ConnectApi.chatterfeeds.getstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "description": "Use either the ID for a community, internal, or null. Specifies the number of the page you want returned. Starts at 0. If you pass in null or 0, the first page is returned. Specifies the number of items per page. Valid values are from 1 to 250. The default size is 25.  Specifies the sort order. Values are:  Ascending—Items are in ascending alphabetical order (A-Z).   Descending—Items are in descending alphabetical order (Z-A).   MostRecentlyViewed—Items are in descending chronological order by view. This sort order is valid only for Chatter feed streams.   If not specified, default value is Ascending.    Specifies whether to get streams from all the context user’s communities, regardless of the communityId value.   Tip If you know the community ID for the streams, we recommend setting globalScope to false.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getsupportedemojis()": {
      "id": "ConnectApi.chatterfeeds.method.getsupportedemojis()",
      "nodeType": "method",
      "name": "getSupportedEmojis",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getSupportedEmojis",
        "textToLower": "getsupportedemojis",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getSupportedEmojis_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 109,
      "memberOrder": 109,
      "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.SupportedEmojis getSupportedEmojis()",
      "overrideSignature": "public static override ConnectApi.SupportedEmojis getSupportedEmojis()",
      "simplifiedSignature": "getSupportedEmojis()",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getsupportedemojis.datatype.ConnectApi.SupportedEmojis",
        "nodeType": "datatype",
        "name": "ConnectApi.SupportedEmojis",
        "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.chatterfeeds.getsupportedemojis",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.SupportedEmojis"
      },
      "description": "Get supported emojis for the org.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getthreadsforfeedcomment(string,string)": {
      "id": "ConnectApi.chatterfeeds.method.getthreadsforfeedcomment(string,string)",
      "nodeType": "method",
      "name": "getThreadsForFeedComment",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getThreadsForFeedComment",
        "textToLower": "getthreadsforfeedcomment",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getThreadsForFeedComment_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 110,
      "memberOrder": 110,
      "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.CommentPage getThreadsForFeedComment(String communityId, String commentId)",
      "overrideSignature": "public static override ConnectApi.CommentPage getThreadsForFeedComment(String communityId, String commentId)",
      "simplifiedSignature": "getThreadsForFeedComment(String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getthreadsforfeedcomment.datatype.ConnectApi.CommentPage",
        "nodeType": "datatype",
        "name": "ConnectApi.CommentPage",
        "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.chatterfeeds.getthreadsforfeedcomment",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.CommentPage"
      },
      "description": "Get threaded comments for a comment.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getthreadsforfeedcomment(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": 69
              },
              "end": {
                "line": 0,
                "character": 80
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:69"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 69
              },
              "end": {
                "line": 0,
                "character": 80
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:69"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getthreadsforfeedcomment(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getthreadsforfeedcomment.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 62
                },
                "end": {
                  "line": 0,
                  "character": 68
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:62"
            },
            "parentId": "ConnectApi.chatterfeeds.getthreadsforfeedcomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "commentid": {
          "id": "ConnectApi.chatterfeeds.method.getthreadsforfeedcomment(string,string).varParam.commentid",
          "nodeType": "variable",
          "name": "commentId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 89
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:89"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 89
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:89"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getthreadsforfeedcomment(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getthreadsforfeedcomment.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 82
                },
                "end": {
                  "line": 0,
                  "character": 88
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:82"
            },
            "parentId": "ConnectApi.chatterfeeds.getthreadsforfeedcomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the comment.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getthreadsforfeedcomment(string,string,string,integer)": {
      "id": "ConnectApi.chatterfeeds.method.getthreadsforfeedcomment(string,string,string,integer)",
      "nodeType": "method",
      "name": "getThreadsForFeedComment",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getThreadsForFeedComment",
        "textToLower": "getthreadsforfeedcomment",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getThreadsForFeedComment_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 111,
      "memberOrder": 111,
      "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.CommentPage getThreadsForFeedComment(String communityId, String commentId, String pageParam, Integer pageSize)",
      "overrideSignature": "public static override ConnectApi.CommentPage getThreadsForFeedComment(String communityId, String commentId, String pageParam, Integer pageSize)",
      "simplifiedSignature": "getThreadsForFeedComment(String,String,String,Integer)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getthreadsforfeedcomment.datatype.ConnectApi.CommentPage",
        "nodeType": "datatype",
        "name": "ConnectApi.CommentPage",
        "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.chatterfeeds.getthreadsforfeedcomment",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.CommentPage"
      },
      "description": "Get a page of threaded comments for a comment.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getthreadsforfeedcomment(string,string,string,integer).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 69
              },
              "end": {
                "line": 0,
                "character": 80
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:69"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 69
              },
              "end": {
                "line": 0,
                "character": 80
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:69"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getthreadsforfeedcomment(string,string,string,integer)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getthreadsforfeedcomment.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 62
                },
                "end": {
                  "line": 0,
                  "character": 68
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:62"
            },
            "parentId": "ConnectApi.chatterfeeds.getthreadsforfeedcomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "commentid": {
          "id": "ConnectApi.chatterfeeds.method.getthreadsforfeedcomment(string,string,string,integer).varParam.commentid",
          "nodeType": "variable",
          "name": "commentId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 89
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:89"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 89
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:89"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getthreadsforfeedcomment(string,string,string,integer)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getthreadsforfeedcomment.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 82
                },
                "end": {
                  "line": 0,
                  "character": 88
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:82"
            },
            "parentId": "ConnectApi.chatterfeeds.getthreadsforfeedcomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getthreadsforfeedcomment(string,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": 107
              },
              "end": {
                "line": 0,
                "character": 116
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:107"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 107
              },
              "end": {
                "line": 0,
                "character": 116
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:107"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getthreadsforfeedcomment(string,string,string,integer)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getthreadsforfeedcomment.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 100
                },
                "end": {
                  "line": 0,
                  "character": 106
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:100"
            },
            "parentId": "ConnectApi.chatterfeeds.getthreadsforfeedcomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getthreadsforfeedcomment(string,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": 126
              },
              "end": {
                "line": 0,
                "character": 134
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:126"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 134
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:126"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getthreadsforfeedcomment(string,string,string,integer)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getthreadsforfeedcomment.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 118
                },
                "end": {
                  "line": 0,
                  "character": 125
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:118"
            },
            "parentId": "ConnectApi.chatterfeeds.getthreadsforfeedcomment",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the comment. 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": []
    },
    "getthreadsforfeedcomment(string,string,boolean)": {
      "id": "ConnectApi.chatterfeeds.method.getthreadsforfeedcomment(string,string,boolean)",
      "nodeType": "method",
      "name": "getThreadsForFeedComment",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getThreadsForFeedComment",
        "textToLower": "getthreadsforfeedcomment",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getThreadsForFeedComment_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 112,
      "memberOrder": 112,
      "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.CommentsCapability getThreadsForFeedComment(String communityId, String commentId, Boolean threadedCommentsCollapsed)",
      "overrideSignature": "public static override ConnectApi.CommentsCapability getThreadsForFeedComment(String communityId, String commentId, Boolean threadedCommentsCollapsed)",
      "simplifiedSignature": "getThreadsForFeedComment(String,String,Boolean)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getthreadsforfeedcomment.datatype.ConnectApi.CommentsCapability",
        "nodeType": "datatype",
        "name": "ConnectApi.CommentsCapability",
        "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.chatterfeeds.getthreadsforfeedcomment",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.CommentsCapability"
      },
      "description": "Access the comments capability for a comment.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getthreadsforfeedcomment(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": 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.chatterfeeds.method.getthreadsforfeedcomment(string,string,boolean)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getthreadsforfeedcomment.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.chatterfeeds.getthreadsforfeedcomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "commentid": {
          "id": "ConnectApi.chatterfeeds.method.getthreadsforfeedcomment(string,string,boolean).varParam.commentid",
          "nodeType": "variable",
          "name": "commentId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 96
              },
              "end": {
                "line": 0,
                "character": 105
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:96"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 96
              },
              "end": {
                "line": 0,
                "character": 105
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:96"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getthreadsforfeedcomment(string,string,boolean)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getthreadsforfeedcomment.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.chatterfeeds.getthreadsforfeedcomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "threadedcommentscollapsed": {
          "id": "ConnectApi.chatterfeeds.method.getthreadsforfeedcomment(string,string,boolean).varParam.threadedcommentscollapsed",
          "nodeType": "variable",
          "name": "threadedCommentsCollapsed",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "threadedCommentsCollapsed",
            "textToLower": "threadedcommentscollapsed",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 115
              },
              "end": {
                "line": 0,
                "character": 140
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_threadedCommentsCollapsed_0:115"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "threadedCommentsCollapsed",
            "textToLower": "threadedcommentscollapsed",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 115
              },
              "end": {
                "line": 0,
                "character": 140
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_threadedCommentsCollapsed_0:115"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getthreadsforfeedcomment(string,string,boolean)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getthreadsforfeedcomment.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 107
                },
                "end": {
                  "line": 0,
                  "character": 114
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:107"
            },
            "parentId": "ConnectApi.chatterfeeds.getthreadsforfeedcomment",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the comment. Specifies whether to return threaded comments in a collapsed style (true) or not (false). If you pass in null, the default is false.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "gettopunansweredquestions(string)": {
      "id": "ConnectApi.chatterfeeds.method.gettopunansweredquestions(string)",
      "nodeType": "method",
      "name": "getTopUnansweredQuestions",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getTopUnansweredQuestions",
        "textToLower": "gettopunansweredquestions",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getTopUnansweredQuestions_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 113,
      "memberOrder": 113,
      "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.FeedElementPage getTopUnansweredQuestions(String communityId)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage getTopUnansweredQuestions(String communityId)",
      "simplifiedSignature": "getTopUnansweredQuestions(String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.gettopunansweredquestions.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.gettopunansweredquestions",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get top unanswered questions for the context user in a community.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.gettopunansweredquestions(string).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 74
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:74"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 74
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:74"
          },
          "parentId": "ConnectApi.chatterfeeds.method.gettopunansweredquestions(string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.gettopunansweredquestions.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 67
                },
                "end": {
                  "line": 0,
                  "character": 73
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:67"
            },
            "parentId": "ConnectApi.chatterfeeds.gettopunansweredquestions",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "ID of the community.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "gettopunansweredquestions(string,connectapi.topunansweredquestionsfiltertype)": {
      "id": "ConnectApi.chatterfeeds.method.gettopunansweredquestions(string,connectapi.topunansweredquestionsfiltertype)",
      "nodeType": "method",
      "name": "getTopUnansweredQuestions",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getTopUnansweredQuestions",
        "textToLower": "gettopunansweredquestions",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getTopUnansweredQuestions_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 114,
      "memberOrder": 114,
      "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.FeedElementPage getTopUnansweredQuestions(String communityId, ConnectApi.TopUnansweredQuestionsFilterType filter)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage getTopUnansweredQuestions(String communityId, ConnectApi.TopUnansweredQuestionsFilterType filter)",
      "simplifiedSignature": "getTopUnansweredQuestions(String,ConnectApi.TopUnansweredQuestionsFilterType)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.gettopunansweredquestions.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.gettopunansweredquestions",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get filtered top unanswered questions for the context user in a community.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.gettopunansweredquestions(string,connectapi.topunansweredquestionsfiltertype).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 74
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:74"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 74
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:74"
          },
          "parentId": "ConnectApi.chatterfeeds.method.gettopunansweredquestions(string,connectapi.topunansweredquestionsfiltertype)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.gettopunansweredquestions.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 67
                },
                "end": {
                  "line": 0,
                  "character": 73
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:67"
            },
            "parentId": "ConnectApi.chatterfeeds.gettopunansweredquestions",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "filter": {
          "id": "ConnectApi.chatterfeeds.method.gettopunansweredquestions(string,connectapi.topunansweredquestionsfiltertype).varParam.filter",
          "nodeType": "variable",
          "name": "filter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 131
              },
              "end": {
                "line": 0,
                "character": 137
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:131"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 131
              },
              "end": {
                "line": 0,
                "character": 137
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:131"
          },
          "parentId": "ConnectApi.chatterfeeds.method.gettopunansweredquestions(string,connectapi.topunansweredquestionsfiltertype)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.gettopunansweredquestions.datatype.ConnectApi.TopUnansweredQuestionsFilterType",
            "nodeType": "datatype",
            "name": "ConnectApi.TopUnansweredQuestionsFilterType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 87
                },
                "end": {
                  "line": 0,
                  "character": 97
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:87"
            },
            "parentId": "ConnectApi.chatterfeeds.gettopunansweredquestions",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.TopUnansweredQuestionsFilterType"
          },
          "description": "ID of the community. Specifies the filter for the feed. UnansweredQuestionsWithCandidate​Answers is the only valid value.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "gettopunansweredquestions(string,integer)": {
      "id": "ConnectApi.chatterfeeds.method.gettopunansweredquestions(string,integer)",
      "nodeType": "method",
      "name": "getTopUnansweredQuestions",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getTopUnansweredQuestions",
        "textToLower": "gettopunansweredquestions",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getTopUnansweredQuestions_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 115,
      "memberOrder": 115,
      "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.FeedElementPage getTopUnansweredQuestions(String communityId, Integer pageSize)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage getTopUnansweredQuestions(String communityId, Integer pageSize)",
      "simplifiedSignature": "getTopUnansweredQuestions(String,Integer)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.gettopunansweredquestions.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.gettopunansweredquestions",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of top unanswered questions for the context user in a community.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.gettopunansweredquestions(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": 74
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:74"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 74
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:74"
          },
          "parentId": "ConnectApi.chatterfeeds.method.gettopunansweredquestions(string,integer)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.gettopunansweredquestions.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 67
                },
                "end": {
                  "line": 0,
                  "character": 73
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:67"
            },
            "parentId": "ConnectApi.chatterfeeds.gettopunansweredquestions",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.gettopunansweredquestions(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": 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.chatterfeeds.method.gettopunansweredquestions(string,integer)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.gettopunansweredquestions.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.chatterfeeds.gettopunansweredquestions",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "description": "ID of the community. Specifies the number of items per page. Valid values are from 0 through 10. If you pass in null, the default size is 5.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "gettopunansweredquestions(string,connectapi.feedfilter,integer)": {
      "id": "ConnectApi.chatterfeeds.method.gettopunansweredquestions(string,connectapi.feedfilter,integer)",
      "nodeType": "method",
      "name": "getTopUnansweredQuestions",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getTopUnansweredQuestions",
        "textToLower": "gettopunansweredquestions",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getTopUnansweredQuestions_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 116,
      "memberOrder": 116,
      "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.FeedElementPage getTopUnansweredQuestions(String communityId, ConnectApi.FeedFilter filter, Integer pageSize)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage getTopUnansweredQuestions(String communityId, ConnectApi.FeedFilter filter, Integer pageSize)",
      "simplifiedSignature": "getTopUnansweredQuestions(String,ConnectApi.FeedFilter,Integer)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.gettopunansweredquestions.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.gettopunansweredquestions",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of filtered top unanswered questions for the context user in a community.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.gettopunansweredquestions(string,connectapi.feedfilter,integer).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 74
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:74"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 74
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:74"
          },
          "parentId": "ConnectApi.chatterfeeds.method.gettopunansweredquestions(string,connectapi.feedfilter,integer)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.gettopunansweredquestions.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 67
                },
                "end": {
                  "line": 0,
                  "character": 73
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:67"
            },
            "parentId": "ConnectApi.chatterfeeds.gettopunansweredquestions",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "filter": {
          "id": "ConnectApi.chatterfeeds.method.gettopunansweredquestions(string,connectapi.feedfilter,integer).varParam.filter",
          "nodeType": "variable",
          "name": "filter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 109
              },
              "end": {
                "line": 0,
                "character": 115
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:109"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 109
              },
              "end": {
                "line": 0,
                "character": 115
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:109"
          },
          "parentId": "ConnectApi.chatterfeeds.method.gettopunansweredquestions(string,connectapi.feedfilter,integer)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.gettopunansweredquestions.datatype.ConnectApi.FeedFilter",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedFilter",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 87
                },
                "end": {
                  "line": 0,
                  "character": 97
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:87"
            },
            "parentId": "ConnectApi.chatterfeeds.gettopunansweredquestions",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedFilter"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.gettopunansweredquestions(string,connectapi.feedfilter,integer).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 125
              },
              "end": {
                "line": 0,
                "character": 133
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:125"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 125
              },
              "end": {
                "line": 0,
                "character": 133
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:125"
          },
          "parentId": "ConnectApi.chatterfeeds.method.gettopunansweredquestions(string,connectapi.feedfilter,integer)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.gettopunansweredquestions.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 117
                },
                "end": {
                  "line": 0,
                  "character": 124
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:117"
            },
            "parentId": "ConnectApi.chatterfeeds.gettopunansweredquestions",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "description": "ID of the community. Specifies the filter for the feed. UnansweredQuestionsWithCandidate​Answers is the only valid value. Specifies the number of items per page. Valid values are from 0 through 10. If you pass in null, the default size is 5.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getvotesforcomment(string,string,connectapi.updownvotevalue)": {
      "id": "ConnectApi.chatterfeeds.method.getvotesforcomment(string,string,connectapi.updownvotevalue)",
      "nodeType": "method",
      "name": "getVotesForComment",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getVotesForComment",
        "textToLower": "getvotesforcomment",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getVotesForComment_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 117,
      "memberOrder": 117,
      "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.VotePage getVotesForComment(String communityId, String commentId, ConnectApi.UpDownVoteValue vote)",
      "overrideSignature": "public static override ConnectApi.VotePage getVotesForComment(String communityId, String commentId, ConnectApi.UpDownVoteValue vote)",
      "simplifiedSignature": "getVotesForComment(String,String,ConnectApi.UpDownVoteValue)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getvotesforcomment.datatype.ConnectApi.VotePage",
        "nodeType": "datatype",
        "name": "ConnectApi.VotePage",
        "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.chatterfeeds.getvotesforcomment",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.VotePage"
      },
      "description": "Get the first page of users who upvoted or downvoted a comment.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getvotesforcomment(string,string,connectapi.updownvotevalue).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 60
              },
              "end": {
                "line": 0,
                "character": 71
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:60"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 60
              },
              "end": {
                "line": 0,
                "character": 71
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:60"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getvotesforcomment(string,string,connectapi.updownvotevalue)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getvotesforcomment.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 53
                },
                "end": {
                  "line": 0,
                  "character": 59
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:53"
            },
            "parentId": "ConnectApi.chatterfeeds.getvotesforcomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "commentid": {
          "id": "ConnectApi.chatterfeeds.method.getvotesforcomment(string,string,connectapi.updownvotevalue).varParam.commentid",
          "nodeType": "variable",
          "name": "commentId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 80
              },
              "end": {
                "line": 0,
                "character": 89
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:80"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 80
              },
              "end": {
                "line": 0,
                "character": 89
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:80"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getvotesforcomment(string,string,connectapi.updownvotevalue)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getvotesforcomment.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.chatterfeeds.getvotesforcomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "vote": {
          "id": "ConnectApi.chatterfeeds.method.getvotesforcomment(string,string,connectapi.updownvotevalue).varParam.vote",
          "nodeType": "variable",
          "name": "vote",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "vote",
            "textToLower": "vote",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 118
              },
              "end": {
                "line": 0,
                "character": 122
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_vote_0:118"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "vote",
            "textToLower": "vote",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 118
              },
              "end": {
                "line": 0,
                "character": 122
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_vote_0:118"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getvotesforcomment(string,string,connectapi.updownvotevalue)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getvotesforcomment.datatype.ConnectApi.UpDownVoteValue",
            "nodeType": "datatype",
            "name": "ConnectApi.UpDownVoteValue",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 91
                },
                "end": {
                  "line": 0,
                  "character": 101
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:91"
            },
            "parentId": "ConnectApi.chatterfeeds.getvotesforcomment",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.UpDownVoteValue"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the comment. Specifies the value of the vote for the feed element. Values are: Down  Up   You can’t specify None.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getvotesforcomment(string,string,connectapi.updownvotevalue,integer,integer)": {
      "id": "ConnectApi.chatterfeeds.method.getvotesforcomment(string,string,connectapi.updownvotevalue,integer,integer)",
      "nodeType": "method",
      "name": "getVotesForComment",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getVotesForComment",
        "textToLower": "getvotesforcomment",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getVotesForComment_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 118,
      "memberOrder": 118,
      "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.VotePage getVotesForComment(String communityId, String commentId, ConnectApi.UpDownVoteValue vote, Integer pageParam, Integer pageSize)",
      "overrideSignature": "public static override ConnectApi.VotePage getVotesForComment(String communityId, String commentId, ConnectApi.UpDownVoteValue vote, Integer pageParam, Integer pageSize)",
      "simplifiedSignature": "getVotesForComment(String,String,ConnectApi.UpDownVoteValue,Integer,Integer)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getvotesforcomment.datatype.ConnectApi.VotePage",
        "nodeType": "datatype",
        "name": "ConnectApi.VotePage",
        "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.chatterfeeds.getvotesforcomment",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.VotePage"
      },
      "description": "Get a page of users who upvoted or downvoted a comment.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getvotesforcomment(string,string,connectapi.updownvotevalue,integer,integer).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 60
              },
              "end": {
                "line": 0,
                "character": 71
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:60"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 60
              },
              "end": {
                "line": 0,
                "character": 71
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:60"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getvotesforcomment(string,string,connectapi.updownvotevalue,integer,integer)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getvotesforcomment.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 53
                },
                "end": {
                  "line": 0,
                  "character": 59
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:53"
            },
            "parentId": "ConnectApi.chatterfeeds.getvotesforcomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "commentid": {
          "id": "ConnectApi.chatterfeeds.method.getvotesforcomment(string,string,connectapi.updownvotevalue,integer,integer).varParam.commentid",
          "nodeType": "variable",
          "name": "commentId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 80
              },
              "end": {
                "line": 0,
                "character": 89
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:80"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 80
              },
              "end": {
                "line": 0,
                "character": 89
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:80"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getvotesforcomment(string,string,connectapi.updownvotevalue,integer,integer)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getvotesforcomment.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.chatterfeeds.getvotesforcomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "vote": {
          "id": "ConnectApi.chatterfeeds.method.getvotesforcomment(string,string,connectapi.updownvotevalue,integer,integer).varParam.vote",
          "nodeType": "variable",
          "name": "vote",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "vote",
            "textToLower": "vote",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 118
              },
              "end": {
                "line": 0,
                "character": 122
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_vote_0:118"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "vote",
            "textToLower": "vote",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 118
              },
              "end": {
                "line": 0,
                "character": 122
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_vote_0:118"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getvotesforcomment(string,string,connectapi.updownvotevalue,integer,integer)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getvotesforcomment.datatype.ConnectApi.UpDownVoteValue",
            "nodeType": "datatype",
            "name": "ConnectApi.UpDownVoteValue",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 91
                },
                "end": {
                  "line": 0,
                  "character": 101
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:91"
            },
            "parentId": "ConnectApi.chatterfeeds.getvotesforcomment",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.UpDownVoteValue"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getvotesforcomment(string,string,connectapi.updownvotevalue,integer,integer).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 132
              },
              "end": {
                "line": 0,
                "character": 141
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:132"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 132
              },
              "end": {
                "line": 0,
                "character": 141
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:132"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getvotesforcomment(string,string,connectapi.updownvotevalue,integer,integer)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getvotesforcomment.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 124
                },
                "end": {
                  "line": 0,
                  "character": 131
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:124"
            },
            "parentId": "ConnectApi.chatterfeeds.getvotesforcomment",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getvotesforcomment(string,string,connectapi.updownvotevalue,integer,integer).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 151
              },
              "end": {
                "line": 0,
                "character": 159
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:151"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 151
              },
              "end": {
                "line": 0,
                "character": 159
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:151"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getvotesforcomment(string,string,connectapi.updownvotevalue,integer,integer)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getvotesforcomment.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 143
                },
                "end": {
                  "line": 0,
                  "character": 150
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:143"
            },
            "parentId": "ConnectApi.chatterfeeds.getvotesforcomment",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the comment. Specifies the value of the vote for the feed element. Values are: Down  Up   You can’t specify None. Specifies the number of the page you want returned. Starts at 0. If you pass in null or 0, the first page is returned. Specifies the number of items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getvotesforfeedelement(string,string,connectapi.updownvotevalue)": {
      "id": "ConnectApi.chatterfeeds.method.getvotesforfeedelement(string,string,connectapi.updownvotevalue)",
      "nodeType": "method",
      "name": "getVotesForFeedElement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getVotesForFeedElement",
        "textToLower": "getvotesforfeedelement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getVotesForFeedElement_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 119,
      "memberOrder": 119,
      "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.VotePage getVotesForFeedElement(String communityId, String feedElementId, ConnectApi.UpDownVoteValue vote)",
      "overrideSignature": "public static override ConnectApi.VotePage getVotesForFeedElement(String communityId, String feedElementId, ConnectApi.UpDownVoteValue vote)",
      "simplifiedSignature": "getVotesForFeedElement(String,String,ConnectApi.UpDownVoteValue)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getvotesforfeedelement.datatype.ConnectApi.VotePage",
        "nodeType": "datatype",
        "name": "ConnectApi.VotePage",
        "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.chatterfeeds.getvotesforfeedelement",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.VotePage"
      },
      "description": "Get the first page of users who upvoted or downvoted a feed element.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getvotesforfeedelement(string,string,connectapi.updownvotevalue).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 64
              },
              "end": {
                "line": 0,
                "character": 75
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:64"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 64
              },
              "end": {
                "line": 0,
                "character": 75
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:64"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getvotesforfeedelement(string,string,connectapi.updownvotevalue)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getvotesforfeedelement.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 57
                },
                "end": {
                  "line": 0,
                  "character": 63
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:57"
            },
            "parentId": "ConnectApi.chatterfeeds.getvotesforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.chatterfeeds.method.getvotesforfeedelement(string,string,connectapi.updownvotevalue).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 84
              },
              "end": {
                "line": 0,
                "character": 97
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:84"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 84
              },
              "end": {
                "line": 0,
                "character": 97
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:84"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getvotesforfeedelement(string,string,connectapi.updownvotevalue)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getvotesforfeedelement.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 77
                },
                "end": {
                  "line": 0,
                  "character": 83
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:77"
            },
            "parentId": "ConnectApi.chatterfeeds.getvotesforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "vote": {
          "id": "ConnectApi.chatterfeeds.method.getvotesforfeedelement(string,string,connectapi.updownvotevalue).varParam.vote",
          "nodeType": "variable",
          "name": "vote",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "vote",
            "textToLower": "vote",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 130
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_vote_0:126"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "vote",
            "textToLower": "vote",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 130
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_vote_0:126"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getvotesforfeedelement(string,string,connectapi.updownvotevalue)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getvotesforfeedelement.datatype.ConnectApi.UpDownVoteValue",
            "nodeType": "datatype",
            "name": "ConnectApi.UpDownVoteValue",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 99
                },
                "end": {
                  "line": 0,
                  "character": 109
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:99"
            },
            "parentId": "ConnectApi.chatterfeeds.getvotesforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.UpDownVoteValue"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getvotesforfeedelement(string,string,connectapi.updownvotevalue,integer,integer)": {
      "id": "ConnectApi.chatterfeeds.method.getvotesforfeedelement(string,string,connectapi.updownvotevalue,integer,integer)",
      "nodeType": "method",
      "name": "getVotesForFeedElement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getVotesForFeedElement",
        "textToLower": "getvotesforfeedelement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getVotesForFeedElement_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 120,
      "memberOrder": 120,
      "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.VotePage getVotesForFeedElement(String communityId, String feedElementId, ConnectApi.UpDownVoteValue vote, Integer pageParam, Integer pageSize)",
      "overrideSignature": "public static override ConnectApi.VotePage getVotesForFeedElement(String communityId, String feedElementId, ConnectApi.UpDownVoteValue vote, Integer pageParam, Integer pageSize)",
      "simplifiedSignature": "getVotesForFeedElement(String,String,ConnectApi.UpDownVoteValue,Integer,Integer)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.getvotesforfeedelement.datatype.ConnectApi.VotePage",
        "nodeType": "datatype",
        "name": "ConnectApi.VotePage",
        "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.chatterfeeds.getvotesforfeedelement",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.VotePage"
      },
      "description": "Get a page of users who upvoted or downvoted a feed element.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.getvotesforfeedelement(string,string,connectapi.updownvotevalue,integer,integer).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 64
              },
              "end": {
                "line": 0,
                "character": 75
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:64"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 64
              },
              "end": {
                "line": 0,
                "character": 75
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:64"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getvotesforfeedelement(string,string,connectapi.updownvotevalue,integer,integer)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getvotesforfeedelement.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 57
                },
                "end": {
                  "line": 0,
                  "character": 63
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:57"
            },
            "parentId": "ConnectApi.chatterfeeds.getvotesforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.chatterfeeds.method.getvotesforfeedelement(string,string,connectapi.updownvotevalue,integer,integer).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 84
              },
              "end": {
                "line": 0,
                "character": 97
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:84"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 84
              },
              "end": {
                "line": 0,
                "character": 97
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:84"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getvotesforfeedelement(string,string,connectapi.updownvotevalue,integer,integer)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getvotesforfeedelement.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 77
                },
                "end": {
                  "line": 0,
                  "character": 83
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:77"
            },
            "parentId": "ConnectApi.chatterfeeds.getvotesforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "vote": {
          "id": "ConnectApi.chatterfeeds.method.getvotesforfeedelement(string,string,connectapi.updownvotevalue,integer,integer).varParam.vote",
          "nodeType": "variable",
          "name": "vote",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "vote",
            "textToLower": "vote",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 130
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_vote_0:126"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "vote",
            "textToLower": "vote",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 130
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_vote_0:126"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getvotesforfeedelement(string,string,connectapi.updownvotevalue,integer,integer)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getvotesforfeedelement.datatype.ConnectApi.UpDownVoteValue",
            "nodeType": "datatype",
            "name": "ConnectApi.UpDownVoteValue",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 99
                },
                "end": {
                  "line": 0,
                  "character": 109
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:99"
            },
            "parentId": "ConnectApi.chatterfeeds.getvotesforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.UpDownVoteValue"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.getvotesforfeedelement(string,string,connectapi.updownvotevalue,integer,integer).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 140
              },
              "end": {
                "line": 0,
                "character": 149
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:140"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 140
              },
              "end": {
                "line": 0,
                "character": 149
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:140"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getvotesforfeedelement(string,string,connectapi.updownvotevalue,integer,integer)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getvotesforfeedelement.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 132
                },
                "end": {
                  "line": 0,
                  "character": 139
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:132"
            },
            "parentId": "ConnectApi.chatterfeeds.getvotesforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.getvotesforfeedelement(string,string,connectapi.updownvotevalue,integer,integer).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 159
              },
              "end": {
                "line": 0,
                "character": 167
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:159"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 159
              },
              "end": {
                "line": 0,
                "character": 167
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:159"
          },
          "parentId": "ConnectApi.chatterfeeds.method.getvotesforfeedelement(string,string,connectapi.updownvotevalue,integer,integer)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.getvotesforfeedelement.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 151
                },
                "end": {
                  "line": 0,
                  "character": 158
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:151"
            },
            "parentId": "ConnectApi.chatterfeeds.getvotesforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element. Specifies the value of the vote for the feed element. Values are: Down  Up   You can’t specify None. Specifies the number of the page you want returned. Starts at 0. If you pass in null or 0, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "iscommenteditablebyme(string,string)": {
      "id": "ConnectApi.chatterfeeds.method.iscommenteditablebyme(string,string)",
      "nodeType": "method",
      "name": "isCommentEditableByMe",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "isCommentEditableByMe",
        "textToLower": "iscommenteditablebyme",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_isCommentEditableByMe_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 121,
      "memberOrder": 121,
      "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.FeedEntityIsEditable isCommentEditableByMe(String communityId, String commentId)",
      "overrideSignature": "public static override ConnectApi.FeedEntityIsEditable isCommentEditableByMe(String communityId, String commentId)",
      "simplifiedSignature": "isCommentEditableByMe(String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.iscommenteditablebyme.datatype.ConnectApi.FeedEntityIsEditable",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedEntityIsEditable",
        "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.chatterfeeds.iscommenteditablebyme",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedEntityIsEditable"
      },
      "description": "Discover whether the context user can edit a comment.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.iscommenteditablebyme(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": 75
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:75"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 75
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:75"
          },
          "parentId": "ConnectApi.chatterfeeds.method.iscommenteditablebyme(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.iscommenteditablebyme.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.chatterfeeds.iscommenteditablebyme",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "commentid": {
          "id": "ConnectApi.chatterfeeds.method.iscommenteditablebyme(string,string).varParam.commentid",
          "nodeType": "variable",
          "name": "commentId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 104
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:95"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 104
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:95"
          },
          "parentId": "ConnectApi.chatterfeeds.method.iscommenteditablebyme(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.iscommenteditablebyme.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.chatterfeeds.iscommenteditablebyme",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the comment.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "isfeedelementeditablebyme(string,string)": {
      "id": "ConnectApi.chatterfeeds.method.isfeedelementeditablebyme(string,string)",
      "nodeType": "method",
      "name": "isFeedElementEditableByMe",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "isFeedElementEditableByMe",
        "textToLower": "isfeedelementeditablebyme",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_isFeedElementEditableByMe_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 122,
      "memberOrder": 122,
      "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.FeedEntityIsEditable isFeedElementEditableByMe(String communityId, String feedElementId)",
      "overrideSignature": "public static override ConnectApi.FeedEntityIsEditable isFeedElementEditableByMe(String communityId, String feedElementId)",
      "simplifiedSignature": "isFeedElementEditableByMe(String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.isfeedelementeditablebyme.datatype.ConnectApi.FeedEntityIsEditable",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedEntityIsEditable",
        "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.chatterfeeds.isfeedelementeditablebyme",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedEntityIsEditable"
      },
      "description": "Discover whether the context user can edit a feed element.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.isfeedelementeditablebyme(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": 79
              },
              "end": {
                "line": 0,
                "character": 90
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:79"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 90
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:79"
          },
          "parentId": "ConnectApi.chatterfeeds.method.isfeedelementeditablebyme(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.isfeedelementeditablebyme.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.chatterfeeds.isfeedelementeditablebyme",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.chatterfeeds.method.isfeedelementeditablebyme(string,string).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 99
              },
              "end": {
                "line": 0,
                "character": 112
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:99"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 99
              },
              "end": {
                "line": 0,
                "character": 112
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:99"
          },
          "parentId": "ConnectApi.chatterfeeds.method.isfeedelementeditablebyme(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.isfeedelementeditablebyme.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 92
                },
                "end": {
                  "line": 0,
                  "character": 98
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:92"
            },
            "parentId": "ConnectApi.chatterfeeds.isfeedelementeditablebyme",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element. Feed items are the only type of feed element that can be edited.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "ismodified(string,connectapi.feedtype,string,string)": {
      "id": "ConnectApi.chatterfeeds.method.ismodified(string,connectapi.feedtype,string,string)",
      "nodeType": "method",
      "name": "isModified",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "isModified",
        "textToLower": "ismodified",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_isModified_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 123,
      "memberOrder": 123,
      "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.FeedModifiedInfo isModified(String communityId, ConnectApi.FeedType feedType, String subjectId, String since)",
      "overrideSignature": "public static override ConnectApi.FeedModifiedInfo isModified(String communityId, ConnectApi.FeedType feedType, String subjectId, String since)",
      "simplifiedSignature": "isModified(String,ConnectApi.FeedType,String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.ismodified.datatype.ConnectApi.FeedModifiedInfo",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedModifiedInfo",
        "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.chatterfeeds.ismodified",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedModifiedInfo"
      },
      "description": "Discover whether a news feed has been updated or changed. Use this method to poll a news feed for updates.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.ismodified(string,connectapi.feedtype,string,string).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 60
              },
              "end": {
                "line": 0,
                "character": 71
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:60"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 60
              },
              "end": {
                "line": 0,
                "character": 71
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:60"
          },
          "parentId": "ConnectApi.chatterfeeds.method.ismodified(string,connectapi.feedtype,string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.ismodified.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 53
                },
                "end": {
                  "line": 0,
                  "character": 59
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:53"
            },
            "parentId": "ConnectApi.chatterfeeds.ismodified",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.ismodified(string,connectapi.feedtype,string,string).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 93
              },
              "end": {
                "line": 0,
                "character": 101
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:93"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 93
              },
              "end": {
                "line": 0,
                "character": 101
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:93"
          },
          "parentId": "ConnectApi.chatterfeeds.method.ismodified(string,connectapi.feedtype,string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.ismodified.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 73
                },
                "end": {
                  "line": 0,
                  "character": 83
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:73"
            },
            "parentId": "ConnectApi.chatterfeeds.ismodified",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.ismodified(string,connectapi.feedtype,string,string).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 110
              },
              "end": {
                "line": 0,
                "character": 119
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:110"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 110
              },
              "end": {
                "line": 0,
                "character": 119
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:110"
          },
          "parentId": "ConnectApi.chatterfeeds.method.ismodified(string,connectapi.feedtype,string,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.ismodified.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 103
                },
                "end": {
                  "line": 0,
                  "character": 109
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:103"
            },
            "parentId": "ConnectApi.chatterfeeds.ismodified",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "since": {
          "id": "ConnectApi.chatterfeeds.method.ismodified(string,connectapi.feedtype,string,string).varParam.since",
          "nodeType": "variable",
          "name": "since",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "since",
            "textToLower": "since",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 128
              },
              "end": {
                "line": 0,
                "character": 133
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_since_0:128"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "since",
            "textToLower": "since",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 128
              },
              "end": {
                "line": 0,
                "character": 133
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_since_0:128"
          },
          "parentId": "ConnectApi.chatterfeeds.method.ismodified(string,connectapi.feedtype,string,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.ismodified.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 121
                },
                "end": {
                  "line": 0,
                  "character": 127
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:121"
            },
            "parentId": "ConnectApi.chatterfeeds.ismodified",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. Specifies the type of feed. The only supported type is News  The ID of the context user or the alias me. An opaque token containing information about the last modified date of the feed. Retrieve this token from the FeedElementPage.isModifiedToken property.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "likecomment(string,string)": {
      "id": "ConnectApi.chatterfeeds.method.likecomment(string,string)",
      "nodeType": "method",
      "name": "likeComment",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "likeComment",
        "textToLower": "likecomment",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_likeComment_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 124,
      "memberOrder": 124,
      "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.ChatterLike likeComment(String communityId, String commentId)",
      "overrideSignature": "public static override ConnectApi.ChatterLike likeComment(String communityId, String commentId)",
      "simplifiedSignature": "likeComment(String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.likecomment.datatype.ConnectApi.ChatterLike",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterLike",
        "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.chatterfeeds.likecomment",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterLike"
      },
      "description": "Like a comment for the context user.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.likecomment(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": 56
              },
              "end": {
                "line": 0,
                "character": 67
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:56"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 56
              },
              "end": {
                "line": 0,
                "character": 67
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:56"
          },
          "parentId": "ConnectApi.chatterfeeds.method.likecomment(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.likecomment.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 49
                },
                "end": {
                  "line": 0,
                  "character": 55
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:49"
            },
            "parentId": "ConnectApi.chatterfeeds.likecomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "commentid": {
          "id": "ConnectApi.chatterfeeds.method.likecomment(string,string).varParam.commentid",
          "nodeType": "variable",
          "name": "commentId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 76
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:76"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 76
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:76"
          },
          "parentId": "ConnectApi.chatterfeeds.method.likecomment(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.likecomment.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.chatterfeeds.likecomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a comment.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "likefeedelement(string,string)": {
      "id": "ConnectApi.chatterfeeds.method.likefeedelement(string,string)",
      "nodeType": "method",
      "name": "likeFeedElement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "likeFeedElement",
        "textToLower": "likefeedelement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_likeFeedElement_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 125,
      "memberOrder": 125,
      "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.ChatterLike likeFeedElement(String communityId, String feedElementId)",
      "overrideSignature": "public static override ConnectApi.ChatterLike likeFeedElement(String communityId, String feedElementId)",
      "simplifiedSignature": "likeFeedElement(String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.likefeedelement.datatype.ConnectApi.ChatterLike",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterLike",
        "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.chatterfeeds.likefeedelement",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterLike"
      },
      "description": "Like a feed element.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.likefeedelement(string,string).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 60
              },
              "end": {
                "line": 0,
                "character": 71
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:60"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 60
              },
              "end": {
                "line": 0,
                "character": 71
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:60"
          },
          "parentId": "ConnectApi.chatterfeeds.method.likefeedelement(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.likefeedelement.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 53
                },
                "end": {
                  "line": 0,
                  "character": 59
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:53"
            },
            "parentId": "ConnectApi.chatterfeeds.likefeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.chatterfeeds.method.likefeedelement(string,string).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 80
              },
              "end": {
                "line": 0,
                "character": 93
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:80"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 80
              },
              "end": {
                "line": 0,
                "character": 93
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:80"
          },
          "parentId": "ConnectApi.chatterfeeds.method.likefeedelement(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.likefeedelement.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.chatterfeeds.likefeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "likefeeditem(string,string)": {
      "id": "ConnectApi.chatterfeeds.method.likefeeditem(string,string)",
      "nodeType": "method",
      "name": "likeFeedItem",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "likeFeedItem",
        "textToLower": "likefeeditem",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_likeFeedItem_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 126,
      "memberOrder": 126,
      "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.ChatterLike likeFeedItem(String communityId, String feedItemId)",
      "overrideSignature": "public static override ConnectApi.ChatterLike likeFeedItem(String communityId, String feedItemId)",
      "simplifiedSignature": "likeFeedItem(String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.likefeeditem.datatype.ConnectApi.ChatterLike",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterLike",
        "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.chatterfeeds.likefeeditem",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterLike"
      },
      "description": "Like a feed item for the context user.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.likefeeditem(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": 57
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:57"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 57
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:57"
          },
          "parentId": "ConnectApi.chatterfeeds.method.likefeeditem(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.likefeeditem.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 50
                },
                "end": {
                  "line": 0,
                  "character": 56
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:50"
            },
            "parentId": "ConnectApi.chatterfeeds.likefeeditem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feeditemid": {
          "id": "ConnectApi.chatterfeeds.method.likefeeditem(string,string).varParam.feeditemid",
          "nodeType": "variable",
          "name": "feedItemId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedItemId",
            "textToLower": "feeditemid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 77
              },
              "end": {
                "line": 0,
                "character": 87
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedItemId_0:77"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedItemId",
            "textToLower": "feeditemid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 77
              },
              "end": {
                "line": 0,
                "character": 87
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedItemId_0:77"
          },
          "parentId": "ConnectApi.chatterfeeds.method.likefeeditem(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.likefeeditem.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 70
                },
                "end": {
                  "line": 0,
                  "character": 76
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:70"
            },
            "parentId": "ConnectApi.chatterfeeds.likefeeditem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a feed item.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "postcomment(string,string,string)": {
      "id": "ConnectApi.chatterfeeds.method.postcomment(string,string,string)",
      "nodeType": "method",
      "name": "postComment",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "postComment",
        "textToLower": "postcomment",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_postComment_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 127,
      "memberOrder": 127,
      "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.Comment postComment(String communityId, String feedItemId, String text)",
      "overrideSignature": "public static override ConnectApi.Comment postComment(String communityId, String feedItemId, String text)",
      "simplifiedSignature": "postComment(String,String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.postcomment.datatype.ConnectApi.Comment",
        "nodeType": "datatype",
        "name": "ConnectApi.Comment",
        "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.chatterfeeds.postcomment",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.Comment"
      },
      "description": "Post a plain-text comment to a feed item.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.postcomment(string,string,string).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 52
              },
              "end": {
                "line": 0,
                "character": 63
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:52"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 52
              },
              "end": {
                "line": 0,
                "character": 63
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:52"
          },
          "parentId": "ConnectApi.chatterfeeds.method.postcomment(string,string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.postcomment.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 45
                },
                "end": {
                  "line": 0,
                  "character": 51
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:45"
            },
            "parentId": "ConnectApi.chatterfeeds.postcomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feeditemid": {
          "id": "ConnectApi.chatterfeeds.method.postcomment(string,string,string).varParam.feeditemid",
          "nodeType": "variable",
          "name": "feedItemId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedItemId",
            "textToLower": "feeditemid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 82
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedItemId_0:72"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedItemId",
            "textToLower": "feeditemid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 82
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedItemId_0:72"
          },
          "parentId": "ConnectApi.chatterfeeds.method.postcomment(string,string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.postcomment.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.chatterfeeds.postcomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "text": {
          "id": "ConnectApi.chatterfeeds.method.postcomment(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": 91
              },
              "end": {
                "line": 0,
                "character": 95
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_text_0:91"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "text",
            "textToLower": "text",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 95
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_text_0:91"
          },
          "parentId": "ConnectApi.chatterfeeds.method.postcomment(string,string,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.postcomment.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.chatterfeeds.postcomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a feed item. The text of the comment. Mentions are downgraded to plain text. To include a mention that links to a user, call postComment(communityId, feedItemId, comment, feedItemFileUpload) and pass the mention in a ConnectApi.CommentInput object.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "postcomment(string,string,connectapi.commentinput,connectapi.binaryinput)": {
      "id": "ConnectApi.chatterfeeds.method.postcomment(string,string,connectapi.commentinput,connectapi.binaryinput)",
      "nodeType": "method",
      "name": "postComment",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "postComment",
        "textToLower": "postcomment",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_postComment_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 128,
      "memberOrder": 128,
      "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.Comment postComment(String communityId, String feedItemId, ConnectApi.CommentInput comment, ConnectApi.BinaryInput feedItemFileUpload)",
      "overrideSignature": "public static override ConnectApi.Comment postComment(String communityId, String feedItemId, ConnectApi.CommentInput comment, ConnectApi.BinaryInput feedItemFileUpload)",
      "simplifiedSignature": "postComment(String,String,ConnectApi.CommentInput,ConnectApi.BinaryInput)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.postcomment.datatype.ConnectApi.Comment",
        "nodeType": "datatype",
        "name": "ConnectApi.Comment",
        "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.chatterfeeds.postcomment",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.Comment"
      },
      "description": "Post a rich-text comment to a feed item. Use this method to include mentions and to attach a file to a comment.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.postcomment(string,string,connectapi.commentinput,connectapi.binaryinput).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 52
              },
              "end": {
                "line": 0,
                "character": 63
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:52"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 52
              },
              "end": {
                "line": 0,
                "character": 63
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:52"
          },
          "parentId": "ConnectApi.chatterfeeds.method.postcomment(string,string,connectapi.commentinput,connectapi.binaryinput)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.postcomment.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 45
                },
                "end": {
                  "line": 0,
                  "character": 51
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:45"
            },
            "parentId": "ConnectApi.chatterfeeds.postcomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feeditemid": {
          "id": "ConnectApi.chatterfeeds.method.postcomment(string,string,connectapi.commentinput,connectapi.binaryinput).varParam.feeditemid",
          "nodeType": "variable",
          "name": "feedItemId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedItemId",
            "textToLower": "feeditemid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 82
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedItemId_0:72"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedItemId",
            "textToLower": "feeditemid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 82
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedItemId_0:72"
          },
          "parentId": "ConnectApi.chatterfeeds.method.postcomment(string,string,connectapi.commentinput,connectapi.binaryinput)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.postcomment.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.chatterfeeds.postcomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "comment": {
          "id": "ConnectApi.chatterfeeds.method.postcomment(string,string,connectapi.commentinput,connectapi.binaryinput).varParam.comment",
          "nodeType": "variable",
          "name": "comment",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "comment",
            "textToLower": "comment",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 108
              },
              "end": {
                "line": 0,
                "character": 115
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_comment_0:108"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "comment",
            "textToLower": "comment",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 108
              },
              "end": {
                "line": 0,
                "character": 115
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_comment_0:108"
          },
          "parentId": "ConnectApi.chatterfeeds.method.postcomment(string,string,connectapi.commentinput,connectapi.binaryinput)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.postcomment.datatype.ConnectApi.CommentInput",
            "nodeType": "datatype",
            "name": "ConnectApi.CommentInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 84
                },
                "end": {
                  "line": 0,
                  "character": 94
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:84"
            },
            "parentId": "ConnectApi.chatterfeeds.postcomment",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.CommentInput"
          },
          "scope": null
        },
        "feeditemfileupload": {
          "id": "ConnectApi.chatterfeeds.method.postcomment(string,string,connectapi.commentinput,connectapi.binaryinput).varParam.feeditemfileupload",
          "nodeType": "variable",
          "name": "feedItemFileUpload",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedItemFileUpload",
            "textToLower": "feeditemfileupload",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 140
              },
              "end": {
                "line": 0,
                "character": 158
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedItemFileUpload_0:140"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedItemFileUpload",
            "textToLower": "feeditemfileupload",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 140
              },
              "end": {
                "line": 0,
                "character": 158
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedItemFileUpload_0:140"
          },
          "parentId": "ConnectApi.chatterfeeds.method.postcomment(string,string,connectapi.commentinput,connectapi.binaryinput)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.postcomment.datatype.ConnectApi.BinaryInput",
            "nodeType": "datatype",
            "name": "ConnectApi.BinaryInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 117
                },
                "end": {
                  "line": 0,
                  "character": 127
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:117"
            },
            "parentId": "ConnectApi.chatterfeeds.postcomment",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.BinaryInput"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a feed item. In the CommentInput object, specify rich text, including @mentions. Optionally, in the CommentInput.attachment property, specify an existing file or a new file If you specify a NewFileAttachmentInput object in the CommentInput.attachment property, specify the new binary file to attach in this argument. Otherwise, do not specify a value.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "postcommenttofeedelement(string,string,string)": {
      "id": "ConnectApi.chatterfeeds.method.postcommenttofeedelement(string,string,string)",
      "nodeType": "method",
      "name": "postCommentToFeedElement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "postCommentToFeedElement",
        "textToLower": "postcommenttofeedelement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_postCommentToFeedElement_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 129,
      "memberOrder": 129,
      "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.Comment postCommentToFeedElement(String communityId, String feedElementId, String text)",
      "overrideSignature": "public static override ConnectApi.Comment postCommentToFeedElement(String communityId, String feedElementId, String text)",
      "simplifiedSignature": "postCommentToFeedElement(String,String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.postcommenttofeedelement.datatype.ConnectApi.Comment",
        "nodeType": "datatype",
        "name": "ConnectApi.Comment",
        "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.chatterfeeds.postcommenttofeedelement",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.Comment"
      },
      "description": "Post a plain-text comment to a feed element.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.postcommenttofeedelement(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": 65
              },
              "end": {
                "line": 0,
                "character": 76
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:65"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 65
              },
              "end": {
                "line": 0,
                "character": 76
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:65"
          },
          "parentId": "ConnectApi.chatterfeeds.method.postcommenttofeedelement(string,string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.postcommenttofeedelement.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 58
                },
                "end": {
                  "line": 0,
                  "character": 64
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:58"
            },
            "parentId": "ConnectApi.chatterfeeds.postcommenttofeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.chatterfeeds.method.postcommenttofeedelement(string,string,string).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 85
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:85"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 85
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:85"
          },
          "parentId": "ConnectApi.chatterfeeds.method.postcommenttofeedelement(string,string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.postcommenttofeedelement.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 78
                },
                "end": {
                  "line": 0,
                  "character": 84
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:78"
            },
            "parentId": "ConnectApi.chatterfeeds.postcommenttofeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "text": {
          "id": "ConnectApi.chatterfeeds.method.postcommenttofeedelement(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": 107
              },
              "end": {
                "line": 0,
                "character": 111
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_text_0:107"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "text",
            "textToLower": "text",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 107
              },
              "end": {
                "line": 0,
                "character": 111
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_text_0:107"
          },
          "parentId": "ConnectApi.chatterfeeds.method.postcommenttofeedelement(string,string,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.postcommenttofeedelement.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 100
                },
                "end": {
                  "line": 0,
                  "character": 106
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:100"
            },
            "parentId": "ConnectApi.chatterfeeds.postcommenttofeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element. Text of the comment. A comment can contain up to 10,000 characters.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "postcommenttofeedelement(string,string,connectapi.commentinput,connectapi.binaryinput)": {
      "id": "ConnectApi.chatterfeeds.method.postcommenttofeedelement(string,string,connectapi.commentinput,connectapi.binaryinput)",
      "nodeType": "method",
      "name": "postCommentToFeedElement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "postCommentToFeedElement",
        "textToLower": "postcommenttofeedelement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_postCommentToFeedElement_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 130,
      "memberOrder": 130,
      "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.Comment postCommentToFeedElement(String communityId, String feedElementId, ConnectApi.CommentInput comment, ConnectApi.BinaryInput feedElementFileUpload)",
      "overrideSignature": "public static override ConnectApi.Comment postCommentToFeedElement(String communityId, String feedElementId, ConnectApi.CommentInput comment, ConnectApi.BinaryInput feedElementFileUpload)",
      "simplifiedSignature": "postCommentToFeedElement(String,String,ConnectApi.CommentInput,ConnectApi.BinaryInput)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.postcommenttofeedelement.datatype.ConnectApi.Comment",
        "nodeType": "datatype",
        "name": "ConnectApi.Comment",
        "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.chatterfeeds.postcommenttofeedelement",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.Comment"
      },
      "description": "Post a rich-text comment to a feed element. Use this method to include mentions and to attach a file.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.postcommenttofeedelement(string,string,connectapi.commentinput,connectapi.binaryinput).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 65
              },
              "end": {
                "line": 0,
                "character": 76
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:65"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 65
              },
              "end": {
                "line": 0,
                "character": 76
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:65"
          },
          "parentId": "ConnectApi.chatterfeeds.method.postcommenttofeedelement(string,string,connectapi.commentinput,connectapi.binaryinput)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.postcommenttofeedelement.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 58
                },
                "end": {
                  "line": 0,
                  "character": 64
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:58"
            },
            "parentId": "ConnectApi.chatterfeeds.postcommenttofeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.chatterfeeds.method.postcommenttofeedelement(string,string,connectapi.commentinput,connectapi.binaryinput).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 85
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:85"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 85
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:85"
          },
          "parentId": "ConnectApi.chatterfeeds.method.postcommenttofeedelement(string,string,connectapi.commentinput,connectapi.binaryinput)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.postcommenttofeedelement.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 78
                },
                "end": {
                  "line": 0,
                  "character": 84
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:78"
            },
            "parentId": "ConnectApi.chatterfeeds.postcommenttofeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "comment": {
          "id": "ConnectApi.chatterfeeds.method.postcommenttofeedelement(string,string,connectapi.commentinput,connectapi.binaryinput).varParam.comment",
          "nodeType": "variable",
          "name": "comment",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "comment",
            "textToLower": "comment",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 124
              },
              "end": {
                "line": 0,
                "character": 131
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_comment_0:124"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "comment",
            "textToLower": "comment",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 124
              },
              "end": {
                "line": 0,
                "character": 131
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_comment_0:124"
          },
          "parentId": "ConnectApi.chatterfeeds.method.postcommenttofeedelement(string,string,connectapi.commentinput,connectapi.binaryinput)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.postcommenttofeedelement.datatype.ConnectApi.CommentInput",
            "nodeType": "datatype",
            "name": "ConnectApi.CommentInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 100
                },
                "end": {
                  "line": 0,
                  "character": 110
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:100"
            },
            "parentId": "ConnectApi.chatterfeeds.postcommenttofeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.CommentInput"
          },
          "scope": null
        },
        "feedelementfileupload": {
          "id": "ConnectApi.chatterfeeds.method.postcommenttofeedelement(string,string,connectapi.commentinput,connectapi.binaryinput).varParam.feedelementfileupload",
          "nodeType": "variable",
          "name": "feedElementFileUpload",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementFileUpload",
            "textToLower": "feedelementfileupload",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 156
              },
              "end": {
                "line": 0,
                "character": 177
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementFileUpload_0:156"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementFileUpload",
            "textToLower": "feedelementfileupload",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 156
              },
              "end": {
                "line": 0,
                "character": 177
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementFileUpload_0:156"
          },
          "parentId": "ConnectApi.chatterfeeds.method.postcommenttofeedelement(string,string,connectapi.commentinput,connectapi.binaryinput)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.postcommenttofeedelement.datatype.ConnectApi.BinaryInput",
            "nodeType": "datatype",
            "name": "ConnectApi.BinaryInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 133
                },
                "end": {
                  "line": 0,
                  "character": 143
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:133"
            },
            "parentId": "ConnectApi.chatterfeeds.postcommenttofeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.BinaryInput"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element. The comment body, including text and mentions, and capabilities, such as information about an attached file. A comment can contain up to 10,000 characters. A new binary file to attach to the comment, or null. If you specify a binary file, specify the title and description of the file in the comment parameter.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "postfeedelement(string,string,connectapi.feedelementtype,string)": {
      "id": "ConnectApi.chatterfeeds.method.postfeedelement(string,string,connectapi.feedelementtype,string)",
      "nodeType": "method",
      "name": "postFeedElement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "postFeedElement",
        "textToLower": "postfeedelement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_postFeedElement_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 131,
      "memberOrder": 131,
      "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.FeedElement postFeedElement(String communityId, String subjectId, ConnectApi.FeedElementType feedElementType, String text)",
      "overrideSignature": "public static override ConnectApi.FeedElement postFeedElement(String communityId, String subjectId, ConnectApi.FeedElementType feedElementType, String text)",
      "simplifiedSignature": "postFeedElement(String,String,ConnectApi.FeedElementType,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.postfeedelement.datatype.ConnectApi.FeedElement",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElement",
        "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.chatterfeeds.postfeedelement",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElement"
      },
      "description": "Post a plain-text feed element.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.postfeedelement(string,string,connectapi.feedelementtype,string).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 60
              },
              "end": {
                "line": 0,
                "character": 71
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:60"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 60
              },
              "end": {
                "line": 0,
                "character": 71
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:60"
          },
          "parentId": "ConnectApi.chatterfeeds.method.postfeedelement(string,string,connectapi.feedelementtype,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.postfeedelement.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 53
                },
                "end": {
                  "line": 0,
                  "character": 59
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:53"
            },
            "parentId": "ConnectApi.chatterfeeds.postfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.postfeedelement(string,string,connectapi.feedelementtype,string).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 80
              },
              "end": {
                "line": 0,
                "character": 89
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:80"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 80
              },
              "end": {
                "line": 0,
                "character": 89
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:80"
          },
          "parentId": "ConnectApi.chatterfeeds.method.postfeedelement(string,string,connectapi.feedelementtype,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.postfeedelement.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.chatterfeeds.postfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementtype": {
          "id": "ConnectApi.chatterfeeds.method.postfeedelement(string,string,connectapi.feedelementtype,string).varParam.feedelementtype",
          "nodeType": "variable",
          "name": "feedElementType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementType",
            "textToLower": "feedelementtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 118
              },
              "end": {
                "line": 0,
                "character": 133
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementType_0:118"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementType",
            "textToLower": "feedelementtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 118
              },
              "end": {
                "line": 0,
                "character": 133
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementType_0:118"
          },
          "parentId": "ConnectApi.chatterfeeds.method.postfeedelement(string,string,connectapi.feedelementtype,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.postfeedelement.datatype.ConnectApi.FeedElementType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 91
                },
                "end": {
                  "line": 0,
                  "character": 101
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:91"
            },
            "parentId": "ConnectApi.chatterfeeds.postfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementType"
          },
          "scope": null
        },
        "text": {
          "id": "ConnectApi.chatterfeeds.method.postfeedelement(string,string,connectapi.feedelementtype,string).varParam.text",
          "nodeType": "variable",
          "name": "text",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "text",
            "textToLower": "text",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 142
              },
              "end": {
                "line": 0,
                "character": 146
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_text_0:142"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "text",
            "textToLower": "text",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 142
              },
              "end": {
                "line": 0,
                "character": 146
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_text_0:142"
          },
          "parentId": "ConnectApi.chatterfeeds.method.postfeedelement(string,string,connectapi.feedelementtype,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.postfeedelement.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 135
                },
                "end": {
                  "line": 0,
                  "character": 141
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:135"
            },
            "parentId": "ConnectApi.chatterfeeds.postfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the parent this feed element is being posted to. This value can be the ID of a user, group, or record, or the string me to indicate the context user. The only possible value is FeedItem. The text of the feed element. A feed element can contain up to 10,000 characters.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "postfeedelement(string,connectapi.feedelementinput,connectapi.binaryinput)": {
      "id": "ConnectApi.chatterfeeds.method.postfeedelement(string,connectapi.feedelementinput,connectapi.binaryinput)",
      "nodeType": "method",
      "name": "postFeedElement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "postFeedElement",
        "textToLower": "postfeedelement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_postFeedElement_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 132,
      "memberOrder": 132,
      "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.FeedElement postFeedElement(String communityId, ConnectApi.FeedElementInput feedElement, ConnectApi.BinaryInput feedElementFileUpload)",
      "overrideSignature": "public static override ConnectApi.FeedElement postFeedElement(String communityId, ConnectApi.FeedElementInput feedElement, ConnectApi.BinaryInput feedElementFileUpload)",
      "simplifiedSignature": "postFeedElement(String,ConnectApi.FeedElementInput,ConnectApi.BinaryInput)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.postfeedelement.datatype.ConnectApi.FeedElement",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElement",
        "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.chatterfeeds.postfeedelement",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElement"
      },
      "description": "Post a rich-text feed element. Include mentions and hashtag topics, attach a file to a feed element, and associate action link groups with a feed element. You can also use this method to share a feed element and add a comment.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.postfeedelement(string,connectapi.feedelementinput,connectapi.binaryinput).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 60
              },
              "end": {
                "line": 0,
                "character": 71
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:60"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 60
              },
              "end": {
                "line": 0,
                "character": 71
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:60"
          },
          "parentId": "ConnectApi.chatterfeeds.method.postfeedelement(string,connectapi.feedelementinput,connectapi.binaryinput)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.postfeedelement.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 53
                },
                "end": {
                  "line": 0,
                  "character": 59
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:53"
            },
            "parentId": "ConnectApi.chatterfeeds.postfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelement": {
          "id": "ConnectApi.chatterfeeds.method.postfeedelement(string,connectapi.feedelementinput,connectapi.binaryinput).varParam.feedelement",
          "nodeType": "variable",
          "name": "feedElement",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElement",
            "textToLower": "feedelement",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 101
              },
              "end": {
                "line": 0,
                "character": 112
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElement_0:101"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElement",
            "textToLower": "feedelement",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 101
              },
              "end": {
                "line": 0,
                "character": 112
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElement_0:101"
          },
          "parentId": "ConnectApi.chatterfeeds.method.postfeedelement(string,connectapi.feedelementinput,connectapi.binaryinput)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.postfeedelement.datatype.ConnectApi.FeedElementInput",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 73
                },
                "end": {
                  "line": 0,
                  "character": 83
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:73"
            },
            "parentId": "ConnectApi.chatterfeeds.postfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementInput"
          },
          "scope": null
        },
        "feedelementfileupload": {
          "id": "ConnectApi.chatterfeeds.method.postfeedelement(string,connectapi.feedelementinput,connectapi.binaryinput).varParam.feedelementfileupload",
          "nodeType": "variable",
          "name": "feedElementFileUpload",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementFileUpload",
            "textToLower": "feedelementfileupload",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 137
              },
              "end": {
                "line": 0,
                "character": 158
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementFileUpload_0:137"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementFileUpload",
            "textToLower": "feedelementfileupload",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 137
              },
              "end": {
                "line": 0,
                "character": 158
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementFileUpload_0:137"
          },
          "parentId": "ConnectApi.chatterfeeds.method.postfeedelement(string,connectapi.feedelementinput,connectapi.binaryinput)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.postfeedelement.datatype.ConnectApi.BinaryInput",
            "nodeType": "datatype",
            "name": "ConnectApi.BinaryInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 114
                },
                "end": {
                  "line": 0,
                  "character": 124
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:114"
            },
            "parentId": "ConnectApi.chatterfeeds.postfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.BinaryInput"
          },
          "description": "Use either the ID for a community, internal, or null. Specify rich text, including mentions. Optionally, specify a link, a poll, an existing file, or a new file. Specify the new binary file to attach to the post only if you also specify a NewFileAttachmentInput object in the feedElement parameter. Otherwise, pass null.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "postfeedelement(string,connectapi.feedelementinput)": {
      "id": "ConnectApi.chatterfeeds.method.postfeedelement(string,connectapi.feedelementinput)",
      "nodeType": "method",
      "name": "postFeedElement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "postFeedElement",
        "textToLower": "postfeedelement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_postFeedElement_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 133,
      "memberOrder": 133,
      "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.FeedElement postFeedElement(String communityId, ConnectApi.FeedElementInput feedElement)",
      "overrideSignature": "public static override ConnectApi.FeedElement postFeedElement(String communityId, ConnectApi.FeedElementInput feedElement)",
      "simplifiedSignature": "postFeedElement(String,ConnectApi.FeedElementInput)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.postfeedelement.datatype.ConnectApi.FeedElement",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElement",
        "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.chatterfeeds.postfeedelement",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElement"
      },
      "description": "Post a rich-text feed element. Include mentions and hashtag topics, attach already uploaded files to a feed element, and associate action link groups with a feed element. You can also use this method to share a feed element and add a comment.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.postfeedelement(string,connectapi.feedelementinput).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 60
              },
              "end": {
                "line": 0,
                "character": 71
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:60"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 60
              },
              "end": {
                "line": 0,
                "character": 71
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:60"
          },
          "parentId": "ConnectApi.chatterfeeds.method.postfeedelement(string,connectapi.feedelementinput)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.postfeedelement.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 53
                },
                "end": {
                  "line": 0,
                  "character": 59
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:53"
            },
            "parentId": "ConnectApi.chatterfeeds.postfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelement": {
          "id": "ConnectApi.chatterfeeds.method.postfeedelement(string,connectapi.feedelementinput).varParam.feedelement",
          "nodeType": "variable",
          "name": "feedElement",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElement",
            "textToLower": "feedelement",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 101
              },
              "end": {
                "line": 0,
                "character": 112
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElement_0:101"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElement",
            "textToLower": "feedelement",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 101
              },
              "end": {
                "line": 0,
                "character": 112
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElement_0:101"
          },
          "parentId": "ConnectApi.chatterfeeds.method.postfeedelement(string,connectapi.feedelementinput)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.postfeedelement.datatype.ConnectApi.FeedElementInput",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 73
                },
                "end": {
                  "line": 0,
                  "character": 83
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:73"
            },
            "parentId": "ConnectApi.chatterfeeds.postfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementInput"
          },
          "description": "Use either the ID for a community, internal, or null. Specify rich text, including mentions. Optionally, specify a link, a poll, or up to 10 existing files.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "postfeedelementbatch(string,list<connectapi.batchinput>)": {
      "id": "ConnectApi.chatterfeeds.method.postfeedelementbatch(string,list<connectapi.batchinput>)",
      "nodeType": "method",
      "name": "postFeedElementBatch",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "postFeedElementBatch",
        "textToLower": "postfeedelementbatch",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_postFeedElementBatch_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 134,
      "memberOrder": 134,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.BatchResult[] postFeedElementBatch(String communityId, List<ConnectApi.BatchInput> feedElements)",
      "overrideSignature": "public static override ConnectApi.BatchResult[] postFeedElementBatch(String communityId, List<ConnectApi.BatchInput> feedElements)",
      "simplifiedSignature": "postFeedElementBatch(String,List<ConnectApi.BatchInput>)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.postfeedelementbatch.datatype.ConnectApi.BatchResult[]",
        "nodeType": "datatype",
        "name": "ConnectApi.BatchResult[]",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.postfeedelementbatch",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.BatchResult[]"
      },
      "description": "Post a list of feed elements.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.postfeedelementbatch(string,list<connectapi.batchinput>).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:67"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:67"
          },
          "parentId": "ConnectApi.chatterfeeds.method.postfeedelementbatch(string,list<connectapi.batchinput>)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.postfeedelementbatch.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 60
                },
                "end": {
                  "line": 0,
                  "character": 66
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:60"
            },
            "parentId": "ConnectApi.chatterfeeds.postfeedelementbatch",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelements": {
          "id": "ConnectApi.chatterfeeds.method.postfeedelementbatch(string,list<connectapi.batchinput>).varParam.feedelements",
          "nodeType": "variable",
          "name": "feedElements",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElements",
            "textToLower": "feedelements",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 108
              },
              "end": {
                "line": 0,
                "character": 120
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElements_0:108"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElements",
            "textToLower": "feedelements",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 108
              },
              "end": {
                "line": 0,
                "character": 120
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElements_0:108"
          },
          "parentId": "ConnectApi.chatterfeeds.method.postfeedelementbatch(string,list<connectapi.batchinput>)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.postfeedelementbatch.datatype.List<ConnectApi.BatchInput>",
            "nodeType": "datatype",
            "name": "List<ConnectApi.BatchInput>",
            "startToken": {
              "type": "datatype.collection",
              "text": "List",
              "textToLower": "list",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 80
                },
                "end": {
                  "line": 0,
                  "character": 84
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_List_0:80"
            },
            "parentId": "ConnectApi.chatterfeeds.postfeedelementbatch",
            "order": 0,
            "memberOrder": 0,
            "type": "List",
            "value": {
              "id": "ConnectApi.chatterfeeds.postfeedelementbatch.datatype.List<ConnectApi.BatchInput>.value.ConnectApi.BatchInput",
              "nodeType": "datatype",
              "name": "ConnectApi.BatchInput",
              "startToken": {
                "type": "datatype.support.namespace",
                "text": "ConnectApi",
                "textToLower": "connectapi",
                "isAux": false,
                "range": {
                  "start": {
                    "line": 0,
                    "character": 85
                  },
                  "end": {
                    "line": 0,
                    "character": 95
                  },
                  "isEmpty": false,
                  "isSingleLine": true
                },
                "id": "token.type.identifier_ConnectApi_0:85"
              },
              "order": 0,
              "memberOrder": 0,
              "type": "ConnectApi.BatchInput"
            }
          },
          "description": "Use either the ID for a community, internal, or null. The list can contain up to 500 ConnectApi.BatchInput objects. In the ConnectApi.BatchInput constructor, the input object must be a concrete instance of the abstract ConnectApi.FeedElementInput class.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "postfeeditem(string,connectapi.feedtype,string,string)": {
      "id": "ConnectApi.chatterfeeds.method.postfeeditem(string,connectapi.feedtype,string,string)",
      "nodeType": "method",
      "name": "postFeedItem",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "postFeedItem",
        "textToLower": "postfeeditem",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_postFeedItem_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 135,
      "memberOrder": 135,
      "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.FeedItem postFeedItem(String communityId, ConnectApi.FeedType feedType, String subjectId, String text)",
      "overrideSignature": "public static override ConnectApi.FeedItem postFeedItem(String communityId, ConnectApi.FeedType feedType, String subjectId, String text)",
      "simplifiedSignature": "postFeedItem(String,ConnectApi.FeedType,String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.postfeeditem.datatype.ConnectApi.FeedItem",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedItem",
        "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.chatterfeeds.postfeeditem",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedItem"
      },
      "description": "Post a plain-text feed item.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.postfeeditem(string,connectapi.feedtype,string,string).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 54
              },
              "end": {
                "line": 0,
                "character": 65
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:54"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 54
              },
              "end": {
                "line": 0,
                "character": 65
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:54"
          },
          "parentId": "ConnectApi.chatterfeeds.method.postfeeditem(string,connectapi.feedtype,string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.postfeeditem.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 47
                },
                "end": {
                  "line": 0,
                  "character": 53
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:47"
            },
            "parentId": "ConnectApi.chatterfeeds.postfeeditem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.postfeeditem(string,connectapi.feedtype,string,string).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 95
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:87"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 95
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:87"
          },
          "parentId": "ConnectApi.chatterfeeds.method.postfeeditem(string,connectapi.feedtype,string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.postfeeditem.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 67
                },
                "end": {
                  "line": 0,
                  "character": 77
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:67"
            },
            "parentId": "ConnectApi.chatterfeeds.postfeeditem",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.postfeeditem(string,connectapi.feedtype,string,string).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 104
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:104"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 104
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:104"
          },
          "parentId": "ConnectApi.chatterfeeds.method.postfeeditem(string,connectapi.feedtype,string,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.postfeeditem.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 97
                },
                "end": {
                  "line": 0,
                  "character": 103
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:97"
            },
            "parentId": "ConnectApi.chatterfeeds.postfeeditem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "text": {
          "id": "ConnectApi.chatterfeeds.method.postfeeditem(string,connectapi.feedtype,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": 122
              },
              "end": {
                "line": 0,
                "character": 126
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_text_0:122"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "text",
            "textToLower": "text",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 122
              },
              "end": {
                "line": 0,
                "character": 126
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_text_0:122"
          },
          "parentId": "ConnectApi.chatterfeeds.method.postfeeditem(string,connectapi.feedtype,string,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.postfeeditem.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.chatterfeeds.postfeeditem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. One of the following: News  Record  UserProfile   Use Record to post to a group. The value depends on the feedType:  News—ID of the context user or the keyword me.   Record—ID of any record with a feed, including groups.   UserProfile—ID of any user.    Text of the feed item. Mentions are downgraded to plain text. To include a mention that links to the user, call the postFeedItem(communityId, feedType, subjectId, feedItemInput, feedItemFileUpload) method and pass the mention in a ConnectApi.FeedItemInput object.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "postfeeditem(string,connectapi.feedtype,string,connectapi.feediteminput,connectapi.binaryinput)": {
      "id": "ConnectApi.chatterfeeds.method.postfeeditem(string,connectapi.feedtype,string,connectapi.feediteminput,connectapi.binaryinput)",
      "nodeType": "method",
      "name": "postFeedItem",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "postFeedItem",
        "textToLower": "postfeeditem",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_postFeedItem_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 136,
      "memberOrder": 136,
      "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.FeedItem postFeedItem(String communityId, ConnectApi.FeedType feedType, String subjectId, ConnectApi.FeedItemInput feedItemInput, ConnectApi.BinaryInput feedItemFileUpload)",
      "overrideSignature": "public static override ConnectApi.FeedItem postFeedItem(String communityId, ConnectApi.FeedType feedType, String subjectId, ConnectApi.FeedItemInput feedItemInput, ConnectApi.BinaryInput feedItemFileUpload)",
      "simplifiedSignature": "postFeedItem(String,ConnectApi.FeedType,String,ConnectApi.FeedItemInput,ConnectApi.BinaryInput)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.postfeeditem.datatype.ConnectApi.FeedItem",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedItem",
        "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.chatterfeeds.postfeeditem",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedItem"
      },
      "description": "Post a rich-text feed item to a feed. Use this method to include mentions and hashtag topics and to attach a file to a feed item. You can also use this method to share a feed item and add a comment.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.postfeeditem(string,connectapi.feedtype,string,connectapi.feediteminput,connectapi.binaryinput).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 54
              },
              "end": {
                "line": 0,
                "character": 65
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:54"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 54
              },
              "end": {
                "line": 0,
                "character": 65
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:54"
          },
          "parentId": "ConnectApi.chatterfeeds.method.postfeeditem(string,connectapi.feedtype,string,connectapi.feediteminput,connectapi.binaryinput)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.postfeeditem.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 47
                },
                "end": {
                  "line": 0,
                  "character": 53
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:47"
            },
            "parentId": "ConnectApi.chatterfeeds.postfeeditem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.postfeeditem(string,connectapi.feedtype,string,connectapi.feediteminput,connectapi.binaryinput).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 95
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:87"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 95
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:87"
          },
          "parentId": "ConnectApi.chatterfeeds.method.postfeeditem(string,connectapi.feedtype,string,connectapi.feediteminput,connectapi.binaryinput)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.postfeeditem.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 67
                },
                "end": {
                  "line": 0,
                  "character": 77
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:67"
            },
            "parentId": "ConnectApi.chatterfeeds.postfeeditem",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.postfeeditem(string,connectapi.feedtype,string,connectapi.feediteminput,connectapi.binaryinput).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 104
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:104"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 104
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:104"
          },
          "parentId": "ConnectApi.chatterfeeds.method.postfeeditem(string,connectapi.feedtype,string,connectapi.feediteminput,connectapi.binaryinput)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.postfeeditem.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 97
                },
                "end": {
                  "line": 0,
                  "character": 103
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:97"
            },
            "parentId": "ConnectApi.chatterfeeds.postfeeditem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feediteminput": {
          "id": "ConnectApi.chatterfeeds.method.postfeeditem(string,connectapi.feedtype,string,connectapi.feediteminput,connectapi.binaryinput).varParam.feediteminput",
          "nodeType": "variable",
          "name": "feedItemInput",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedItemInput",
            "textToLower": "feediteminput",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 140
              },
              "end": {
                "line": 0,
                "character": 153
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedItemInput_0:140"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedItemInput",
            "textToLower": "feediteminput",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 140
              },
              "end": {
                "line": 0,
                "character": 153
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedItemInput_0:140"
          },
          "parentId": "ConnectApi.chatterfeeds.method.postfeeditem(string,connectapi.feedtype,string,connectapi.feediteminput,connectapi.binaryinput)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.postfeeditem.datatype.ConnectApi.FeedItemInput",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedItemInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 115
                },
                "end": {
                  "line": 0,
                  "character": 125
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:115"
            },
            "parentId": "ConnectApi.chatterfeeds.postfeeditem",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedItemInput"
          },
          "scope": null
        },
        "feeditemfileupload": {
          "id": "ConnectApi.chatterfeeds.method.postfeeditem(string,connectapi.feedtype,string,connectapi.feediteminput,connectapi.binaryinput).varParam.feeditemfileupload",
          "nodeType": "variable",
          "name": "feedItemFileUpload",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedItemFileUpload",
            "textToLower": "feeditemfileupload",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 178
              },
              "end": {
                "line": 0,
                "character": 196
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedItemFileUpload_0:178"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedItemFileUpload",
            "textToLower": "feeditemfileupload",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 178
              },
              "end": {
                "line": 0,
                "character": 196
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedItemFileUpload_0:178"
          },
          "parentId": "ConnectApi.chatterfeeds.method.postfeeditem(string,connectapi.feedtype,string,connectapi.feediteminput,connectapi.binaryinput)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.postfeeditem.datatype.ConnectApi.BinaryInput",
            "nodeType": "datatype",
            "name": "ConnectApi.BinaryInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 155
                },
                "end": {
                  "line": 0,
                  "character": 165
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:155"
            },
            "parentId": "ConnectApi.chatterfeeds.postfeeditem",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.BinaryInput"
          },
          "description": "Use either the ID for a community, internal, or null. One of the following: News  Record  UserProfile   To post a feed item to a group, use Record and use a group ID as the subjectId. If feedType is Record, subjectId can be any record ID, including a group ID. If feedType is Streams, subjectId must be a stream ID. If feedType is Topics, subjectId must be a topic ID. If feedType is UserProfile, subjectId can be any user ID. If the feedType is any other value, subjectId must be the ID of the context user or the alias me. In the FeedItemInput object, specify rich text. Optionally, in the FeedItemInput.attachment property, specify a link, a poll, an existing file, or a new file. If you specify a NewFileAttachmentInput object in the FeedItemInput.attachment property, specify the new binary file to attach in this argument. Otherwise, do not specify a value.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "publishdraftfeedelement(string,string,connectapi.feedelementinput)": {
      "id": "ConnectApi.chatterfeeds.method.publishdraftfeedelement(string,string,connectapi.feedelementinput)",
      "nodeType": "method",
      "name": "publishDraftFeedElement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "publishDraftFeedElement",
        "textToLower": "publishdraftfeedelement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_publishDraftFeedElement_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 137,
      "memberOrder": 137,
      "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.FeedElement publishDraftFeedElement(String communityId, String feedElementId, ConnectApi.FeedElementInput feedElement)",
      "overrideSignature": "public static override ConnectApi.FeedElement publishDraftFeedElement(String communityId, String feedElementId, ConnectApi.FeedElementInput feedElement)",
      "simplifiedSignature": "publishDraftFeedElement(String,String,ConnectApi.FeedElementInput)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.publishdraftfeedelement.datatype.ConnectApi.FeedElement",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElement",
        "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.chatterfeeds.publishdraftfeedelement",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElement"
      },
      "description": "Publish a draft feed element.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.publishdraftfeedelement(string,string,connectapi.feedelementinput).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.chatterfeeds.method.publishdraftfeedelement(string,string,connectapi.feedelementinput)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.publishdraftfeedelement.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.chatterfeeds.publishdraftfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.chatterfeeds.method.publishdraftfeedelement(string,string,connectapi.feedelementinput).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 88
              },
              "end": {
                "line": 0,
                "character": 101
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:88"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 88
              },
              "end": {
                "line": 0,
                "character": 101
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:88"
          },
          "parentId": "ConnectApi.chatterfeeds.method.publishdraftfeedelement(string,string,connectapi.feedelementinput)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.publishdraftfeedelement.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.chatterfeeds.publishdraftfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelement": {
          "id": "ConnectApi.chatterfeeds.method.publishdraftfeedelement(string,string,connectapi.feedelementinput).varParam.feedelement",
          "nodeType": "variable",
          "name": "feedElement",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElement",
            "textToLower": "feedelement",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 131
              },
              "end": {
                "line": 0,
                "character": 142
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElement_0:131"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElement",
            "textToLower": "feedelement",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 131
              },
              "end": {
                "line": 0,
                "character": 142
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElement_0:131"
          },
          "parentId": "ConnectApi.chatterfeeds.method.publishdraftfeedelement(string,string,connectapi.feedelementinput)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.publishdraftfeedelement.datatype.ConnectApi.FeedElementInput",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 103
                },
                "end": {
                  "line": 0,
                  "character": 113
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:103"
            },
            "parentId": "ConnectApi.chatterfeeds.publishdraftfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementInput"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element to publish. Use this optional parameter to edit your draft before publishing.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "searchfeedelements(string,string)": {
      "id": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string)",
      "nodeType": "method",
      "name": "searchFeedElements",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchFeedElements",
        "textToLower": "searchfeedelements",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchFeedElements_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 138,
      "memberOrder": 138,
      "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.FeedElementPage searchFeedElements(String communityId, String q)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage searchFeedElements(String communityId, String q)",
      "simplifiedSignature": "searchFeedElements(String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.searchfeedelements.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.searchfeedelements",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get the first page of feed elements that match the search criteria.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelements(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": 67
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:67"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:67"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelements.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 60
                },
                "end": {
                  "line": 0,
                  "character": 66
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:60"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelements(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": 87
              },
              "end": {
                "line": 0,
                "character": 88
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:87"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 88
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:87"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelements.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 80
                },
                "end": {
                  "line": 0,
                  "character": 86
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:80"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelements",
            "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": []
    },
    "searchfeedelements(string,string,connectapi.feedsortorder)": {
      "id": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,connectapi.feedsortorder)",
      "nodeType": "method",
      "name": "searchFeedElements",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchFeedElements",
        "textToLower": "searchfeedelements",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchFeedElements_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 139,
      "memberOrder": 139,
      "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.FeedElementPage searchFeedElements(String communityId, String q, ConnectApi.FeedSortOrder sortParam)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage searchFeedElements(String communityId, String q, ConnectApi.FeedSortOrder sortParam)",
      "simplifiedSignature": "searchFeedElements(String,String,ConnectApi.FeedSortOrder)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.searchfeedelements.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.searchfeedelements",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get the first page of sorted feed elements that match the search criteria.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,connectapi.feedsortorder).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:67"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:67"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,connectapi.feedsortorder)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelements.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 60
                },
                "end": {
                  "line": 0,
                  "character": 66
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:60"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,connectapi.feedsortorder).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 88
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:87"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 88
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:87"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,connectapi.feedsortorder)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelements.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 80
                },
                "end": {
                  "line": 0,
                  "character": 86
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:80"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,connectapi.feedsortorder).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 115
              },
              "end": {
                "line": 0,
                "character": 124
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:115"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 115
              },
              "end": {
                "line": 0,
                "character": 124
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:115"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,connectapi.feedsortorder)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelements.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 90
                },
                "end": {
                  "line": 0,
                  "character": 100
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:90"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "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.  Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "searchfeedelements(string,string,boolean)": {
      "id": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,boolean)",
      "nodeType": "method",
      "name": "searchFeedElements",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchFeedElements",
        "textToLower": "searchfeedelements",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchFeedElements_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 140,
      "memberOrder": 140,
      "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.FeedElementPage searchFeedElements(String communityId, String q, Boolean threadedCommentsCollapsed)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage searchFeedElements(String communityId, String q, Boolean threadedCommentsCollapsed)",
      "simplifiedSignature": "searchFeedElements(String,String,Boolean)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.searchfeedelements.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.searchfeedelements",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get the feed elements and comments that match the search criteria.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelements(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": 67
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:67"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:67"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,boolean)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelements.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 60
                },
                "end": {
                  "line": 0,
                  "character": 66
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:60"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,boolean).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 88
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:87"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 88
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:87"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,boolean)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelements.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 80
                },
                "end": {
                  "line": 0,
                  "character": 86
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:80"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "threadedcommentscollapsed": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,boolean).varParam.threadedcommentscollapsed",
          "nodeType": "variable",
          "name": "threadedCommentsCollapsed",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "threadedCommentsCollapsed",
            "textToLower": "threadedcommentscollapsed",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 98
              },
              "end": {
                "line": 0,
                "character": 123
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_threadedCommentsCollapsed_0:98"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "threadedCommentsCollapsed",
            "textToLower": "threadedcommentscollapsed",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 98
              },
              "end": {
                "line": 0,
                "character": 123
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_threadedCommentsCollapsed_0:98"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,boolean)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelements.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 90
                },
                "end": {
                  "line": 0,
                  "character": 97
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:90"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "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.   Specifies whether to return threaded comments in a collapsed style (true) or not (false). If you pass in null, the default is false.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "searchfeedelements(string,string,string,integer)": {
      "id": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,string,integer)",
      "nodeType": "method",
      "name": "searchFeedElements",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchFeedElements",
        "textToLower": "searchfeedelements",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchFeedElements_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 141,
      "memberOrder": 141,
      "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.FeedElementPage searchFeedElements(String communityId, String q, String pageParam, Integer pageSize)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage searchFeedElements(String communityId, String q, String pageParam, Integer pageSize)",
      "simplifiedSignature": "searchFeedElements(String,String,String,Integer)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.searchfeedelements.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.searchfeedelements",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of feed elements that match the search criteria.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,string,integer).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:67"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:67"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,string,integer)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelements.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 60
                },
                "end": {
                  "line": 0,
                  "character": 66
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:60"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,string,integer).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 88
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:87"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 88
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:87"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,string,integer)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelements.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 80
                },
                "end": {
                  "line": 0,
                  "character": 86
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:80"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelements(string,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": 97
              },
              "end": {
                "line": 0,
                "character": 106
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:97"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 97
              },
              "end": {
                "line": 0,
                "character": 106
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:97"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,string,integer)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelements.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 90
                },
                "end": {
                  "line": 0,
                  "character": 96
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:90"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelements(string,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": 116
              },
              "end": {
                "line": 0,
                "character": 124
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:116"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 116
              },
              "end": {
                "line": 0,
                "character": 124
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:116"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,string,integer)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelements.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 108
                },
                "end": {
                  "line": 0,
                  "character": 115
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:108"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "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.  The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "searchfeedelements(string,string,string,integer,connectapi.feedsortorder)": {
      "id": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,string,integer,connectapi.feedsortorder)",
      "nodeType": "method",
      "name": "searchFeedElements",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchFeedElements",
        "textToLower": "searchfeedelements",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchFeedElements_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 142,
      "memberOrder": 142,
      "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.FeedElementPage searchFeedElements(String communityId, String q, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage searchFeedElements(String communityId, String q, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam)",
      "simplifiedSignature": "searchFeedElements(String,String,String,Integer,ConnectApi.FeedSortOrder)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.searchfeedelements.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.searchfeedelements",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of sorted feed elements that match the search criteria.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,string,integer,connectapi.feedsortorder).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:67"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:67"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,string,integer,connectapi.feedsortorder)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelements.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 60
                },
                "end": {
                  "line": 0,
                  "character": 66
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:60"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,string,integer,connectapi.feedsortorder).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 88
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:87"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 88
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:87"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,string,integer,connectapi.feedsortorder)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelements.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 80
                },
                "end": {
                  "line": 0,
                  "character": 86
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:80"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,string,integer,connectapi.feedsortorder).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 97
              },
              "end": {
                "line": 0,
                "character": 106
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:97"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 97
              },
              "end": {
                "line": 0,
                "character": 106
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:97"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,string,integer,connectapi.feedsortorder)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelements.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 90
                },
                "end": {
                  "line": 0,
                  "character": 96
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:90"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,string,integer,connectapi.feedsortorder).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 116
              },
              "end": {
                "line": 0,
                "character": 124
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:116"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 116
              },
              "end": {
                "line": 0,
                "character": 124
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:116"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,string,integer,connectapi.feedsortorder)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelements.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 108
                },
                "end": {
                  "line": 0,
                  "character": 115
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:108"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,string,integer,connectapi.feedsortorder).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 151
              },
              "end": {
                "line": 0,
                "character": 160
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:151"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 151
              },
              "end": {
                "line": 0,
                "character": 160
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:151"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,string,integer,connectapi.feedsortorder)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelements.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 126
                },
                "end": {
                  "line": 0,
                  "character": 136
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:126"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "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.  The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "searchfeedelements(string,string,string,integer,boolean)": {
      "id": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,string,integer,boolean)",
      "nodeType": "method",
      "name": "searchFeedElements",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchFeedElements",
        "textToLower": "searchfeedelements",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchFeedElements_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 143,
      "memberOrder": 143,
      "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.FeedElementPage searchFeedElements(String communityId, String q, String pageParam, Integer pageSize, Boolean threadedCommentsCollapsed)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage searchFeedElements(String communityId, String q, String pageParam, Integer pageSize, Boolean threadedCommentsCollapsed)",
      "simplifiedSignature": "searchFeedElements(String,String,String,Integer,Boolean)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.searchfeedelements.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.searchfeedelements",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of feed elements with comments in a threaded style that match the search criteria.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,string,integer,boolean).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:67"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:67"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,string,integer,boolean)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelements.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 60
                },
                "end": {
                  "line": 0,
                  "character": 66
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:60"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,string,integer,boolean).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 88
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:87"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 88
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:87"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,string,integer,boolean)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelements.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 80
                },
                "end": {
                  "line": 0,
                  "character": 86
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:80"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,string,integer,boolean).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 97
              },
              "end": {
                "line": 0,
                "character": 106
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:97"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 97
              },
              "end": {
                "line": 0,
                "character": 106
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:97"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,string,integer,boolean)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelements.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 90
                },
                "end": {
                  "line": 0,
                  "character": 96
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:90"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,string,integer,boolean).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 116
              },
              "end": {
                "line": 0,
                "character": 124
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:116"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 116
              },
              "end": {
                "line": 0,
                "character": 124
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:116"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,string,integer,boolean)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelements.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 108
                },
                "end": {
                  "line": 0,
                  "character": 115
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:108"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "threadedcommentscollapsed": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,string,integer,boolean).varParam.threadedcommentscollapsed",
          "nodeType": "variable",
          "name": "threadedCommentsCollapsed",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "threadedCommentsCollapsed",
            "textToLower": "threadedcommentscollapsed",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 134
              },
              "end": {
                "line": 0,
                "character": 159
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_threadedCommentsCollapsed_0:134"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "threadedCommentsCollapsed",
            "textToLower": "threadedcommentscollapsed",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 134
              },
              "end": {
                "line": 0,
                "character": 159
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_threadedCommentsCollapsed_0:134"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,string,integer,boolean)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelements.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 126
                },
                "end": {
                  "line": 0,
                  "character": 133
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:126"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "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.  The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25.  Specifies whether to return threaded comments in a collapsed style (true) or not (false). If you pass in null, the default is false.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "searchfeedelements(string,string,integer,string,integer,connectapi.feedsortorder)": {
      "id": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,integer,string,integer,connectapi.feedsortorder)",
      "nodeType": "method",
      "name": "searchFeedElements",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchFeedElements",
        "textToLower": "searchfeedelements",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchFeedElements_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 144,
      "memberOrder": 144,
      "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.FeedElementPage searchFeedElements(String communityId, String q, Integer recentCommentCount, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage searchFeedElements(String communityId, String q, Integer recentCommentCount, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam)",
      "simplifiedSignature": "searchFeedElements(String,String,Integer,String,Integer,ConnectApi.FeedSortOrder)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.searchfeedelements.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.searchfeedelements",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of sorted feed elements that match the search criteria. Each feed element includes no more than the specified number of comments.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,integer,string,integer,connectapi.feedsortorder).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:67"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:67"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,integer,string,integer,connectapi.feedsortorder)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelements.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 60
                },
                "end": {
                  "line": 0,
                  "character": 66
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:60"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,integer,string,integer,connectapi.feedsortorder).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 88
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:87"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 88
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:87"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,integer,string,integer,connectapi.feedsortorder)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelements.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 80
                },
                "end": {
                  "line": 0,
                  "character": 86
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:80"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,integer,string,integer,connectapi.feedsortorder).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 98
              },
              "end": {
                "line": 0,
                "character": 116
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:98"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 98
              },
              "end": {
                "line": 0,
                "character": 116
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:98"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,integer,string,integer,connectapi.feedsortorder)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelements.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 90
                },
                "end": {
                  "line": 0,
                  "character": 97
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:90"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,integer,string,integer,connectapi.feedsortorder).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 125
              },
              "end": {
                "line": 0,
                "character": 134
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:125"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 125
              },
              "end": {
                "line": 0,
                "character": 134
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:125"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,integer,string,integer,connectapi.feedsortorder)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelements.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 118
                },
                "end": {
                  "line": 0,
                  "character": 124
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:118"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,integer,string,integer,connectapi.feedsortorder).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 144
              },
              "end": {
                "line": 0,
                "character": 152
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:144"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 144
              },
              "end": {
                "line": 0,
                "character": 152
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:144"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,integer,string,integer,connectapi.feedsortorder)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelements.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 136
                },
                "end": {
                  "line": 0,
                  "character": 143
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:136"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,integer,string,integer,connectapi.feedsortorder).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 179
              },
              "end": {
                "line": 0,
                "character": 188
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:179"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 179
              },
              "end": {
                "line": 0,
                "character": 188
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:179"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelements(string,string,integer,string,integer,connectapi.feedsortorder)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelements.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 154
                },
                "end": {
                  "line": 0,
                  "character": 164
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:154"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "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.  Maximum number of comments to return with each feed element. The default value is 3. The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "searchfeedelementsinfeed(string,connectapi.feedtype,string)": {
      "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string)",
      "nodeType": "method",
      "name": "searchFeedElementsInFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchFeedElementsInFeed",
        "textToLower": "searchfeedelementsinfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchFeedElementsInFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 145,
      "memberOrder": 145,
      "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.FeedElementPage searchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String q)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage searchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String q)",
      "simplifiedSignature": "searchFeedElementsInFeed(String,ConnectApi.FeedType,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.searchfeedelementsinfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get the feed elements from the Company, DirectMessageModeration, Home, Moderation, and PendingReview feeds that match the search criteria.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,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.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.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.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 106
              },
              "end": {
                "line": 0,
                "character": 114
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:106"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 106
              },
              "end": {
                "line": 0,
                "character": 114
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:106"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 86
                },
                "end": {
                  "line": 0,
                  "character": 96
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:86"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 123
              },
              "end": {
                "line": 0,
                "character": 124
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:123"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 123
              },
              "end": {
                "line": 0,
                "character": 124
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:123"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 116
                },
                "end": {
                  "line": 0,
                  "character": 122
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:116"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values are Company, DirectMessageModeration, Home, Moderation, and PendingReview. 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": []
    },
    "searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string)": {
      "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string)",
      "nodeType": "method",
      "name": "searchFeedElementsInFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchFeedElementsInFeed",
        "textToLower": "searchfeedelementsinfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchFeedElementsInFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 146,
      "memberOrder": 146,
      "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.FeedElementPage searchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage searchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q)",
      "simplifiedSignature": "searchFeedElementsInFeed(String,ConnectApi.FeedType,String,Integer,ConnectApi.FeedSortOrder,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.searchfeedelementsinfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of sorted feed elements from the Company, DirectMessageModeration, Home, Moderation, and PendingReview feeds that match the search criteria.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,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.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.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.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 106
              },
              "end": {
                "line": 0,
                "character": 114
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:106"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 106
              },
              "end": {
                "line": 0,
                "character": 114
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:106"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 86
                },
                "end": {
                  "line": 0,
                  "character": 96
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:86"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 123
              },
              "end": {
                "line": 0,
                "character": 132
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:123"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 123
              },
              "end": {
                "line": 0,
                "character": 132
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:123"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 116
                },
                "end": {
                  "line": 0,
                  "character": 122
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:116"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 142
              },
              "end": {
                "line": 0,
                "character": 150
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:142"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 142
              },
              "end": {
                "line": 0,
                "character": 150
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:142"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 134
                },
                "end": {
                  "line": 0,
                  "character": 141
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:134"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 177
              },
              "end": {
                "line": 0,
                "character": 186
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:177"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 177
              },
              "end": {
                "line": 0,
                "character": 186
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:177"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 152
                },
                "end": {
                  "line": 0,
                  "character": 162
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:152"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 195
              },
              "end": {
                "line": 0,
                "character": 196
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:195"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 195
              },
              "end": {
                "line": 0,
                "character": 196
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:195"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 188
                },
                "end": {
                  "line": 0,
                  "character": 194
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:188"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values are Company, DirectMessageModeration, Home, Moderation, and PendingReview. The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. 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": []
    },
    "searchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)": {
      "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
      "nodeType": "method",
      "name": "searchFeedElementsInFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchFeedElementsInFeed",
        "textToLower": "searchfeedelementsinfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchFeedElementsInFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 147,
      "memberOrder": 147,
      "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.FeedElementPage searchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage searchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q)",
      "simplifiedSignature": "searchFeedElementsInFeed(String,ConnectApi.FeedType,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.searchfeedelementsinfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of sorted feed elements from the Company, DirectMessageModeration, Home, Moderation, and PendingReview feeds that match the search criteria. Each feed element includes no more than the specified number of comments.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,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.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.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.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 106
              },
              "end": {
                "line": 0,
                "character": 114
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:106"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 106
              },
              "end": {
                "line": 0,
                "character": 114
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:106"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 86
                },
                "end": {
                  "line": 0,
                  "character": 96
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:86"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 124
              },
              "end": {
                "line": 0,
                "character": 142
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:124"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 124
              },
              "end": {
                "line": 0,
                "character": 142
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:124"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 116
                },
                "end": {
                  "line": 0,
                  "character": 123
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:116"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 167
              },
              "end": {
                "line": 0,
                "character": 174
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:167"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 167
              },
              "end": {
                "line": 0,
                "character": 174
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:167"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 144
                },
                "end": {
                  "line": 0,
                  "character": 154
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:144"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 183
              },
              "end": {
                "line": 0,
                "character": 192
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:183"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 183
              },
              "end": {
                "line": 0,
                "character": 192
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:183"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 176
                },
                "end": {
                  "line": 0,
                  "character": 182
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:176"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 202
              },
              "end": {
                "line": 0,
                "character": 210
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:202"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 202
              },
              "end": {
                "line": 0,
                "character": 210
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:202"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 194
                },
                "end": {
                  "line": 0,
                  "character": 201
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:194"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 237
              },
              "end": {
                "line": 0,
                "character": 246
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:237"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 237
              },
              "end": {
                "line": 0,
                "character": 246
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:237"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 212
                },
                "end": {
                  "line": 0,
                  "character": 222
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:212"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 255
              },
              "end": {
                "line": 0,
                "character": 256
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:255"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 255
              },
              "end": {
                "line": 0,
                "character": 256
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:255"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 248
                },
                "end": {
                  "line": 0,
                  "character": 254
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:248"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values are Company, DirectMessageModeration, Home, Moderation, and PendingReview. Maximum number of comments to return with each feed element. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. 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": []
    },
    "searchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter)": {
      "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter)",
      "nodeType": "method",
      "name": "searchFeedElementsInFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchFeedElementsInFeed",
        "textToLower": "searchfeedelementsinfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchFeedElementsInFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 148,
      "memberOrder": 148,
      "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.FeedElementPage searchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, ConnectApi.FeedFilter filter)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage searchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, ConnectApi.FeedFilter filter)",
      "simplifiedSignature": "searchFeedElementsInFeed(String,ConnectApi.FeedType,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,String,ConnectApi.FeedFilter)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.searchfeedelementsinfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of sorted and filtered feed elements from the Home feed that match the search criteria. Each feed element includes no more than the specified number of comments.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter).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.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.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.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 106
              },
              "end": {
                "line": 0,
                "character": 114
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:106"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 106
              },
              "end": {
                "line": 0,
                "character": 114
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:106"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 86
                },
                "end": {
                  "line": 0,
                  "character": 96
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:86"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 124
              },
              "end": {
                "line": 0,
                "character": 142
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:124"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 124
              },
              "end": {
                "line": 0,
                "character": 142
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:124"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 116
                },
                "end": {
                  "line": 0,
                  "character": 123
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:116"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 167
              },
              "end": {
                "line": 0,
                "character": 174
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:167"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 167
              },
              "end": {
                "line": 0,
                "character": 174
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:167"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 144
                },
                "end": {
                  "line": 0,
                  "character": 154
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:144"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 183
              },
              "end": {
                "line": 0,
                "character": 192
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:183"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 183
              },
              "end": {
                "line": 0,
                "character": 192
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:183"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 176
                },
                "end": {
                  "line": 0,
                  "character": 182
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:176"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 202
              },
              "end": {
                "line": 0,
                "character": 210
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:202"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 202
              },
              "end": {
                "line": 0,
                "character": 210
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:202"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 194
                },
                "end": {
                  "line": 0,
                  "character": 201
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:194"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 237
              },
              "end": {
                "line": 0,
                "character": 246
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:237"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 237
              },
              "end": {
                "line": 0,
                "character": 246
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:237"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 212
                },
                "end": {
                  "line": 0,
                  "character": 222
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:212"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 255
              },
              "end": {
                "line": 0,
                "character": 256
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:255"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 255
              },
              "end": {
                "line": 0,
                "character": 256
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:255"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 248
                },
                "end": {
                  "line": 0,
                  "character": 254
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:248"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "filter": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter).varParam.filter",
          "nodeType": "variable",
          "name": "filter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 280
              },
              "end": {
                "line": 0,
                "character": 286
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:280"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 280
              },
              "end": {
                "line": 0,
                "character": 286
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:280"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.ConnectApi.FeedFilter",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedFilter",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 258
                },
                "end": {
                  "line": 0,
                  "character": 268
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:258"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedFilter"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. The only valid value is Home. Maximum number of comments to return with each feed element. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned.When the sortParam is MostViewed, you must pass in null for the pageParam.  Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25.When the sortParam is MostViewed, the pageSize must be a value from 1 to 25.  Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. Required and cannot be null. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards.  Specifies the feed filters.  AllQuestions—Feed elements that are questions.   AuthoredBy—Feed elements authored by the user profile owner. This value is valid only for the UserProfile feed.   CommunityScoped—Feed elements that are scoped to communities. Currently, these feed elements have a User or a Group parent record. However, other parent record types could be scoped to communities in the future. Feed elements that are always visible in all communities are filtered out. This value is valid only for the UserProfile feed.   QuestionsWithCandidateAnswers—Feed elements that are questions that have candidate answers associated with them. This value is valid only for users with the Access Einstein-Generated Answers permission.    QuestionsWithCandidateAnswers​ReviewedPublished—Feed elements that are questions that have candidate answers that have been reviewed or published. This value is valid only for users with the Access Einstein-Generated Answers permission.   Read—Feed elements that are older than 30 days or are marked as read for the context user. Includes existing feed elements when the context user joined the group. This value is valid only for the Record feed of a group.   SolvedQuestions—Feed elements that are questions and that have a best answer.   UnansweredQuestions—Feed elements that are questions and that don’t have any answers.   UnansweredQuestionsWithCandidate​Answers—Feed elements that are questions that don’t have answers but have candidate answers associated with them. This value is valid only for users with the Access Einstein-Generated Answers permission.   Unread—Feed elements that are created in the past 30 days and aren’t marked as read for the context user. This value is valid only for the Record feed of a group.   UnsolvedQuestions—Feed elements that are questions and that don’t have a best answer.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "searchfeedelementsinfeed(string,connectapi.feedtype,string,string)": {
      "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,string)",
      "nodeType": "method",
      "name": "searchFeedElementsInFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchFeedElementsInFeed",
        "textToLower": "searchfeedelementsinfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchFeedElementsInFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 149,
      "memberOrder": 149,
      "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.FeedElementPage searchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, String q)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage searchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, String q)",
      "simplifiedSignature": "searchFeedElementsInFeed(String,ConnectApi.FeedType,String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.searchfeedelementsinfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get the feed elements from a feed that match the search criteria.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,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": 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.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.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.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,string).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 106
              },
              "end": {
                "line": 0,
                "character": 114
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:106"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 106
              },
              "end": {
                "line": 0,
                "character": 114
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:106"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 86
                },
                "end": {
                  "line": 0,
                  "character": 96
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:86"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,string).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 123
              },
              "end": {
                "line": 0,
                "character": 132
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:123"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 123
              },
              "end": {
                "line": 0,
                "character": 132
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:123"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 116
                },
                "end": {
                  "line": 0,
                  "character": 122
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:116"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,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": 141
              },
              "end": {
                "line": 0,
                "character": 142
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:141"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 141
              },
              "end": {
                "line": 0,
                "character": 142
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:141"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 134
                },
                "end": {
                  "line": 0,
                  "character": 140
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:134"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values include every ConnectApi.FeedType except Company, DirectMessages, Filter, Landing, and Streams. If feedType is Record, subjectId can be any record ID, including a group ID. If feedType is Streams, subjectId must be a stream ID. If feedType is Topics, subjectId must be a topic ID. If feedType is UserProfile, subjectId can be any user ID. If the feedType is any other value, subjectId must be the ID of the context user or the alias me. 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": []
    },
    "searchfeedelementsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string)": {
      "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string)",
      "nodeType": "method",
      "name": "searchFeedElementsInFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchFeedElementsInFeed",
        "textToLower": "searchfeedelementsinfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchFeedElementsInFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 150,
      "memberOrder": 150,
      "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.FeedElementPage searchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage searchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q)",
      "simplifiedSignature": "searchFeedElementsInFeed(String,ConnectApi.FeedType,String,String,Integer,ConnectApi.FeedSortOrder,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.searchfeedelementsinfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of sorted feed elements from a feed for a record or user that match the search criteria.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,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.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.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.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 106
              },
              "end": {
                "line": 0,
                "character": 114
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:106"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 106
              },
              "end": {
                "line": 0,
                "character": 114
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:106"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 86
                },
                "end": {
                  "line": 0,
                  "character": 96
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:86"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 123
              },
              "end": {
                "line": 0,
                "character": 132
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:123"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 123
              },
              "end": {
                "line": 0,
                "character": 132
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:123"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 116
                },
                "end": {
                  "line": 0,
                  "character": 122
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:116"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 141
              },
              "end": {
                "line": 0,
                "character": 150
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:141"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 141
              },
              "end": {
                "line": 0,
                "character": 150
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:141"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 134
                },
                "end": {
                  "line": 0,
                  "character": 140
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:134"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 160
              },
              "end": {
                "line": 0,
                "character": 168
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:160"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 160
              },
              "end": {
                "line": 0,
                "character": 168
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:160"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 152
                },
                "end": {
                  "line": 0,
                  "character": 159
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:152"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 195
              },
              "end": {
                "line": 0,
                "character": 204
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:195"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 195
              },
              "end": {
                "line": 0,
                "character": 204
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:195"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 170
                },
                "end": {
                  "line": 0,
                  "character": 180
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:170"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 213
              },
              "end": {
                "line": 0,
                "character": 214
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:213"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 213
              },
              "end": {
                "line": 0,
                "character": 214
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:213"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 206
                },
                "end": {
                  "line": 0,
                  "character": 212
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:206"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values include every ConnectApi.FeedType except Company, DirectMessages, Filter, Landing, and Streams. If feedType is Record, subjectId can be any record ID, including a group ID. If feedType is Streams, subjectId must be a stream ID. If feedType is Topics, subjectId must be a topic ID. If feedType is UserProfile, subjectId can be any user ID. If the feedType is any other value, subjectId must be the ID of the context user or the alias me. The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Order of feed items in the feed.  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. Search term. Searches keywords in the user or group name. A minimum of one character is required. This parameter does not support wildcards. This parameter is required.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)": {
      "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
      "nodeType": "method",
      "name": "searchFeedElementsInFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchFeedElementsInFeed",
        "textToLower": "searchfeedelementsinfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchFeedElementsInFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 151,
      "memberOrder": 151,
      "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.FeedElementPage searchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage searchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q)",
      "simplifiedSignature": "searchFeedElementsInFeed(String,ConnectApi.FeedType,String,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.searchfeedelementsinfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of sorted feed elements from a feed that match the search criteria. Each feed element includes no more than the specified number of comments.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,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.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.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.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 106
              },
              "end": {
                "line": 0,
                "character": 114
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:106"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 106
              },
              "end": {
                "line": 0,
                "character": 114
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:106"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 86
                },
                "end": {
                  "line": 0,
                  "character": 96
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:86"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 123
              },
              "end": {
                "line": 0,
                "character": 132
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:123"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 123
              },
              "end": {
                "line": 0,
                "character": 132
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:123"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 116
                },
                "end": {
                  "line": 0,
                  "character": 122
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:116"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 142
              },
              "end": {
                "line": 0,
                "character": 160
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:142"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 142
              },
              "end": {
                "line": 0,
                "character": 160
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:142"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 134
                },
                "end": {
                  "line": 0,
                  "character": 141
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:134"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 185
              },
              "end": {
                "line": 0,
                "character": 192
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:185"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 185
              },
              "end": {
                "line": 0,
                "character": 192
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:185"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 162
                },
                "end": {
                  "line": 0,
                  "character": 172
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:162"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 201
              },
              "end": {
                "line": 0,
                "character": 210
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:201"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 201
              },
              "end": {
                "line": 0,
                "character": 210
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:201"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 194
                },
                "end": {
                  "line": 0,
                  "character": 200
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:194"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 220
              },
              "end": {
                "line": 0,
                "character": 228
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:220"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 220
              },
              "end": {
                "line": 0,
                "character": 228
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:220"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 212
                },
                "end": {
                  "line": 0,
                  "character": 219
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:212"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 255
              },
              "end": {
                "line": 0,
                "character": 264
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:255"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 255
              },
              "end": {
                "line": 0,
                "character": 264
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:255"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 230
                },
                "end": {
                  "line": 0,
                  "character": 240
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:230"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 273
              },
              "end": {
                "line": 0,
                "character": 274
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:273"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 273
              },
              "end": {
                "line": 0,
                "character": 274
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:273"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 266
                },
                "end": {
                  "line": 0,
                  "character": 272
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:266"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values include every ConnectApi.FeedType except Company, DirectMessages, Filter, Landing, and Streams. If feedType is Record, subjectId can be any record ID, including a group ID. If feedType is Streams, subjectId must be a stream ID. If feedType is Topics, subjectId must be a topic ID. If feedType is UserProfile, subjectId can be any user ID. If the feedType is any other value, subjectId must be the ID of the context user or the alias me. Maximum number of comments to return with each feed element. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. 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": []
    },
    "searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter)": {
      "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter)",
      "nodeType": "method",
      "name": "searchFeedElementsInFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchFeedElementsInFeed",
        "textToLower": "searchfeedelementsinfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchFeedElementsInFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 152,
      "memberOrder": 152,
      "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.FeedElementPage searchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, ConnectApi.FeedFilter filter)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage searchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, ConnectApi.FeedFilter filter)",
      "simplifiedSignature": "searchFeedElementsInFeed(String,ConnectApi.FeedType,String,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,String,ConnectApi.FeedFilter)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.searchfeedelementsinfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of sorted and filtered feed elements from a UserProfile feed that match the search criteria.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter).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.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.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.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 106
              },
              "end": {
                "line": 0,
                "character": 114
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:106"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 106
              },
              "end": {
                "line": 0,
                "character": 114
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:106"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 86
                },
                "end": {
                  "line": 0,
                  "character": 96
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:86"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 123
              },
              "end": {
                "line": 0,
                "character": 132
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:123"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 123
              },
              "end": {
                "line": 0,
                "character": 132
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:123"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 116
                },
                "end": {
                  "line": 0,
                  "character": 122
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:116"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 142
              },
              "end": {
                "line": 0,
                "character": 160
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:142"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 142
              },
              "end": {
                "line": 0,
                "character": 160
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:142"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 134
                },
                "end": {
                  "line": 0,
                  "character": 141
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:134"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 185
              },
              "end": {
                "line": 0,
                "character": 192
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:185"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 185
              },
              "end": {
                "line": 0,
                "character": 192
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:185"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 162
                },
                "end": {
                  "line": 0,
                  "character": 172
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:162"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 201
              },
              "end": {
                "line": 0,
                "character": 210
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:201"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 201
              },
              "end": {
                "line": 0,
                "character": 210
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:201"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 194
                },
                "end": {
                  "line": 0,
                  "character": 200
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:194"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 220
              },
              "end": {
                "line": 0,
                "character": 228
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:220"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 220
              },
              "end": {
                "line": 0,
                "character": 228
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:220"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 212
                },
                "end": {
                  "line": 0,
                  "character": 219
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:212"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 255
              },
              "end": {
                "line": 0,
                "character": 264
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:255"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 255
              },
              "end": {
                "line": 0,
                "character": 264
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:255"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 230
                },
                "end": {
                  "line": 0,
                  "character": 240
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:230"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 273
              },
              "end": {
                "line": 0,
                "character": 274
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:273"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 273
              },
              "end": {
                "line": 0,
                "character": 274
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:273"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 266
                },
                "end": {
                  "line": 0,
                  "character": 272
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:266"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "filter": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter).varParam.filter",
          "nodeType": "variable",
          "name": "filter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 298
              },
              "end": {
                "line": 0,
                "character": 304
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:298"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 298
              },
              "end": {
                "line": 0,
                "character": 304
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:298"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.ConnectApi.FeedFilter",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedFilter",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 276
                },
                "end": {
                  "line": 0,
                  "character": 286
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:276"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedFilter"
          },
          "description": "Use either the ID for a community, internal, or null. Value must be ConnectApi.FeedType.UserProfile. The ID of any user. To specify the context user, use the user ID or the alias me. Maximum number of comments to return with each feed element. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. One or more keywords to search for in the feed elements visible to the context user. The search string can contain wildcards and must contain at least two characters that aren’t wildcards. See Wildcards. Value must be ConnectApi.FeedFilter.CommunityScoped. Filters the feed to include only feed elements that are scoped to communities. Feed elements that are always visible in all communities are filtered out.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,string)": {
      "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,string)",
      "nodeType": "method",
      "name": "searchFeedElementsInFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchFeedElementsInFeed",
        "textToLower": "searchfeedelementsinfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchFeedElementsInFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 153,
      "memberOrder": 153,
      "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.FeedElementPage searchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, String customFilter)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage searchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, String customFilter)",
      "simplifiedSignature": "searchFeedElementsInFeed(String,ConnectApi.FeedType,String,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.searchfeedelementsinfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of sorted and filtered feed elements from a case feed that match the search criteria.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,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": 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.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.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.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,string).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 106
              },
              "end": {
                "line": 0,
                "character": 114
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:106"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 106
              },
              "end": {
                "line": 0,
                "character": 114
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:106"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 86
                },
                "end": {
                  "line": 0,
                  "character": 96
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:86"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,string).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 123
              },
              "end": {
                "line": 0,
                "character": 132
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:123"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 123
              },
              "end": {
                "line": 0,
                "character": 132
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:123"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 116
                },
                "end": {
                  "line": 0,
                  "character": 122
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:116"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,string).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 142
              },
              "end": {
                "line": 0,
                "character": 160
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:142"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 142
              },
              "end": {
                "line": 0,
                "character": 160
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:142"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 134
                },
                "end": {
                  "line": 0,
                  "character": 141
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:134"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,string).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 185
              },
              "end": {
                "line": 0,
                "character": 192
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:185"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 185
              },
              "end": {
                "line": 0,
                "character": 192
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:185"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,string)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 162
                },
                "end": {
                  "line": 0,
                  "character": 172
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:162"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,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": 201
              },
              "end": {
                "line": 0,
                "character": 210
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:201"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 201
              },
              "end": {
                "line": 0,
                "character": 210
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:201"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,string)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 194
                },
                "end": {
                  "line": 0,
                  "character": 200
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:194"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,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": 220
              },
              "end": {
                "line": 0,
                "character": 228
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:220"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 220
              },
              "end": {
                "line": 0,
                "character": 228
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:220"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,string)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 212
                },
                "end": {
                  "line": 0,
                  "character": 219
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:212"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,string).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 255
              },
              "end": {
                "line": 0,
                "character": 264
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:255"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 255
              },
              "end": {
                "line": 0,
                "character": 264
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:255"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,string)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 230
                },
                "end": {
                  "line": 0,
                  "character": 240
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:230"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,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": 273
              },
              "end": {
                "line": 0,
                "character": 274
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:273"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 273
              },
              "end": {
                "line": 0,
                "character": 274
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:273"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,string)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 266
                },
                "end": {
                  "line": 0,
                  "character": 272
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:266"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "customfilter": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,string).varParam.customfilter",
          "nodeType": "variable",
          "name": "customFilter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "customFilter",
            "textToLower": "customfilter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 283
              },
              "end": {
                "line": 0,
                "character": 295
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_customFilter_0:283"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "customFilter",
            "textToLower": "customfilter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 283
              },
              "end": {
                "line": 0,
                "character": 295
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_customFilter_0:283"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,string)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 276
                },
                "end": {
                  "line": 0,
                  "character": 282
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:276"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. Value must be ConnectApi.FeedType.Record. The ID of a case. Maximum number of comments to return with each feed element. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. One or more keywords to search for in the feed elements visible to the context user. The search string can contain wildcards and must contain at least two characters that aren’t wildcards. See Wildcards. Custom filter that applies only to the case feed. See customFeedFilter in the Metadata API Developer Guide for supported values.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean)": {
      "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean)",
      "nodeType": "method",
      "name": "searchFeedElementsInFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchFeedElementsInFeed",
        "textToLower": "searchfeedelementsinfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchFeedElementsInFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 154,
      "memberOrder": 154,
      "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.FeedElementPage searchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, Boolean showInternalOnly)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage searchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, Boolean showInternalOnly)",
      "simplifiedSignature": "searchFeedElementsInFeed(String,ConnectApi.FeedType,String,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,String,Boolean)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.searchfeedelementsinfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of sorted feed elements from a feed for a record or user that match the search criteria. Each feed element includes no more than the specified number of comments. Specify whether to return feed elements posted by internal (non-community) users only.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,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": 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.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.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.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 106
              },
              "end": {
                "line": 0,
                "character": 114
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:106"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 106
              },
              "end": {
                "line": 0,
                "character": 114
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:106"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 86
                },
                "end": {
                  "line": 0,
                  "character": 96
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:86"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 123
              },
              "end": {
                "line": 0,
                "character": 132
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:123"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 123
              },
              "end": {
                "line": 0,
                "character": 132
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:123"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 116
                },
                "end": {
                  "line": 0,
                  "character": 122
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:116"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 142
              },
              "end": {
                "line": 0,
                "character": 160
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:142"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 142
              },
              "end": {
                "line": 0,
                "character": 160
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:142"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 134
                },
                "end": {
                  "line": 0,
                  "character": 141
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:134"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 185
              },
              "end": {
                "line": 0,
                "character": 192
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:185"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 185
              },
              "end": {
                "line": 0,
                "character": 192
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:185"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 162
                },
                "end": {
                  "line": 0,
                  "character": 172
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:162"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 201
              },
              "end": {
                "line": 0,
                "character": 210
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:201"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 201
              },
              "end": {
                "line": 0,
                "character": 210
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:201"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 194
                },
                "end": {
                  "line": 0,
                  "character": 200
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:194"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 220
              },
              "end": {
                "line": 0,
                "character": 228
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:220"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 220
              },
              "end": {
                "line": 0,
                "character": 228
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:220"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 212
                },
                "end": {
                  "line": 0,
                  "character": 219
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:212"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 255
              },
              "end": {
                "line": 0,
                "character": 264
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:255"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 255
              },
              "end": {
                "line": 0,
                "character": 264
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:255"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 230
                },
                "end": {
                  "line": 0,
                  "character": 240
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:230"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 273
              },
              "end": {
                "line": 0,
                "character": 274
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:273"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 273
              },
              "end": {
                "line": 0,
                "character": 274
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:273"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 266
                },
                "end": {
                  "line": 0,
                  "character": 272
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:266"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "showinternalonly": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean).varParam.showinternalonly",
          "nodeType": "variable",
          "name": "showInternalOnly",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 284
              },
              "end": {
                "line": 0,
                "character": 300
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:284"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 284
              },
              "end": {
                "line": 0,
                "character": 300
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:284"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 276
                },
                "end": {
                  "line": 0,
                  "character": 283
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:276"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "description": "Use either the ID for a community, internal, or null. Value must be ConnectApi.FeedType.Record. Any record ID, including a group ID. Maximum number of comments to return with each feed element. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. Required and cannot be null. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards.  Specifies whether to show only feed elements from internal (non-community) users (true), or not (false). The default value is false.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter)": {
      "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter)",
      "nodeType": "method",
      "name": "searchFeedElementsInFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchFeedElementsInFeed",
        "textToLower": "searchfeedelementsinfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchFeedElementsInFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 155,
      "memberOrder": 155,
      "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.FeedElementPage searchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, Boolean showInternalOnly, ConnectApi.FeedFilter filter)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage searchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, Boolean showInternalOnly, ConnectApi.FeedFilter filter)",
      "simplifiedSignature": "searchFeedElementsInFeed(String,ConnectApi.FeedType,String,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,String,Boolean,ConnectApi.FeedFilter)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.searchfeedelementsinfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of sorted and filtered feed elements from a feed for a record or user that match the search criteria. Each feed element includes no more than the specified number of comments. Specify whether to return feed elements posted by internal (non-community) users only.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter).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.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.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.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 106
              },
              "end": {
                "line": 0,
                "character": 114
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:106"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 106
              },
              "end": {
                "line": 0,
                "character": 114
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:106"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 86
                },
                "end": {
                  "line": 0,
                  "character": 96
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:86"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 123
              },
              "end": {
                "line": 0,
                "character": 132
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:123"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 123
              },
              "end": {
                "line": 0,
                "character": 132
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:123"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 116
                },
                "end": {
                  "line": 0,
                  "character": 122
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:116"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 142
              },
              "end": {
                "line": 0,
                "character": 160
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:142"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 142
              },
              "end": {
                "line": 0,
                "character": 160
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:142"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 134
                },
                "end": {
                  "line": 0,
                  "character": 141
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:134"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 185
              },
              "end": {
                "line": 0,
                "character": 192
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:185"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 185
              },
              "end": {
                "line": 0,
                "character": 192
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:185"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 162
                },
                "end": {
                  "line": 0,
                  "character": 172
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:162"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 201
              },
              "end": {
                "line": 0,
                "character": 210
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:201"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 201
              },
              "end": {
                "line": 0,
                "character": 210
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:201"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 194
                },
                "end": {
                  "line": 0,
                  "character": 200
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:194"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 220
              },
              "end": {
                "line": 0,
                "character": 228
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:220"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 220
              },
              "end": {
                "line": 0,
                "character": 228
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:220"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 212
                },
                "end": {
                  "line": 0,
                  "character": 219
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:212"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 255
              },
              "end": {
                "line": 0,
                "character": 264
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:255"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 255
              },
              "end": {
                "line": 0,
                "character": 264
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:255"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 230
                },
                "end": {
                  "line": 0,
                  "character": 240
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:230"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 273
              },
              "end": {
                "line": 0,
                "character": 274
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:273"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 273
              },
              "end": {
                "line": 0,
                "character": 274
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:273"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 266
                },
                "end": {
                  "line": 0,
                  "character": 272
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:266"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "showinternalonly": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter).varParam.showinternalonly",
          "nodeType": "variable",
          "name": "showInternalOnly",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 284
              },
              "end": {
                "line": 0,
                "character": 300
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:284"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 284
              },
              "end": {
                "line": 0,
                "character": 300
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:284"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 276
                },
                "end": {
                  "line": 0,
                  "character": 283
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:276"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "scope": null
        },
        "filter": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter).varParam.filter",
          "nodeType": "variable",
          "name": "filter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 324
              },
              "end": {
                "line": 0,
                "character": 330
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:324"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 324
              },
              "end": {
                "line": 0,
                "character": 330
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:324"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter)",
          "order": 11,
          "memberOrder": 11,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.ConnectApi.FeedFilter",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedFilter",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 302
                },
                "end": {
                  "line": 0,
                  "character": 312
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:302"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedFilter"
          },
          "description": "Use either the ID for a community, internal, or null. Value must be ConnectApi.FeedType.Record. Any record ID, including a group ID. Maximum number of comments to return with each feed element. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. Required and cannot be null. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards.  Specifies whether to show only feed elements from internal (non-community) users (true), or not (false). The default value is false. Specifies the feed filters.  AllQuestions—Feed elements that are questions.   AuthoredBy—Feed elements authored by the user profile owner. This value is valid only for the UserProfile feed.   CommunityScoped—Feed elements that are scoped to communities. Currently, these feed elements have a User or a Group parent record. However, other parent record types could be scoped to communities in the future. Feed elements that are always visible in all communities are filtered out. This value is valid only for the UserProfile feed.   QuestionsWithCandidateAnswers—Feed elements that are questions that have candidate answers associated with them. This value is valid only for users with the Access Einstein-Generated Answers permission.    QuestionsWithCandidateAnswers​ReviewedPublished—Feed elements that are questions that have candidate answers that have been reviewed or published. This value is valid only for users with the Access Einstein-Generated Answers permission.   Read—Feed elements that are older than 30 days or are marked as read for the context user. Includes existing feed elements when the context user joined the group. This value is valid only for the Record feed of a group.   SolvedQuestions—Feed elements that are questions and that have a best answer.   UnansweredQuestions—Feed elements that are questions and that don’t have any answers.   UnansweredQuestionsWithCandidate​Answers—Feed elements that are questions that don’t have answers but have candidate answers associated with them. This value is valid only for users with the Access Einstein-Generated Answers permission.   Unread—Feed elements that are created in the past 30 days and aren’t marked as read for the context user. This value is valid only for the Record feed of a group.   UnsolvedQuestions—Feed elements that are questions and that don’t have a best answer.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string)": {
      "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string)",
      "nodeType": "method",
      "name": "searchFeedElementsInFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchFeedElementsInFeed",
        "textToLower": "searchfeedelementsinfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchFeedElementsInFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 156,
      "memberOrder": 156,
      "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.FeedElementPage searchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, Boolean showInternalOnly, String customFilter)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage searchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, Boolean showInternalOnly, String customFilter)",
      "simplifiedSignature": "searchFeedElementsInFeed(String,ConnectApi.FeedType,String,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,String,Boolean,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.searchfeedelementsinfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of sorted and filtered feed elements from a case feed that match the search criteria.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,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.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.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.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 106
              },
              "end": {
                "line": 0,
                "character": 114
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:106"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 106
              },
              "end": {
                "line": 0,
                "character": 114
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:106"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 86
                },
                "end": {
                  "line": 0,
                  "character": 96
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:86"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 123
              },
              "end": {
                "line": 0,
                "character": 132
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:123"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 123
              },
              "end": {
                "line": 0,
                "character": 132
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:123"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 116
                },
                "end": {
                  "line": 0,
                  "character": 122
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:116"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 142
              },
              "end": {
                "line": 0,
                "character": 160
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:142"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 142
              },
              "end": {
                "line": 0,
                "character": 160
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:142"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 134
                },
                "end": {
                  "line": 0,
                  "character": 141
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:134"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 185
              },
              "end": {
                "line": 0,
                "character": 192
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:185"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 185
              },
              "end": {
                "line": 0,
                "character": 192
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:185"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 162
                },
                "end": {
                  "line": 0,
                  "character": 172
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:162"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 201
              },
              "end": {
                "line": 0,
                "character": 210
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:201"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 201
              },
              "end": {
                "line": 0,
                "character": 210
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:201"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 194
                },
                "end": {
                  "line": 0,
                  "character": 200
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:194"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 220
              },
              "end": {
                "line": 0,
                "character": 228
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:220"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 220
              },
              "end": {
                "line": 0,
                "character": 228
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:220"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 212
                },
                "end": {
                  "line": 0,
                  "character": 219
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:212"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 255
              },
              "end": {
                "line": 0,
                "character": 264
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:255"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 255
              },
              "end": {
                "line": 0,
                "character": 264
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:255"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 230
                },
                "end": {
                  "line": 0,
                  "character": 240
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:230"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 273
              },
              "end": {
                "line": 0,
                "character": 274
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:273"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 273
              },
              "end": {
                "line": 0,
                "character": 274
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:273"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 266
                },
                "end": {
                  "line": 0,
                  "character": 272
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:266"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "showinternalonly": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string).varParam.showinternalonly",
          "nodeType": "variable",
          "name": "showInternalOnly",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 284
              },
              "end": {
                "line": 0,
                "character": 300
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:284"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 284
              },
              "end": {
                "line": 0,
                "character": 300
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:284"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 276
                },
                "end": {
                  "line": 0,
                  "character": 283
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:276"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "scope": null
        },
        "customfilter": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string).varParam.customfilter",
          "nodeType": "variable",
          "name": "customFilter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "customFilter",
            "textToLower": "customfilter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 309
              },
              "end": {
                "line": 0,
                "character": 321
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_customFilter_0:309"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "customFilter",
            "textToLower": "customfilter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 309
              },
              "end": {
                "line": 0,
                "character": 321
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_customFilter_0:309"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string)",
          "order": 11,
          "memberOrder": 11,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 302
                },
                "end": {
                  "line": 0,
                  "character": 308
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:302"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "searchfeedelementsinfilterfeed(string,string,string,string)": {
      "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfilterfeed(string,string,string,string)",
      "nodeType": "method",
      "name": "searchFeedElementsInFilterFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchFeedElementsInFilterFeed",
        "textToLower": "searchfeedelementsinfilterfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchFeedElementsInFilterFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 157,
      "memberOrder": 157,
      "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.FeedElementPage searchFeedElementsInFilterFeed(String communityId, String subjectId, String keyPrefix, String q)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage searchFeedElementsInFilterFeed(String communityId, String subjectId, String keyPrefix, String q)",
      "simplifiedSignature": "searchFeedElementsInFilterFeed(String,String,String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.searchfeedelementsinfilterfeed.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.searchfeedelementsinfilterfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get the feed elements from a feed filtered by a key prefix that match the search criteria.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfilterfeed(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": 79
              },
              "end": {
                "line": 0,
                "character": 90
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:79"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 90
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:79"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfilterfeed(string,string,string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfilterfeed.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.chatterfeeds.searchfeedelementsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfilterfeed(string,string,string,string).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 99
              },
              "end": {
                "line": 0,
                "character": 108
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:99"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 99
              },
              "end": {
                "line": 0,
                "character": 108
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:99"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfilterfeed(string,string,string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 92
                },
                "end": {
                  "line": 0,
                  "character": 98
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:92"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "keyprefix": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfilterfeed(string,string,string,string).varParam.keyprefix",
          "nodeType": "variable",
          "name": "keyPrefix",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 117
              },
              "end": {
                "line": 0,
                "character": 126
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:117"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 117
              },
              "end": {
                "line": 0,
                "character": 126
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:117"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfilterfeed(string,string,string,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 110
                },
                "end": {
                  "line": 0,
                  "character": 116
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:110"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfilterfeed(string,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": 135
              },
              "end": {
                "line": 0,
                "character": 136
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:135"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 135
              },
              "end": {
                "line": 0,
                "character": 136
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:135"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfilterfeed(string,string,string,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 128
                },
                "end": {
                  "line": 0,
                  "character": 134
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:128"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the context user or the alias me. A key prefix that specifies record type. A key prefix is the first three characters in the object ID, which specifies the object type. For example, User objects have a prefix of 005 and Group objects have a prefix of 0F9. 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": []
    },
    "searchfeedelementsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string)": {
      "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string)",
      "nodeType": "method",
      "name": "searchFeedElementsInFilterFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchFeedElementsInFilterFeed",
        "textToLower": "searchfeedelementsinfilterfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchFeedElementsInFilterFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 158,
      "memberOrder": 158,
      "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.FeedElementPage searchFeedElementsInFilterFeed(String communityId, String subjectId, String keyPrefix, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage searchFeedElementsInFilterFeed(String communityId, String subjectId, String keyPrefix, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q)",
      "simplifiedSignature": "searchFeedElementsInFilterFeed(String,String,String,String,Integer,ConnectApi.FeedSortOrder,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.searchfeedelementsinfilterfeed.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.searchfeedelementsinfilterfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of sorted feed elements from a feed filtered by a key prefix that match the search criteria.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 90
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:79"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 90
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:79"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfilterfeed.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.chatterfeeds.searchfeedelementsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 99
              },
              "end": {
                "line": 0,
                "character": 108
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:99"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 99
              },
              "end": {
                "line": 0,
                "character": 108
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:99"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 92
                },
                "end": {
                  "line": 0,
                  "character": 98
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:92"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "keyprefix": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string).varParam.keyprefix",
          "nodeType": "variable",
          "name": "keyPrefix",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 117
              },
              "end": {
                "line": 0,
                "character": 126
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:117"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 117
              },
              "end": {
                "line": 0,
                "character": 126
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:117"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 110
                },
                "end": {
                  "line": 0,
                  "character": 116
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:110"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 135
              },
              "end": {
                "line": 0,
                "character": 144
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:135"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 135
              },
              "end": {
                "line": 0,
                "character": 144
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:135"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 128
                },
                "end": {
                  "line": 0,
                  "character": 134
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:128"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 154
              },
              "end": {
                "line": 0,
                "character": 162
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:154"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 154
              },
              "end": {
                "line": 0,
                "character": 162
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:154"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfilterfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 146
                },
                "end": {
                  "line": 0,
                  "character": 153
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:146"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 189
              },
              "end": {
                "line": 0,
                "character": 198
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:189"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 189
              },
              "end": {
                "line": 0,
                "character": 198
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:189"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfilterfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 164
                },
                "end": {
                  "line": 0,
                  "character": 174
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:164"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 207
              },
              "end": {
                "line": 0,
                "character": 208
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:207"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 207
              },
              "end": {
                "line": 0,
                "character": 208
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:207"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 200
                },
                "end": {
                  "line": 0,
                  "character": 206
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:200"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the context user or the alias me. A key prefix that specifies record type. A key prefix is the first three characters in the object ID, which specifies the object type. For example, User objects have a prefix of 005 and Group objects have a prefix of 0F9. The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. 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": []
    },
    "searchfeedelementsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)": {
      "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
      "nodeType": "method",
      "name": "searchFeedElementsInFilterFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchFeedElementsInFilterFeed",
        "textToLower": "searchfeedelementsinfilterfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchFeedElementsInFilterFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 159,
      "memberOrder": 159,
      "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.FeedElementPage searchFeedElementsInFilterFeed(String communityId, String subjectId, String keyPrefix, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage searchFeedElementsInFilterFeed(String communityId, String subjectId, String keyPrefix, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q)",
      "simplifiedSignature": "searchFeedElementsInFilterFeed(String,String,String,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.searchfeedelementsinfilterfeed.datatype.ConnectApi.FeedElementPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElementPage",
        "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.chatterfeeds.searchfeedelementsinfilterfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of sorted feed elements from a feed filtered by a key prefix that match the search criteria. Each feed element includes no more than the specified number of comments.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 90
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:79"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 90
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:79"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfilterfeed.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.chatterfeeds.searchfeedelementsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 99
              },
              "end": {
                "line": 0,
                "character": 108
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:99"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 99
              },
              "end": {
                "line": 0,
                "character": 108
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:99"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 92
                },
                "end": {
                  "line": 0,
                  "character": 98
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:92"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "keyprefix": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.keyprefix",
          "nodeType": "variable",
          "name": "keyPrefix",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 117
              },
              "end": {
                "line": 0,
                "character": 126
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:117"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 117
              },
              "end": {
                "line": 0,
                "character": 126
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:117"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 110
                },
                "end": {
                  "line": 0,
                  "character": 116
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:110"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 136
              },
              "end": {
                "line": 0,
                "character": 154
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:136"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 136
              },
              "end": {
                "line": 0,
                "character": 154
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:136"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfilterfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 128
                },
                "end": {
                  "line": 0,
                  "character": 135
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:128"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 179
              },
              "end": {
                "line": 0,
                "character": 186
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:179"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 179
              },
              "end": {
                "line": 0,
                "character": 186
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:179"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfilterfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 156
                },
                "end": {
                  "line": 0,
                  "character": 166
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:156"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 195
              },
              "end": {
                "line": 0,
                "character": 204
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:195"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 195
              },
              "end": {
                "line": 0,
                "character": 204
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:195"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 188
                },
                "end": {
                  "line": 0,
                  "character": 194
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:188"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 214
              },
              "end": {
                "line": 0,
                "character": 222
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:214"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 214
              },
              "end": {
                "line": 0,
                "character": 222
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:214"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfilterfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 206
                },
                "end": {
                  "line": 0,
                  "character": 213
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:206"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 249
              },
              "end": {
                "line": 0,
                "character": 258
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:249"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 249
              },
              "end": {
                "line": 0,
                "character": 258
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:249"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfilterfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 224
                },
                "end": {
                  "line": 0,
                  "character": 234
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:224"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.searchfeedelementsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 267
              },
              "end": {
                "line": 0,
                "character": 268
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:267"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 267
              },
              "end": {
                "line": 0,
                "character": 268
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:267"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeedelementsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeedelementsinfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 260
                },
                "end": {
                  "line": 0,
                  "character": 266
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:260"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeedelementsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the context user or the alias me. A key prefix that specifies record type. A key prefix is the first three characters in the object ID, which specifies the object type. For example, User objects have a prefix of 005 and Group objects have a prefix of 0F9. Maximum number of comments to return with each feed element. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. 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": []
    },
    "searchfeeditems(string,string)": {
      "id": "ConnectApi.chatterfeeds.method.searchfeeditems(string,string)",
      "nodeType": "method",
      "name": "searchFeedItems",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchFeedItems",
        "textToLower": "searchfeeditems",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchFeedItems_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 160,
      "memberOrder": 160,
      "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.FeedItemPage searchFeedItems(String communityId, String q)",
      "overrideSignature": "public static override ConnectApi.FeedItemPage searchFeedItems(String communityId, String q)",
      "simplifiedSignature": "searchFeedItems(String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.searchfeeditems.datatype.ConnectApi.FeedItemPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedItemPage",
        "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.chatterfeeds.searchfeeditems",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedItemPage"
      },
      "description": "Get the feed items that match the search criteria.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditems(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": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditems(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditems.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 54
                },
                "end": {
                  "line": 0,
                  "character": 60
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:54"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditems(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": 81
              },
              "end": {
                "line": 0,
                "character": 82
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:81"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 81
              },
              "end": {
                "line": 0,
                "character": 82
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:81"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditems(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditems.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 74
                },
                "end": {
                  "line": 0,
                  "character": 80
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:74"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditems",
            "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": []
    },
    "searchfeeditems(string,string,connectapi.feedsortorder)": {
      "id": "ConnectApi.chatterfeeds.method.searchfeeditems(string,string,connectapi.feedsortorder)",
      "nodeType": "method",
      "name": "searchFeedItems",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchFeedItems",
        "textToLower": "searchfeeditems",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchFeedItems_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 161,
      "memberOrder": 161,
      "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.FeedItemPage searchFeedItems(String communityId, String q, ConnectApi.FeedSortOrder sortParam)",
      "overrideSignature": "public static override ConnectApi.FeedItemPage searchFeedItems(String communityId, String q, ConnectApi.FeedSortOrder sortParam)",
      "simplifiedSignature": "searchFeedItems(String,String,ConnectApi.FeedSortOrder)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.searchfeeditems.datatype.ConnectApi.FeedItemPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedItemPage",
        "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.chatterfeeds.searchfeeditems",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedItemPage"
      },
      "description": "Get the sorted feed items that match the search criteria.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditems(string,string,connectapi.feedsortorder).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditems(string,string,connectapi.feedsortorder)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditems.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 54
                },
                "end": {
                  "line": 0,
                  "character": 60
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:54"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditems(string,string,connectapi.feedsortorder).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 81
              },
              "end": {
                "line": 0,
                "character": 82
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:81"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 81
              },
              "end": {
                "line": 0,
                "character": 82
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:81"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditems(string,string,connectapi.feedsortorder)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditems.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 74
                },
                "end": {
                  "line": 0,
                  "character": 80
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:74"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditems(string,string,connectapi.feedsortorder).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 109
              },
              "end": {
                "line": 0,
                "character": 118
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:109"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 109
              },
              "end": {
                "line": 0,
                "character": 118
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:109"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditems(string,string,connectapi.feedsortorder)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditems.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 84
                },
                "end": {
                  "line": 0,
                  "character": 94
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:84"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "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.  Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   Sorts the returned feed by the most recently created feed item, or by the most recently modified feed item. If you pass in null, the default value CreatedDateDesc is used.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "searchfeeditems(string,string,string,integer)": {
      "id": "ConnectApi.chatterfeeds.method.searchfeeditems(string,string,string,integer)",
      "nodeType": "method",
      "name": "searchFeedItems",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchFeedItems",
        "textToLower": "searchfeeditems",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchFeedItems_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 162,
      "memberOrder": 162,
      "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.FeedItemPage searchFeedItems(String communityId, String q, String pageParam, Integer pageSize)",
      "overrideSignature": "public static override ConnectApi.FeedItemPage searchFeedItems(String communityId, String q, String pageParam, Integer pageSize)",
      "simplifiedSignature": "searchFeedItems(String,String,String,Integer)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.searchfeeditems.datatype.ConnectApi.FeedItemPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedItemPage",
        "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.chatterfeeds.searchfeeditems",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedItemPage"
      },
      "description": "Get a page of feed items that match the search criteria.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditems(string,string,string,integer).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditems(string,string,string,integer)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditems.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 54
                },
                "end": {
                  "line": 0,
                  "character": 60
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:54"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditems(string,string,string,integer).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 81
              },
              "end": {
                "line": 0,
                "character": 82
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:81"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 81
              },
              "end": {
                "line": 0,
                "character": 82
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:81"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditems(string,string,string,integer)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditems.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 74
                },
                "end": {
                  "line": 0,
                  "character": 80
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:74"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditems(string,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.chatterfeeds.method.searchfeeditems(string,string,string,integer)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditems.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.chatterfeeds.searchfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditems(string,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.chatterfeeds.method.searchfeeditems(string,string,string,integer)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditems.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.chatterfeeds.searchfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "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.  The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "searchfeeditems(string,string,string,integer,connectapi.feedsortorder)": {
      "id": "ConnectApi.chatterfeeds.method.searchfeeditems(string,string,string,integer,connectapi.feedsortorder)",
      "nodeType": "method",
      "name": "searchFeedItems",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchFeedItems",
        "textToLower": "searchfeeditems",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchFeedItems_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 163,
      "memberOrder": 163,
      "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.FeedItemPage searchFeedItems(String communityId, String q, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam)",
      "overrideSignature": "public static override ConnectApi.FeedItemPage searchFeedItems(String communityId, String q, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam)",
      "simplifiedSignature": "searchFeedItems(String,String,String,Integer,ConnectApi.FeedSortOrder)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.searchfeeditems.datatype.ConnectApi.FeedItemPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedItemPage",
        "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.chatterfeeds.searchfeeditems",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedItemPage"
      },
      "description": "Get a page of sorted feed items that match the search criteria.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditems(string,string,string,integer,connectapi.feedsortorder).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditems(string,string,string,integer,connectapi.feedsortorder)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditems.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 54
                },
                "end": {
                  "line": 0,
                  "character": 60
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:54"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditems(string,string,string,integer,connectapi.feedsortorder).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 81
              },
              "end": {
                "line": 0,
                "character": 82
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:81"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 81
              },
              "end": {
                "line": 0,
                "character": 82
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:81"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditems(string,string,string,integer,connectapi.feedsortorder)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditems.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 74
                },
                "end": {
                  "line": 0,
                  "character": 80
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:74"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditems(string,string,string,integer,connectapi.feedsortorder).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.chatterfeeds.method.searchfeeditems(string,string,string,integer,connectapi.feedsortorder)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditems.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.chatterfeeds.searchfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditems(string,string,string,integer,connectapi.feedsortorder).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.chatterfeeds.method.searchfeeditems(string,string,string,integer,connectapi.feedsortorder)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditems.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.chatterfeeds.searchfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditems(string,string,string,integer,connectapi.feedsortorder).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 145
              },
              "end": {
                "line": 0,
                "character": 154
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:145"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 145
              },
              "end": {
                "line": 0,
                "character": 154
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:145"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditems(string,string,string,integer,connectapi.feedsortorder)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditems.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 120
                },
                "end": {
                  "line": 0,
                  "character": 130
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:120"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "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.  The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   Sorts the returned feed by the most recently created feed item, or by the most recently modified feed item. If you pass in null, the default value CreatedDateDesc is used.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "searchfeeditems(string,string,integer,string,integer,connectapi.feedsortorder)": {
      "id": "ConnectApi.chatterfeeds.method.searchfeeditems(string,string,integer,string,integer,connectapi.feedsortorder)",
      "nodeType": "method",
      "name": "searchFeedItems",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchFeedItems",
        "textToLower": "searchfeeditems",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchFeedItems_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 164,
      "memberOrder": 164,
      "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.FeedItemPage searchFeedItems(String communityId, String q, Integer recentCommentCount, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam)",
      "overrideSignature": "public static override ConnectApi.FeedItemPage searchFeedItems(String communityId, String q, Integer recentCommentCount, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam)",
      "simplifiedSignature": "searchFeedItems(String,String,Integer,String,Integer,ConnectApi.FeedSortOrder)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.searchfeeditems.datatype.ConnectApi.FeedItemPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedItemPage",
        "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.chatterfeeds.searchfeeditems",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedItemPage"
      },
      "description": "Get a page of sorted feed items that match the search criteria.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditems(string,string,integer,string,integer,connectapi.feedsortorder).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditems(string,string,integer,string,integer,connectapi.feedsortorder)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditems.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 54
                },
                "end": {
                  "line": 0,
                  "character": 60
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:54"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditems(string,string,integer,string,integer,connectapi.feedsortorder).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 81
              },
              "end": {
                "line": 0,
                "character": 82
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:81"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 81
              },
              "end": {
                "line": 0,
                "character": 82
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:81"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditems(string,string,integer,string,integer,connectapi.feedsortorder)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditems.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 74
                },
                "end": {
                  "line": 0,
                  "character": 80
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:74"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditems(string,string,integer,string,integer,connectapi.feedsortorder).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 92
              },
              "end": {
                "line": 0,
                "character": 110
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:92"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 92
              },
              "end": {
                "line": 0,
                "character": 110
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:92"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditems(string,string,integer,string,integer,connectapi.feedsortorder)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditems.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.chatterfeeds.searchfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditems(string,string,integer,string,integer,connectapi.feedsortorder).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 119
              },
              "end": {
                "line": 0,
                "character": 128
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:119"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 119
              },
              "end": {
                "line": 0,
                "character": 128
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:119"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditems(string,string,integer,string,integer,connectapi.feedsortorder)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditems.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 112
                },
                "end": {
                  "line": 0,
                  "character": 118
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:112"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditems(string,string,integer,string,integer,connectapi.feedsortorder).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 138
              },
              "end": {
                "line": 0,
                "character": 146
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:138"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 138
              },
              "end": {
                "line": 0,
                "character": 146
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:138"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditems(string,string,integer,string,integer,connectapi.feedsortorder)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditems.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 130
                },
                "end": {
                  "line": 0,
                  "character": 137
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:130"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditems(string,string,integer,string,integer,connectapi.feedsortorder).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 173
              },
              "end": {
                "line": 0,
                "character": 182
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:173"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 173
              },
              "end": {
                "line": 0,
                "character": 182
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:173"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditems(string,string,integer,string,integer,connectapi.feedsortorder)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditems.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 148
                },
                "end": {
                  "line": 0,
                  "character": 158
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:148"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "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.  The maximum number of comments to return with each feed item. The default value is 3. The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   Sorts the returned feed by the most recently created feed item, or by the most recently modified feed item. If you pass in null, the default value CreatedDateDesc is used.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "searchfeeditemsinfeed(string,connectapi.feedtype,string)": {
      "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string)",
      "nodeType": "method",
      "name": "searchFeedItemsInFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchFeedItemsInFeed",
        "textToLower": "searchfeeditemsinfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchFeedItemsInFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 165,
      "memberOrder": 165,
      "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.FeedItemPage searchFeedItemsInFeed(String communityId, ConnectApi.FeedType feedType, String q)",
      "overrideSignature": "public static override ConnectApi.FeedItemPage searchFeedItemsInFeed(String communityId, ConnectApi.FeedType feedType, String q)",
      "simplifiedSignature": "searchFeedItemsInFeed(String,ConnectApi.FeedType,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.searchfeeditemsinfeed.datatype.ConnectApi.FeedItemPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedItemPage",
        "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.chatterfeeds.searchfeeditemsinfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedItemPage"
      },
      "description": "Get the feed items from the Company, Home, and Moderation feeds that match the search criteria.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:67"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:67"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 60
                },
                "end": {
                  "line": 0,
                  "character": 66
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:60"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 100
              },
              "end": {
                "line": 0,
                "character": 108
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:100"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 100
              },
              "end": {
                "line": 0,
                "character": 108
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:100"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 80
                },
                "end": {
                  "line": 0,
                  "character": 90
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:80"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 117
              },
              "end": {
                "line": 0,
                "character": 118
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:117"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 117
              },
              "end": {
                "line": 0,
                "character": 118
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:117"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 110
                },
                "end": {
                  "line": 0,
                  "character": 116
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:110"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values are Company, DirectMessageModeration, DirectMessages, Home, Moderation, and PendingReview. 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": []
    },
    "searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string)": {
      "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string)",
      "nodeType": "method",
      "name": "searchFeedItemsInFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchFeedItemsInFeed",
        "textToLower": "searchfeeditemsinfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchFeedItemsInFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 166,
      "memberOrder": 166,
      "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.FeedItemPage searchFeedItemsInFeed(String communityId, ConnectApi.FeedType feedType, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q)",
      "overrideSignature": "public static override ConnectApi.FeedItemPage searchFeedItemsInFeed(String communityId, ConnectApi.FeedType feedType, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q)",
      "simplifiedSignature": "searchFeedItemsInFeed(String,ConnectApi.FeedType,String,Integer,ConnectApi.FeedSortOrder,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.searchfeeditemsinfeed.datatype.ConnectApi.FeedItemPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedItemPage",
        "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.chatterfeeds.searchfeeditemsinfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedItemPage"
      },
      "description": "Get a page of sorted feed items from the Company, Home, and Moderation feeds that match the search criteria.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:67"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:67"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 60
                },
                "end": {
                  "line": 0,
                  "character": 66
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:60"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 100
              },
              "end": {
                "line": 0,
                "character": 108
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:100"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 100
              },
              "end": {
                "line": 0,
                "character": 108
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:100"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 80
                },
                "end": {
                  "line": 0,
                  "character": 90
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:80"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 117
              },
              "end": {
                "line": 0,
                "character": 126
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:117"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 117
              },
              "end": {
                "line": 0,
                "character": 126
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:117"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 110
                },
                "end": {
                  "line": 0,
                  "character": 116
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:110"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 136
              },
              "end": {
                "line": 0,
                "character": 144
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:136"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 136
              },
              "end": {
                "line": 0,
                "character": 144
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:136"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 128
                },
                "end": {
                  "line": 0,
                  "character": 135
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:128"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 171
              },
              "end": {
                "line": 0,
                "character": 180
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:171"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 171
              },
              "end": {
                "line": 0,
                "character": 180
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:171"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 146
                },
                "end": {
                  "line": 0,
                  "character": 156
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:146"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 189
              },
              "end": {
                "line": 0,
                "character": 190
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:189"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 189
              },
              "end": {
                "line": 0,
                "character": 190
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:189"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 182
                },
                "end": {
                  "line": 0,
                  "character": 188
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:182"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values are Company, DirectMessageModeration, DirectMessages, Home, Moderation, and PendingReview. The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   Sorts the returned feed by the most recently created feed item, or by the most recently modified feed item. If you pass in null, the default value CreatedDateDesc is used. 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": []
    },
    "searchfeeditemsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)": {
      "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
      "nodeType": "method",
      "name": "searchFeedItemsInFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchFeedItemsInFeed",
        "textToLower": "searchfeeditemsinfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchFeedItemsInFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 167,
      "memberOrder": 167,
      "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.FeedItemPage searchFeedItemsInFeed(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q)",
      "overrideSignature": "public static override ConnectApi.FeedItemPage searchFeedItemsInFeed(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q)",
      "simplifiedSignature": "searchFeedItemsInFeed(String,ConnectApi.FeedType,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.searchfeeditemsinfeed.datatype.ConnectApi.FeedItemPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedItemPage",
        "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.chatterfeeds.searchfeeditemsinfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedItemPage"
      },
      "description": "Get a page of sorted feed items from the Company, Home, and Moderation feeds that match the search criteria. Each feed item includes no more than the specified number of comments.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:67"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:67"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 60
                },
                "end": {
                  "line": 0,
                  "character": 66
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:60"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 100
              },
              "end": {
                "line": 0,
                "character": 108
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:100"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 100
              },
              "end": {
                "line": 0,
                "character": 108
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:100"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 80
                },
                "end": {
                  "line": 0,
                  "character": 90
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:80"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 118
              },
              "end": {
                "line": 0,
                "character": 136
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:118"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 118
              },
              "end": {
                "line": 0,
                "character": 136
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:118"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 110
                },
                "end": {
                  "line": 0,
                  "character": 117
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:110"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 161
              },
              "end": {
                "line": 0,
                "character": 168
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:161"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 161
              },
              "end": {
                "line": 0,
                "character": 168
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:161"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 138
                },
                "end": {
                  "line": 0,
                  "character": 148
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:138"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 177
              },
              "end": {
                "line": 0,
                "character": 186
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:177"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 177
              },
              "end": {
                "line": 0,
                "character": 186
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:177"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 170
                },
                "end": {
                  "line": 0,
                  "character": 176
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:170"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 196
              },
              "end": {
                "line": 0,
                "character": 204
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:196"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 196
              },
              "end": {
                "line": 0,
                "character": 204
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:196"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 188
                },
                "end": {
                  "line": 0,
                  "character": 195
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:188"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 231
              },
              "end": {
                "line": 0,
                "character": 240
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:231"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 231
              },
              "end": {
                "line": 0,
                "character": 240
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:231"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 206
                },
                "end": {
                  "line": 0,
                  "character": 216
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:206"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 249
              },
              "end": {
                "line": 0,
                "character": 250
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:249"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 249
              },
              "end": {
                "line": 0,
                "character": 250
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:249"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 242
                },
                "end": {
                  "line": 0,
                  "character": 248
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:242"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values are Company, DirectMessageModeration, DirectMessages, Home, Moderation, and PendingReview. The maximum number of comments to return with each feed item. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   Sorts the returned feed by the most recently created feed item, or by the most recently modified feed item. If you pass in null, the default value CreatedDateDesc is used. 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": []
    },
    "searchfeeditemsinfeed(string,connectapi.feedtype,string,string)": {
      "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,string)",
      "nodeType": "method",
      "name": "searchFeedItemsInFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchFeedItemsInFeed",
        "textToLower": "searchfeeditemsinfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchFeedItemsInFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 168,
      "memberOrder": 168,
      "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.FeedItemPage searchFeedItemsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, String q)",
      "overrideSignature": "public static override ConnectApi.FeedItemPage searchFeedItemsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, String q)",
      "simplifiedSignature": "searchFeedItemsInFeed(String,ConnectApi.FeedType,String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.searchfeeditemsinfeed.datatype.ConnectApi.FeedItemPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedItemPage",
        "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.chatterfeeds.searchfeeditemsinfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedItemPage"
      },
      "description": "Get the feed items from a feed that match the search criteria.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,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": 67
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:67"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:67"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 60
                },
                "end": {
                  "line": 0,
                  "character": 66
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:60"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,string).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 100
              },
              "end": {
                "line": 0,
                "character": 108
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:100"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 100
              },
              "end": {
                "line": 0,
                "character": 108
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:100"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 80
                },
                "end": {
                  "line": 0,
                  "character": 90
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:80"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,string).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 117
              },
              "end": {
                "line": 0,
                "character": 126
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:117"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 117
              },
              "end": {
                "line": 0,
                "character": 126
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:117"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 110
                },
                "end": {
                  "line": 0,
                  "character": 116
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:110"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,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": 135
              },
              "end": {
                "line": 0,
                "character": 136
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:135"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 135
              },
              "end": {
                "line": 0,
                "character": 136
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:135"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 128
                },
                "end": {
                  "line": 0,
                  "character": 134
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:128"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values include every ConnectApi.FeedType except Company, DirectMessages, Filter, Landing, and Streams. If feedType is Record, subjectId can be any record ID, including a group ID. If feed type is UserProfile, subjectId can be any user ID. If feedType is any other value, subjectId must be the ID of the context user or the alias me. 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": []
    },
    "searchfeeditemsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string)": {
      "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string)",
      "nodeType": "method",
      "name": "searchFeedItemsInFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchFeedItemsInFeed",
        "textToLower": "searchfeeditemsinfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchFeedItemsInFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 169,
      "memberOrder": 169,
      "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.FeedItemPage searchFeedItemsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q)",
      "overrideSignature": "public static override ConnectApi.FeedItemPage searchFeedItemsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q)",
      "simplifiedSignature": "searchFeedItemsInFeed(String,ConnectApi.FeedType,String,String,Integer,ConnectApi.FeedSortOrder,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.searchfeeditemsinfeed.datatype.ConnectApi.FeedItemPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedItemPage",
        "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.chatterfeeds.searchfeeditemsinfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedItemPage"
      },
      "description": "Get a page of sorted feed items from a feed for a user or record that match the search criteria.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:67"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:67"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 60
                },
                "end": {
                  "line": 0,
                  "character": 66
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:60"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 100
              },
              "end": {
                "line": 0,
                "character": 108
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:100"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 100
              },
              "end": {
                "line": 0,
                "character": 108
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:100"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 80
                },
                "end": {
                  "line": 0,
                  "character": 90
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:80"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 117
              },
              "end": {
                "line": 0,
                "character": 126
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:117"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 117
              },
              "end": {
                "line": 0,
                "character": 126
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:117"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 110
                },
                "end": {
                  "line": 0,
                  "character": 116
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:110"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 135
              },
              "end": {
                "line": 0,
                "character": 144
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:135"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 135
              },
              "end": {
                "line": 0,
                "character": 144
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:135"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 128
                },
                "end": {
                  "line": 0,
                  "character": 134
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:128"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 154
              },
              "end": {
                "line": 0,
                "character": 162
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:154"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 154
              },
              "end": {
                "line": 0,
                "character": 162
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:154"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 146
                },
                "end": {
                  "line": 0,
                  "character": 153
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:146"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 189
              },
              "end": {
                "line": 0,
                "character": 198
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:189"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 189
              },
              "end": {
                "line": 0,
                "character": 198
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:189"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 164
                },
                "end": {
                  "line": 0,
                  "character": 174
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:164"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 207
              },
              "end": {
                "line": 0,
                "character": 208
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:207"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 207
              },
              "end": {
                "line": 0,
                "character": 208
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:207"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 200
                },
                "end": {
                  "line": 0,
                  "character": 206
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:200"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values include every ConnectApi.FeedType except Company, DirectMessages, Filter, Landing, and Streams. If feedType is Record, subjectId can be any record ID, including a group ID. If feedType is Streams, subjectId must be a stream ID. If feedType is Topics, subjectId must be a topic ID. If feedType is UserProfile, subjectId can be any user ID. If the feedType is any other value, subjectId must be the ID of the context user or the alias me. The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Order of feed items in the feed.  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   Sorts the returned feed by the most recently created feed item, or by the most recently modified feed item. If you pass in null, the default value CreatedDateDesc is used. Search term. Searches keywords in the user or group name. A minimum of one character is required. This parameter does not support wildcards. This parameter is required.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)": {
      "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
      "nodeType": "method",
      "name": "searchFeedItemsInFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchFeedItemsInFeed",
        "textToLower": "searchfeeditemsinfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchFeedItemsInFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 170,
      "memberOrder": 170,
      "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.FeedItemPage searchFeedItemsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q)",
      "overrideSignature": "public static override ConnectApi.FeedItemPage searchFeedItemsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q)",
      "simplifiedSignature": "searchFeedItemsInFeed(String,ConnectApi.FeedType,String,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.searchfeeditemsinfeed.datatype.ConnectApi.FeedItemPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedItemPage",
        "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.chatterfeeds.searchfeeditemsinfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedItemPage"
      },
      "description": "Get a page of sorted feed items from a feed that match the search criteria. Each feed item includes no more than the specified number of comments.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:67"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:67"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 60
                },
                "end": {
                  "line": 0,
                  "character": 66
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:60"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 100
              },
              "end": {
                "line": 0,
                "character": 108
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:100"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 100
              },
              "end": {
                "line": 0,
                "character": 108
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:100"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 80
                },
                "end": {
                  "line": 0,
                  "character": 90
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:80"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 117
              },
              "end": {
                "line": 0,
                "character": 126
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:117"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 117
              },
              "end": {
                "line": 0,
                "character": 126
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:117"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 110
                },
                "end": {
                  "line": 0,
                  "character": 116
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:110"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 136
              },
              "end": {
                "line": 0,
                "character": 154
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:136"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 136
              },
              "end": {
                "line": 0,
                "character": 154
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:136"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 128
                },
                "end": {
                  "line": 0,
                  "character": 135
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:128"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 179
              },
              "end": {
                "line": 0,
                "character": 186
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:179"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 179
              },
              "end": {
                "line": 0,
                "character": 186
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:179"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 156
                },
                "end": {
                  "line": 0,
                  "character": 166
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:156"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 195
              },
              "end": {
                "line": 0,
                "character": 204
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:195"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 195
              },
              "end": {
                "line": 0,
                "character": 204
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:195"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 188
                },
                "end": {
                  "line": 0,
                  "character": 194
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:188"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 214
              },
              "end": {
                "line": 0,
                "character": 222
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:214"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 214
              },
              "end": {
                "line": 0,
                "character": 222
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:214"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 206
                },
                "end": {
                  "line": 0,
                  "character": 213
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:206"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 249
              },
              "end": {
                "line": 0,
                "character": 258
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:249"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 249
              },
              "end": {
                "line": 0,
                "character": 258
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:249"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 224
                },
                "end": {
                  "line": 0,
                  "character": 234
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:224"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 267
              },
              "end": {
                "line": 0,
                "character": 268
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:267"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 267
              },
              "end": {
                "line": 0,
                "character": 268
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:267"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 260
                },
                "end": {
                  "line": 0,
                  "character": 266
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:260"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values include every ConnectApi.FeedType except Company, DirectMessages, Filter, Landing, and Streams. If feedType is Record, subjectId can be any record ID, including a group ID. If feedType is Streams, subjectId must be a stream ID. If feedType is Topics, subjectId must be a topic ID. If feedType is UserProfile, subjectId can be any user ID. If the feedType is any other value, subjectId must be the ID of the context user or the alias me. The maximum number of comments to return with each feed item. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   Sorts the returned feed by the most recently created feed item, or by the most recently modified feed item. If you pass in null, the default value CreatedDateDesc is used. 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": []
    },
    "searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean)": {
      "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean)",
      "nodeType": "method",
      "name": "searchFeedItemsInFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "",
        "textToLower": "",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function__-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 171,
      "memberOrder": 171,
      "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.FeedItemPage searchFeedItemsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, Boolean showInternalOnly)",
      "overrideSignature": "public static override ConnectApi.FeedItemPage searchFeedItemsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, Boolean showInternalOnly)",
      "simplifiedSignature": "searchFeedItemsInFeed(String,ConnectApi.FeedType,String,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,String,Boolean)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds..datatype.ConnectApi.FeedItemPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedItemPage",
        "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.chatterfeeds.",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedItemPage"
      },
      "description": "Get a page of sorted feed items from a feed for a user or record that match the search criteria. Each feed item includes no more than the specified number of comments. Specify whether to return feed items posted by internal (non-community) users only.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,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": 67
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:67"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:67"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 60
                },
                "end": {
                  "line": 0,
                  "character": 66
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:60"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 100
              },
              "end": {
                "line": 0,
                "character": 108
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:100"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 100
              },
              "end": {
                "line": 0,
                "character": 108
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:100"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 80
                },
                "end": {
                  "line": 0,
                  "character": 90
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:80"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 117
              },
              "end": {
                "line": 0,
                "character": 126
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:117"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 117
              },
              "end": {
                "line": 0,
                "character": 126
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:117"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 110
                },
                "end": {
                  "line": 0,
                  "character": 116
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:110"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 136
              },
              "end": {
                "line": 0,
                "character": 154
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:136"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 136
              },
              "end": {
                "line": 0,
                "character": 154
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:136"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 128
                },
                "end": {
                  "line": 0,
                  "character": 135
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:128"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 179
              },
              "end": {
                "line": 0,
                "character": 186
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:179"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 179
              },
              "end": {
                "line": 0,
                "character": 186
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:179"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 156
                },
                "end": {
                  "line": 0,
                  "character": 166
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:156"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 195
              },
              "end": {
                "line": 0,
                "character": 204
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:195"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 195
              },
              "end": {
                "line": 0,
                "character": 204
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:195"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 188
                },
                "end": {
                  "line": 0,
                  "character": 194
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:188"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 214
              },
              "end": {
                "line": 0,
                "character": 222
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:214"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 214
              },
              "end": {
                "line": 0,
                "character": 222
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:214"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 206
                },
                "end": {
                  "line": 0,
                  "character": 213
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:206"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 249
              },
              "end": {
                "line": 0,
                "character": 258
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:249"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 249
              },
              "end": {
                "line": 0,
                "character": 258
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:249"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 224
                },
                "end": {
                  "line": 0,
                  "character": 234
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:224"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 267
              },
              "end": {
                "line": 0,
                "character": 268
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:267"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 267
              },
              "end": {
                "line": 0,
                "character": 268
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:267"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 260
                },
                "end": {
                  "line": 0,
                  "character": 266
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:260"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "showinternalonly": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean).varParam.showinternalonly",
          "nodeType": "variable",
          "name": "showInternalOnly",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 278
              },
              "end": {
                "line": 0,
                "character": 294
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:278"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 278
              },
              "end": {
                "line": 0,
                "character": 294
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:278"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 270
                },
                "end": {
                  "line": 0,
                  "character": 277
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:270"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "description": "Use either the ID for a community, internal, or null. Value must be ConnectApi.FeedType.Record. Any record ID, including a group ID. The maximum number of comments to return with each feed item. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   Sorts the returned feed by the most recently created feed item, or by the most recently modified feed item. If you pass in null, the default value CreatedDateDesc is used. Required and cannot be null. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards.  Specifies whether to show only feed items from internal (non-community) users (true), or not (false). The default value is false.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "searchfeeditemsinfilterfeed(string,string,string,string)": {
      "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfilterfeed(string,string,string,string)",
      "nodeType": "method",
      "name": "searchFeedItemsInFilterFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchFeedItemsInFilterFeed",
        "textToLower": "searchfeeditemsinfilterfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchFeedItemsInFilterFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 172,
      "memberOrder": 172,
      "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.FeedItemPage searchFeedItemsInFilterFeed(String communityId, String subjectId, String keyPrefix, String q)",
      "overrideSignature": "public static override ConnectApi.FeedItemPage searchFeedItemsInFilterFeed(String communityId, String subjectId, String keyPrefix, String q)",
      "simplifiedSignature": "searchFeedItemsInFilterFeed(String,String,String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.searchfeeditemsinfilterfeed.datatype.ConnectApi.FeedItemPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedItemPage",
        "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.chatterfeeds.searchfeeditemsinfilterfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedItemPage"
      },
      "description": "Get the feed items that match the search criteria from a feed filtered by a key prefix for a user.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfilterfeed(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": 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.chatterfeeds.method.searchfeeditemsinfilterfeed(string,string,string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfilterfeed.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.chatterfeeds.searchfeeditemsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfilterfeed(string,string,string,string).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 93
              },
              "end": {
                "line": 0,
                "character": 102
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:93"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 93
              },
              "end": {
                "line": 0,
                "character": 102
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:93"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfilterfeed(string,string,string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfilterfeed.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.chatterfeeds.searchfeeditemsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "keyprefix": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfilterfeed(string,string,string,string).varParam.keyprefix",
          "nodeType": "variable",
          "name": "keyPrefix",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 111
              },
              "end": {
                "line": 0,
                "character": 120
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:111"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 111
              },
              "end": {
                "line": 0,
                "character": 120
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:111"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfilterfeed(string,string,string,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfilterfeed.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.chatterfeeds.searchfeeditemsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfilterfeed(string,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": 129
              },
              "end": {
                "line": 0,
                "character": 130
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:129"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 129
              },
              "end": {
                "line": 0,
                "character": 130
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:129"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfilterfeed(string,string,string,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfilterfeed.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.chatterfeeds.searchfeeditemsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the context user or the alias me. A key prefix that specifies record type. A key prefix is the first three characters in the object ID, which specifies the object type. For example, User objects have a prefix of 005 and Group objects have a prefix of 0F9. 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": []
    },
    "searchfeeditemsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string)": {
      "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string)",
      "nodeType": "method",
      "name": "searchFeedItemsInFilterFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchFeedItemsInFilterFeed",
        "textToLower": "searchfeeditemsinfilterfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchFeedItemsInFilterFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 173,
      "memberOrder": 173,
      "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.FeedItemPage searchFeedItemsInFilterFeed(String communityId, String subjectId, String keyPrefix, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q)",
      "overrideSignature": "public static override ConnectApi.FeedItemPage searchFeedItemsInFilterFeed(String communityId, String subjectId, String keyPrefix, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q)",
      "simplifiedSignature": "searchFeedItemsInFilterFeed(String,String,String,String,Integer,ConnectApi.FeedSortOrder,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.searchfeeditemsinfilterfeed.datatype.ConnectApi.FeedItemPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedItemPage",
        "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.chatterfeeds.searchfeeditemsinfilterfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedItemPage"
      },
      "description": "Get a page of sorted feed items that match the search criteria from a feed filtered by a key prefix for a user.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,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.chatterfeeds.method.searchfeeditemsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfilterfeed.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.chatterfeeds.searchfeeditemsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 93
              },
              "end": {
                "line": 0,
                "character": 102
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:93"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 93
              },
              "end": {
                "line": 0,
                "character": 102
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:93"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfilterfeed.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.chatterfeeds.searchfeeditemsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "keyprefix": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string).varParam.keyprefix",
          "nodeType": "variable",
          "name": "keyPrefix",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 111
              },
              "end": {
                "line": 0,
                "character": 120
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:111"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 111
              },
              "end": {
                "line": 0,
                "character": 120
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:111"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfilterfeed.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.chatterfeeds.searchfeeditemsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 129
              },
              "end": {
                "line": 0,
                "character": 138
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:129"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 129
              },
              "end": {
                "line": 0,
                "character": 138
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:129"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfilterfeed.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.chatterfeeds.searchfeeditemsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 148
              },
              "end": {
                "line": 0,
                "character": 156
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:148"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 148
              },
              "end": {
                "line": 0,
                "character": 156
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:148"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfilterfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 140
                },
                "end": {
                  "line": 0,
                  "character": 147
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:140"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditemsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 183
              },
              "end": {
                "line": 0,
                "character": 192
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:183"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 183
              },
              "end": {
                "line": 0,
                "character": 192
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:183"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfilterfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 158
                },
                "end": {
                  "line": 0,
                  "character": 168
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:158"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditemsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 201
              },
              "end": {
                "line": 0,
                "character": 202
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:201"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 201
              },
              "end": {
                "line": 0,
                "character": 202
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:201"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 194
                },
                "end": {
                  "line": 0,
                  "character": 200
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:194"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditemsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the context user or the alias me. A key prefix that specifies record type. A key prefix is the first three characters in the object ID, which specifies the object type. For example, User objects have a prefix of 005 and Group objects have a prefix of 0F9. The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   Sorts the returned feed by the most recently created feed item, or by the most recently modified feed item. If you pass in null, the default value CreatedDateDesc is used. 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": []
    },
    "searchfeeditemsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)": {
      "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
      "nodeType": "method",
      "name": "searchFeedItemsInFilterFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchFeedItemsInFilterFeed",
        "textToLower": "searchfeeditemsinfilterfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchFeedItemsInFilterFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 174,
      "memberOrder": 174,
      "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.FeedItemPage searchFeedItemsInFilterFeed(String communityId, String subjectId, String keyPrefix, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q)",
      "overrideSignature": "public static override ConnectApi.FeedItemPage searchFeedItemsInFilterFeed(String communityId, String subjectId, String keyPrefix, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q)",
      "simplifiedSignature": "searchFeedItemsInFilterFeed(String,String,String,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.searchfeeditemsinfilterfeed.datatype.ConnectApi.FeedItemPage",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedItemPage",
        "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.chatterfeeds.searchfeeditemsinfilterfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedItemPage"
      },
      "description": "Get a page of sorted feed items that match the search criteria from a feed filtered by a key prefix for a user. Each feed item includes no more than the specified number of comments.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,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.chatterfeeds.method.searchfeeditemsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfilterfeed.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.chatterfeeds.searchfeeditemsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 93
              },
              "end": {
                "line": 0,
                "character": 102
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:93"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 93
              },
              "end": {
                "line": 0,
                "character": 102
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:93"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfilterfeed.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.chatterfeeds.searchfeeditemsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "keyprefix": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.keyprefix",
          "nodeType": "variable",
          "name": "keyPrefix",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 111
              },
              "end": {
                "line": 0,
                "character": 120
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:111"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 111
              },
              "end": {
                "line": 0,
                "character": 120
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:111"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfilterfeed.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.chatterfeeds.searchfeeditemsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 130
              },
              "end": {
                "line": 0,
                "character": 148
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:130"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 130
              },
              "end": {
                "line": 0,
                "character": 148
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:130"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfilterfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 122
                },
                "end": {
                  "line": 0,
                  "character": 129
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:122"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditemsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 173
              },
              "end": {
                "line": 0,
                "character": 180
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:173"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 173
              },
              "end": {
                "line": 0,
                "character": 180
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:173"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfilterfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 150
                },
                "end": {
                  "line": 0,
                  "character": 160
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:150"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditemsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 189
              },
              "end": {
                "line": 0,
                "character": 198
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:189"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 189
              },
              "end": {
                "line": 0,
                "character": 198
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:189"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 182
                },
                "end": {
                  "line": 0,
                  "character": 188
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:182"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditemsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 208
              },
              "end": {
                "line": 0,
                "character": 216
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:208"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 208
              },
              "end": {
                "line": 0,
                "character": 216
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:208"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfilterfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 200
                },
                "end": {
                  "line": 0,
                  "character": 207
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:200"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditemsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 243
              },
              "end": {
                "line": 0,
                "character": 252
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:243"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 243
              },
              "end": {
                "line": 0,
                "character": 252
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:243"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfilterfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 218
                },
                "end": {
                  "line": 0,
                  "character": 228
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:218"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditemsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditemsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 261
              },
              "end": {
                "line": 0,
                "character": 262
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:261"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 261
              },
              "end": {
                "line": 0,
                "character": 262
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:261"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditemsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchfeeditemsinfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 254
                },
                "end": {
                  "line": 0,
                  "character": 260
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:254"
            },
            "parentId": "ConnectApi.chatterfeeds.searchfeeditemsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the context user or the alias me. A key prefix that specifies record type. A key prefix is the first three characters in the object ID, which specifies the object type. For example, User objects have a prefix of 005 and Group objects have a prefix of 0F9. The maximum number of comments to return with each feed item. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   Sorts the returned feed by the most recently created feed item, or by the most recently modified feed item. If you pass in null, the default value CreatedDateDesc is used. 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": []
    },
    "searchstreams(string,string)": {
      "id": "ConnectApi.chatterfeeds.method.searchstreams(string,string)",
      "nodeType": "method",
      "name": "searchStreams",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchStreams",
        "textToLower": "searchstreams",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchStreams_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 175,
      "memberOrder": 175,
      "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.ChatterStreamPage searchStreams(String communityId, String q)",
      "overrideSignature": "public static override ConnectApi.ChatterStreamPage searchStreams(String communityId, String q)",
      "simplifiedSignature": "searchStreams(String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.searchstreams.datatype.ConnectApi.ChatterStreamPage",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterStreamPage",
        "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.chatterfeeds.searchstreams",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterStreamPage"
      },
      "description": "Search the Chatter feed streams for the context user.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.searchstreams(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": 64
              },
              "end": {
                "line": 0,
                "character": 75
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:64"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 64
              },
              "end": {
                "line": 0,
                "character": 75
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:64"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchstreams(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchstreams.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 57
                },
                "end": {
                  "line": 0,
                  "character": 63
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:57"
            },
            "parentId": "ConnectApi.chatterfeeds.searchstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.searchstreams(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": 84
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:84"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 84
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:84"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchstreams(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchstreams.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 77
                },
                "end": {
                  "line": 0,
                  "character": 83
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:77"
            },
            "parentId": "ConnectApi.chatterfeeds.searchstreams",
            "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": []
    },
    "searchstreams(string,string,connectapi.sortorder)": {
      "id": "ConnectApi.chatterfeeds.method.searchstreams(string,string,connectapi.sortorder)",
      "nodeType": "method",
      "name": "searchStreams",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchStreams",
        "textToLower": "searchstreams",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchStreams_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 176,
      "memberOrder": 176,
      "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.ChatterStreamPage searchStreams(String communityId, String q, ConnectApi.SortOrder sortParam)",
      "overrideSignature": "public static override ConnectApi.ChatterStreamPage searchStreams(String communityId, String q, ConnectApi.SortOrder sortParam)",
      "simplifiedSignature": "searchStreams(String,String,ConnectApi.SortOrder)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.searchstreams.datatype.ConnectApi.ChatterStreamPage",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterStreamPage",
        "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.chatterfeeds.searchstreams",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterStreamPage"
      },
      "description": "Search and sort the Chatter feed streams for the context user.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.searchstreams(string,string,connectapi.sortorder).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 64
              },
              "end": {
                "line": 0,
                "character": 75
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:64"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 64
              },
              "end": {
                "line": 0,
                "character": 75
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:64"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchstreams(string,string,connectapi.sortorder)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchstreams.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 57
                },
                "end": {
                  "line": 0,
                  "character": 63
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:57"
            },
            "parentId": "ConnectApi.chatterfeeds.searchstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.searchstreams(string,string,connectapi.sortorder).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 84
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:84"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 84
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:84"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchstreams(string,string,connectapi.sortorder)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchstreams.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 77
                },
                "end": {
                  "line": 0,
                  "character": 83
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:77"
            },
            "parentId": "ConnectApi.chatterfeeds.searchstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.searchstreams(string,string,connectapi.sortorder).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 108
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:108"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 108
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:108"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchstreams(string,string,connectapi.sortorder)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchstreams.datatype.ConnectApi.SortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.SortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 87
                },
                "end": {
                  "line": 0,
                  "character": 97
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:87"
            },
            "parentId": "ConnectApi.chatterfeeds.searchstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.SortOrder"
          },
          "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.   Specifies the sort order. Values are:  Ascending—Items are in ascending alphabetical order (A-Z).   Descending—Items are in descending alphabetical order (Z-A).   MostRecentlyViewed—Items are in descending chronological order by view. This sort order is valid only for Chatter feed streams.   If not specified, default value is Ascending.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "searchstreams(string,string,integer,integer)": {
      "id": "ConnectApi.chatterfeeds.method.searchstreams(string,string,integer,integer)",
      "nodeType": "method",
      "name": "searchStreams",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchStreams",
        "textToLower": "searchstreams",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchStreams_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 177,
      "memberOrder": 177,
      "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.ChatterStreamPage searchStreams(String communityId, String q, Integer pageParam, Integer pageSize)",
      "overrideSignature": "public static override ConnectApi.ChatterStreamPage searchStreams(String communityId, String q, Integer pageParam, Integer pageSize)",
      "simplifiedSignature": "searchStreams(String,String,Integer,Integer)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.searchstreams.datatype.ConnectApi.ChatterStreamPage",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterStreamPage",
        "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.chatterfeeds.searchstreams",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterStreamPage"
      },
      "description": "Search the Chatter feed streams for the context user and return a page of results.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.searchstreams(string,string,integer,integer).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 64
              },
              "end": {
                "line": 0,
                "character": 75
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:64"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 64
              },
              "end": {
                "line": 0,
                "character": 75
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:64"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchstreams(string,string,integer,integer)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchstreams.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 57
                },
                "end": {
                  "line": 0,
                  "character": 63
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:57"
            },
            "parentId": "ConnectApi.chatterfeeds.searchstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.searchstreams(string,string,integer,integer).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 84
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:84"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 84
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:84"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchstreams(string,string,integer,integer)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchstreams.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 77
                },
                "end": {
                  "line": 0,
                  "character": 83
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:77"
            },
            "parentId": "ConnectApi.chatterfeeds.searchstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.searchstreams(string,string,integer,integer).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 104
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:95"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 104
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:95"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchstreams(string,string,integer,integer)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchstreams.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.chatterfeeds.searchstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.searchstreams(string,string,integer,integer).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 114
              },
              "end": {
                "line": 0,
                "character": 122
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:114"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 114
              },
              "end": {
                "line": 0,
                "character": 122
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:114"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchstreams(string,string,integer,integer)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchstreams.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 106
                },
                "end": {
                  "line": 0,
                  "character": 113
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:106"
            },
            "parentId": "ConnectApi.chatterfeeds.searchstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "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.  Specifies the number of the page you want returned. Starts at 0. If you pass in null or 0, the first page is returned. Specifies the number of items per page. Valid values are from 1 to 250. The default size is 25.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "searchstreams(string,string,integer,integer,connectapi.sortorder)": {
      "id": "ConnectApi.chatterfeeds.method.searchstreams(string,string,integer,integer,connectapi.sortorder)",
      "nodeType": "method",
      "name": "searchStreams",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchStreams",
        "textToLower": "searchstreams",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchStreams_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 178,
      "memberOrder": 178,
      "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.ChatterStreamPage searchStreams(String communityId, String q, Integer pageParam, Integer pageSize, ConnectApi.SortOrder sortParam)",
      "overrideSignature": "public static override ConnectApi.ChatterStreamPage searchStreams(String communityId, String q, Integer pageParam, Integer pageSize, ConnectApi.SortOrder sortParam)",
      "simplifiedSignature": "searchStreams(String,String,Integer,Integer,ConnectApi.SortOrder)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.searchstreams.datatype.ConnectApi.ChatterStreamPage",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterStreamPage",
        "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.chatterfeeds.searchstreams",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterStreamPage"
      },
      "description": "Search the Chatter feed streams for the context user and return a sorted page of results.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.searchstreams(string,string,integer,integer,connectapi.sortorder).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 64
              },
              "end": {
                "line": 0,
                "character": 75
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:64"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 64
              },
              "end": {
                "line": 0,
                "character": 75
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:64"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchstreams(string,string,integer,integer,connectapi.sortorder)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchstreams.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 57
                },
                "end": {
                  "line": 0,
                  "character": 63
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:57"
            },
            "parentId": "ConnectApi.chatterfeeds.searchstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.searchstreams(string,string,integer,integer,connectapi.sortorder).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 84
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:84"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 84
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:84"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchstreams(string,string,integer,integer,connectapi.sortorder)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchstreams.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 77
                },
                "end": {
                  "line": 0,
                  "character": 83
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:77"
            },
            "parentId": "ConnectApi.chatterfeeds.searchstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.searchstreams(string,string,integer,integer,connectapi.sortorder).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 104
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:95"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 104
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:95"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchstreams(string,string,integer,integer,connectapi.sortorder)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchstreams.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.chatterfeeds.searchstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.searchstreams(string,string,integer,integer,connectapi.sortorder).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 114
              },
              "end": {
                "line": 0,
                "character": 122
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:114"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 114
              },
              "end": {
                "line": 0,
                "character": 122
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:114"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchstreams(string,string,integer,integer,connectapi.sortorder)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchstreams.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 106
                },
                "end": {
                  "line": 0,
                  "character": 113
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:106"
            },
            "parentId": "ConnectApi.chatterfeeds.searchstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.searchstreams(string,string,integer,integer,connectapi.sortorder).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 145
              },
              "end": {
                "line": 0,
                "character": 154
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:145"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 145
              },
              "end": {
                "line": 0,
                "character": 154
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:145"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchstreams(string,string,integer,integer,connectapi.sortorder)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchstreams.datatype.ConnectApi.SortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.SortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 124
                },
                "end": {
                  "line": 0,
                  "character": 134
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:124"
            },
            "parentId": "ConnectApi.chatterfeeds.searchstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.SortOrder"
          },
          "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.  Specifies the number of the page you want returned. Starts at 0. If you pass in null or 0, the first page is returned. Specifies the number of items per page. Valid values are from 1 to 250. The default size is 25.  Specifies the sort order. Values are:  Ascending—Items are in ascending alphabetical order (A-Z).   Descending—Items are in descending alphabetical order (Z-A).   MostRecentlyViewed—Items are in descending chronological order by view. This sort order is valid only for Chatter feed streams.   If not specified, default value is Ascending.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "searchstreams(string,string,integer,integer,connectapi.sortorder,boolean)": {
      "id": "ConnectApi.chatterfeeds.method.searchstreams(string,string,integer,integer,connectapi.sortorder,boolean)",
      "nodeType": "method",
      "name": "searchStreams",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "searchStreams",
        "textToLower": "searchstreams",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_searchStreams_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 179,
      "memberOrder": 179,
      "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.ChatterStreamPage searchStreams(String communityId, String q, Integer pageParam, Integer pageSize, ConnectApi.SortOrder sortParam, Boolean globalScope)",
      "overrideSignature": "public static override ConnectApi.ChatterStreamPage searchStreams(String communityId, String q, Integer pageParam, Integer pageSize, ConnectApi.SortOrder sortParam, Boolean globalScope)",
      "simplifiedSignature": "searchStreams(String,String,Integer,Integer,ConnectApi.SortOrder,Boolean)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.searchstreams.datatype.ConnectApi.ChatterStreamPage",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterStreamPage",
        "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.chatterfeeds.searchstreams",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterStreamPage"
      },
      "description": "Search the Chatter feed streams from all communities for the context user and return a sorted page of results.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.searchstreams(string,string,integer,integer,connectapi.sortorder,boolean).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 64
              },
              "end": {
                "line": 0,
                "character": 75
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:64"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 64
              },
              "end": {
                "line": 0,
                "character": 75
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:64"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchstreams(string,string,integer,integer,connectapi.sortorder,boolean)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchstreams.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 57
                },
                "end": {
                  "line": 0,
                  "character": 63
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:57"
            },
            "parentId": "ConnectApi.chatterfeeds.searchstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.searchstreams(string,string,integer,integer,connectapi.sortorder,boolean).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 84
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:84"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 84
              },
              "end": {
                "line": 0,
                "character": 85
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:84"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchstreams(string,string,integer,integer,connectapi.sortorder,boolean)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchstreams.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 77
                },
                "end": {
                  "line": 0,
                  "character": 83
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:77"
            },
            "parentId": "ConnectApi.chatterfeeds.searchstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.searchstreams(string,string,integer,integer,connectapi.sortorder,boolean).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 104
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:95"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 104
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:95"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchstreams(string,string,integer,integer,connectapi.sortorder,boolean)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchstreams.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.chatterfeeds.searchstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.searchstreams(string,string,integer,integer,connectapi.sortorder,boolean).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 114
              },
              "end": {
                "line": 0,
                "character": 122
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:114"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 114
              },
              "end": {
                "line": 0,
                "character": 122
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:114"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchstreams(string,string,integer,integer,connectapi.sortorder,boolean)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchstreams.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 106
                },
                "end": {
                  "line": 0,
                  "character": 113
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:106"
            },
            "parentId": "ConnectApi.chatterfeeds.searchstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.searchstreams(string,string,integer,integer,connectapi.sortorder,boolean).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 145
              },
              "end": {
                "line": 0,
                "character": 154
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:145"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 145
              },
              "end": {
                "line": 0,
                "character": 154
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:145"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchstreams(string,string,integer,integer,connectapi.sortorder,boolean)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchstreams.datatype.ConnectApi.SortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.SortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 124
                },
                "end": {
                  "line": 0,
                  "character": 134
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:124"
            },
            "parentId": "ConnectApi.chatterfeeds.searchstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.SortOrder"
          },
          "scope": null
        },
        "globalscope": {
          "id": "ConnectApi.chatterfeeds.method.searchstreams(string,string,integer,integer,connectapi.sortorder,boolean).varParam.globalscope",
          "nodeType": "variable",
          "name": "globalScope",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "globalScope",
            "textToLower": "globalscope",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 164
              },
              "end": {
                "line": 0,
                "character": 175
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_globalScope_0:164"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "globalScope",
            "textToLower": "globalscope",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 164
              },
              "end": {
                "line": 0,
                "character": 175
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_globalScope_0:164"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchstreams(string,string,integer,integer,connectapi.sortorder,boolean)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.searchstreams.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 156
                },
                "end": {
                  "line": 0,
                  "character": 163
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:156"
            },
            "parentId": "ConnectApi.chatterfeeds.searchstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "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.  Specifies the number of the page you want returned. Starts at 0. If you pass in null or 0, the first page is returned. Specifies the number of items per page. Valid values are from 1 to 250. The default size is 25.  Specifies the sort order. Values are:  Ascending—Items are in ascending alphabetical order (A-Z).   Descending—Items are in descending alphabetical order (Z-A).   MostRecentlyViewed—Items are in descending chronological order by view. This sort order is valid only for Chatter feed streams.   If not specified, default value is Ascending.   Specifies whether to get streams from all the context user’s communities, regardless of the communityId value.  Tip If you know the community ID for the streams, we recommend setting globalScope to false.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "setcommentisverified(string,string,boolean)": {
      "id": "ConnectApi.chatterfeeds.method.setcommentisverified(string,string,boolean)",
      "nodeType": "method",
      "name": "setCommentIsVerified",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setCommentIsVerified",
        "textToLower": "setcommentisverified",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setCommentIsVerified_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 180,
      "memberOrder": 180,
      "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.VerifiedCapability setCommentIsVerified(String communityId, String commentId, Boolean isVerified)",
      "overrideSignature": "public static override ConnectApi.VerifiedCapability setCommentIsVerified(String communityId, String commentId, Boolean isVerified)",
      "simplifiedSignature": "setCommentIsVerified(String,String,Boolean)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.setcommentisverified.datatype.ConnectApi.VerifiedCapability",
        "nodeType": "datatype",
        "name": "ConnectApi.VerifiedCapability",
        "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.chatterfeeds.setcommentisverified",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.VerifiedCapability"
      },
      "description": "Mark a comment as verified or unverified.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.setcommentisverified(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": 72
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:72"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:72"
          },
          "parentId": "ConnectApi.chatterfeeds.method.setcommentisverified(string,string,boolean)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.setcommentisverified.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.chatterfeeds.setcommentisverified",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "commentid": {
          "id": "ConnectApi.chatterfeeds.method.setcommentisverified(string,string,boolean).varParam.commentid",
          "nodeType": "variable",
          "name": "commentId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 92
              },
              "end": {
                "line": 0,
                "character": 101
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:92"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 92
              },
              "end": {
                "line": 0,
                "character": 101
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:92"
          },
          "parentId": "ConnectApi.chatterfeeds.method.setcommentisverified(string,string,boolean)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.setcommentisverified.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.chatterfeeds.setcommentisverified",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "isverified": {
          "id": "ConnectApi.chatterfeeds.method.setcommentisverified(string,string,boolean).varParam.isverified",
          "nodeType": "variable",
          "name": "isVerified",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "isVerified",
            "textToLower": "isverified",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 111
              },
              "end": {
                "line": 0,
                "character": 121
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_isVerified_0:111"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "isVerified",
            "textToLower": "isverified",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 111
              },
              "end": {
                "line": 0,
                "character": 121
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_isVerified_0:111"
          },
          "parentId": "ConnectApi.chatterfeeds.method.setcommentisverified(string,string,boolean)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.setcommentisverified.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 103
                },
                "end": {
                  "line": 0,
                  "character": 110
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:103"
            },
            "parentId": "ConnectApi.chatterfeeds.setcommentisverified",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the comment on a question post. Only one comment on a question post can be marked as verified.  Specifies whether to mark the comment as verified (true) or unverified (false).Only verified comments can be marked as unverified, and only unverified comments can be marked as verified.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "setcommentisverifiedbyanonymized(string,string,boolean,boolean)": {
      "id": "ConnectApi.chatterfeeds.method.setcommentisverifiedbyanonymized(string,string,boolean,boolean)",
      "nodeType": "method",
      "name": "setCommentIsVerifiedByAnonymized",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setCommentIsVerifiedByAnonymized",
        "textToLower": "setcommentisverifiedbyanonymized",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setCommentIsVerifiedByAnonymized_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 181,
      "memberOrder": 181,
      "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.VerifiedCapability setCommentIsVerifiedByAnonymized(String communityId, String commentId, Boolean isVerified, Boolean isVerifiedByAnonymized)",
      "overrideSignature": "public static override ConnectApi.VerifiedCapability setCommentIsVerifiedByAnonymized(String communityId, String commentId, Boolean isVerified, Boolean isVerifiedByAnonymized)",
      "simplifiedSignature": "setCommentIsVerifiedByAnonymized(String,String,Boolean,Boolean)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.setcommentisverifiedbyanonymized.datatype.ConnectApi.VerifiedCapability",
        "nodeType": "datatype",
        "name": "ConnectApi.VerifiedCapability",
        "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.chatterfeeds.setcommentisverifiedbyanonymized",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.VerifiedCapability"
      },
      "description": "Mark a comment as verified by an anonymous user.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.setcommentisverifiedbyanonymized(string,string,boolean,boolean).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 84
              },
              "end": {
                "line": 0,
                "character": 95
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:84"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 84
              },
              "end": {
                "line": 0,
                "character": 95
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:84"
          },
          "parentId": "ConnectApi.chatterfeeds.method.setcommentisverifiedbyanonymized(string,string,boolean,boolean)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.setcommentisverifiedbyanonymized.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 77
                },
                "end": {
                  "line": 0,
                  "character": 83
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:77"
            },
            "parentId": "ConnectApi.chatterfeeds.setcommentisverifiedbyanonymized",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "commentid": {
          "id": "ConnectApi.chatterfeeds.method.setcommentisverifiedbyanonymized(string,string,boolean,boolean).varParam.commentid",
          "nodeType": "variable",
          "name": "commentId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 104
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:104"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 104
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:104"
          },
          "parentId": "ConnectApi.chatterfeeds.method.setcommentisverifiedbyanonymized(string,string,boolean,boolean)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.setcommentisverifiedbyanonymized.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 97
                },
                "end": {
                  "line": 0,
                  "character": 103
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:97"
            },
            "parentId": "ConnectApi.chatterfeeds.setcommentisverifiedbyanonymized",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "isverified": {
          "id": "ConnectApi.chatterfeeds.method.setcommentisverifiedbyanonymized(string,string,boolean,boolean).varParam.isverified",
          "nodeType": "variable",
          "name": "isVerified",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "isVerified",
            "textToLower": "isverified",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 123
              },
              "end": {
                "line": 0,
                "character": 133
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_isVerified_0:123"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "isVerified",
            "textToLower": "isverified",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 123
              },
              "end": {
                "line": 0,
                "character": 133
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_isVerified_0:123"
          },
          "parentId": "ConnectApi.chatterfeeds.method.setcommentisverifiedbyanonymized(string,string,boolean,boolean)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.setcommentisverifiedbyanonymized.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 115
                },
                "end": {
                  "line": 0,
                  "character": 122
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:115"
            },
            "parentId": "ConnectApi.chatterfeeds.setcommentisverifiedbyanonymized",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "scope": null
        },
        "isverifiedbyanonymized": {
          "id": "ConnectApi.chatterfeeds.method.setcommentisverifiedbyanonymized(string,string,boolean,boolean).varParam.isverifiedbyanonymized",
          "nodeType": "variable",
          "name": "isVerifiedByAnonymized",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "isVerifiedByAnonymized",
            "textToLower": "isverifiedbyanonymized",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 143
              },
              "end": {
                "line": 0,
                "character": 165
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_isVerifiedByAnonymized_0:143"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "isVerifiedByAnonymized",
            "textToLower": "isverifiedbyanonymized",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 143
              },
              "end": {
                "line": 0,
                "character": 165
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_isVerifiedByAnonymized_0:143"
          },
          "parentId": "ConnectApi.chatterfeeds.method.setcommentisverifiedbyanonymized(string,string,boolean,boolean)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.setcommentisverifiedbyanonymized.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 135
                },
                "end": {
                  "line": 0,
                  "character": 142
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:135"
            },
            "parentId": "ConnectApi.chatterfeeds.setcommentisverifiedbyanonymized",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the comment on a question post. Only one comment on a question post can be marked as verified. Specifies whether to mark the comment as verified (true) or unverified (false).Only verified comments can be marked as unverified, and only unverified comments can be marked as verified.  Specifies whether to mark the comment as verified by an anonymous user (true).If a user previously verified a comment and then requested the activity to be deleted, use isVerifiedByAnonymized to maintain the verification and anonymize the value of lastVerifiedByUser. You can’t set isVerified and isVerifiedByAnonymized to true at the same time. isVerifiedByAnonymized can be set to true only if isVerified is already set to true. You can’t set isVerifiedByAnonymized to false. After isVerifiedByAnonymized is set to true, it can be undone only when another user marks the comment as unverified and then reverifies the comment.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "setcommentvote(string,string,connectapi.updownvotecapabilityinput)": {
      "id": "ConnectApi.chatterfeeds.method.setcommentvote(string,string,connectapi.updownvotecapabilityinput)",
      "nodeType": "method",
      "name": "setCommentVote",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setCommentVote",
        "textToLower": "setcommentvote",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setCommentVote_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 182,
      "memberOrder": 182,
      "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.UpDownVoteCapability setCommentVote(String communityId, String commentId, ConnectApi.UpDownVoteCapabilityInput upDownVote)",
      "overrideSignature": "public static override ConnectApi.UpDownVoteCapability setCommentVote(String communityId, String commentId, ConnectApi.UpDownVoteCapabilityInput upDownVote)",
      "simplifiedSignature": "setCommentVote(String,String,ConnectApi.UpDownVoteCapabilityInput)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.setcommentvote.datatype.ConnectApi.UpDownVoteCapability",
        "nodeType": "datatype",
        "name": "ConnectApi.UpDownVoteCapability",
        "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.chatterfeeds.setcommentvote",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.UpDownVoteCapability"
      },
      "description": "Upvote or downvote a comment.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.setcommentvote(string,string,connectapi.updownvotecapabilityinput).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.chatterfeeds.method.setcommentvote(string,string,connectapi.updownvotecapabilityinput)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.setcommentvote.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.chatterfeeds.setcommentvote",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "commentid": {
          "id": "ConnectApi.chatterfeeds.method.setcommentvote(string,string,connectapi.updownvotecapabilityinput).varParam.commentid",
          "nodeType": "variable",
          "name": "commentId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 88
              },
              "end": {
                "line": 0,
                "character": 97
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:88"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 88
              },
              "end": {
                "line": 0,
                "character": 97
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:88"
          },
          "parentId": "ConnectApi.chatterfeeds.method.setcommentvote(string,string,connectapi.updownvotecapabilityinput)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.setcommentvote.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.chatterfeeds.setcommentvote",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "updownvote": {
          "id": "ConnectApi.chatterfeeds.method.setcommentvote(string,string,connectapi.updownvotecapabilityinput).varParam.updownvote",
          "nodeType": "variable",
          "name": "upDownVote",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "upDownVote",
            "textToLower": "updownvote",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 136
              },
              "end": {
                "line": 0,
                "character": 146
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_upDownVote_0:136"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "upDownVote",
            "textToLower": "updownvote",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 136
              },
              "end": {
                "line": 0,
                "character": 146
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_upDownVote_0:136"
          },
          "parentId": "ConnectApi.chatterfeeds.method.setcommentvote(string,string,connectapi.updownvotecapabilityinput)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.setcommentvote.datatype.ConnectApi.UpDownVoteCapabilityInput",
            "nodeType": "datatype",
            "name": "ConnectApi.UpDownVoteCapabilityInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 99
                },
                "end": {
                  "line": 0,
                  "character": 109
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:99"
            },
            "parentId": "ConnectApi.chatterfeeds.setcommentvote",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.UpDownVoteCapabilityInput"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the comment. A ConnectApi.UpDownVoteCapabilityInput object that includes your vote.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "setfeedcommentstatus(string,string,connectapi.statuscapabilityinput)": {
      "id": "ConnectApi.chatterfeeds.method.setfeedcommentstatus(string,string,connectapi.statuscapabilityinput)",
      "nodeType": "method",
      "name": "setFeedCommentStatus",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setFeedCommentStatus",
        "textToLower": "setfeedcommentstatus",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setFeedCommentStatus_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 183,
      "memberOrder": 183,
      "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.StatusCapability setFeedCommentStatus(String communityId, String commentId, ConnectApi.StatusCapabilityInput status)",
      "overrideSignature": "public static override ConnectApi.StatusCapability setFeedCommentStatus(String communityId, String commentId, ConnectApi.StatusCapabilityInput status)",
      "simplifiedSignature": "setFeedCommentStatus(String,String,ConnectApi.StatusCapabilityInput)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.setfeedcommentstatus.datatype.ConnectApi.StatusCapability",
        "nodeType": "datatype",
        "name": "ConnectApi.StatusCapability",
        "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.chatterfeeds.setfeedcommentstatus",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.StatusCapability"
      },
      "description": "Set the status of a comment.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.setfeedcommentstatus(string,string,connectapi.statuscapabilityinput).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 70
              },
              "end": {
                "line": 0,
                "character": 81
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:70"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 70
              },
              "end": {
                "line": 0,
                "character": 81
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:70"
          },
          "parentId": "ConnectApi.chatterfeeds.method.setfeedcommentstatus(string,string,connectapi.statuscapabilityinput)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.setfeedcommentstatus.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 63
                },
                "end": {
                  "line": 0,
                  "character": 69
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:63"
            },
            "parentId": "ConnectApi.chatterfeeds.setfeedcommentstatus",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "commentid": {
          "id": "ConnectApi.chatterfeeds.method.setfeedcommentstatus(string,string,connectapi.statuscapabilityinput).varParam.commentid",
          "nodeType": "variable",
          "name": "commentId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 99
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:90"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 99
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:90"
          },
          "parentId": "ConnectApi.chatterfeeds.method.setfeedcommentstatus(string,string,connectapi.statuscapabilityinput)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.setfeedcommentstatus.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 83
                },
                "end": {
                  "line": 0,
                  "character": 89
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:83"
            },
            "parentId": "ConnectApi.chatterfeeds.setfeedcommentstatus",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "status": {
          "id": "ConnectApi.chatterfeeds.method.setfeedcommentstatus(string,string,connectapi.statuscapabilityinput).varParam.status",
          "nodeType": "variable",
          "name": "status",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "status",
            "textToLower": "status",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 134
              },
              "end": {
                "line": 0,
                "character": 140
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_status_0:134"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "status",
            "textToLower": "status",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 134
              },
              "end": {
                "line": 0,
                "character": 140
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_status_0:134"
          },
          "parentId": "ConnectApi.chatterfeeds.method.setfeedcommentstatus(string,string,connectapi.statuscapabilityinput)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.setfeedcommentstatus.datatype.ConnectApi.StatusCapabilityInput",
            "nodeType": "datatype",
            "name": "ConnectApi.StatusCapabilityInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 101
                },
                "end": {
                  "line": 0,
                  "character": 111
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:101"
            },
            "parentId": "ConnectApi.chatterfeeds.setfeedcommentstatus",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.StatusCapabilityInput"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the comment. A ConnectApi.StatusCapabilityInput object that includes the status you want to set.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "setfeedelementisclosed(string,string,boolean)": {
      "id": "ConnectApi.chatterfeeds.method.setfeedelementisclosed(string,string,boolean)",
      "nodeType": "method",
      "name": "setFeedElementIsClosed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setFeedElementIsClosed",
        "textToLower": "setfeedelementisclosed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setFeedElementIsClosed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 184,
      "memberOrder": 184,
      "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.CloseCapability setFeedElementIsClosed(String communityId, String feedElementId, Boolean isClosed)",
      "overrideSignature": "public static override ConnectApi.CloseCapability setFeedElementIsClosed(String communityId, String feedElementId, Boolean isClosed)",
      "simplifiedSignature": "setFeedElementIsClosed(String,String,Boolean)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.setfeedelementisclosed.datatype.ConnectApi.CloseCapability",
        "nodeType": "datatype",
        "name": "ConnectApi.CloseCapability",
        "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.chatterfeeds.setfeedelementisclosed",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.CloseCapability"
      },
      "description": "Set a feed element to closed.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.setfeedelementisclosed(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": 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.chatterfeeds.method.setfeedelementisclosed(string,string,boolean)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.setfeedelementisclosed.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.chatterfeeds.setfeedelementisclosed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.chatterfeeds.method.setfeedelementisclosed(string,string,boolean).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 104
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:91"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 104
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:91"
          },
          "parentId": "ConnectApi.chatterfeeds.method.setfeedelementisclosed(string,string,boolean)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.setfeedelementisclosed.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.chatterfeeds.setfeedelementisclosed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "isclosed": {
          "id": "ConnectApi.chatterfeeds.method.setfeedelementisclosed(string,string,boolean).varParam.isclosed",
          "nodeType": "variable",
          "name": "isClosed",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "isClosed",
            "textToLower": "isclosed",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 114
              },
              "end": {
                "line": 0,
                "character": 122
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_isClosed_0:114"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "isClosed",
            "textToLower": "isclosed",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 114
              },
              "end": {
                "line": 0,
                "character": 122
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_isClosed_0:114"
          },
          "parentId": "ConnectApi.chatterfeeds.method.setfeedelementisclosed(string,string,boolean)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.setfeedelementisclosed.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 106
                },
                "end": {
                  "line": 0,
                  "character": 113
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:106"
            },
            "parentId": "ConnectApi.chatterfeeds.setfeedelementisclosed",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element. Specifies whether to set the feed element to closed (true) or not (false).",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "setfeedelementvote(string,string,connectapi.updownvotecapabilityinput)": {
      "id": "ConnectApi.chatterfeeds.method.setfeedelementvote(string,string,connectapi.updownvotecapabilityinput)",
      "nodeType": "method",
      "name": "setFeedElementVote",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setFeedElementVote",
        "textToLower": "setfeedelementvote",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setFeedElementVote_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 185,
      "memberOrder": 185,
      "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.UpDownVoteCapability setFeedElementVote(String communityId, String feedElementId, ConnectApi.UpDownVoteCapabilityInput upDownVote)",
      "overrideSignature": "public static override ConnectApi.UpDownVoteCapability setFeedElementVote(String communityId, String feedElementId, ConnectApi.UpDownVoteCapabilityInput upDownVote)",
      "simplifiedSignature": "setFeedElementVote(String,String,ConnectApi.UpDownVoteCapabilityInput)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.setfeedelementvote.datatype.ConnectApi.UpDownVoteCapability",
        "nodeType": "datatype",
        "name": "ConnectApi.UpDownVoteCapability",
        "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.chatterfeeds.setfeedelementvote",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.UpDownVoteCapability"
      },
      "description": "Upvote or downvote a feed element.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.setfeedelementvote(string,string,connectapi.updownvotecapabilityinput).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:72"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:72"
          },
          "parentId": "ConnectApi.chatterfeeds.method.setfeedelementvote(string,string,connectapi.updownvotecapabilityinput)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.setfeedelementvote.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.chatterfeeds.setfeedelementvote",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.chatterfeeds.method.setfeedelementvote(string,string,connectapi.updownvotecapabilityinput).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 92
              },
              "end": {
                "line": 0,
                "character": 105
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:92"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 92
              },
              "end": {
                "line": 0,
                "character": 105
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:92"
          },
          "parentId": "ConnectApi.chatterfeeds.method.setfeedelementvote(string,string,connectapi.updownvotecapabilityinput)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.setfeedelementvote.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.chatterfeeds.setfeedelementvote",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "updownvote": {
          "id": "ConnectApi.chatterfeeds.method.setfeedelementvote(string,string,connectapi.updownvotecapabilityinput).varParam.updownvote",
          "nodeType": "variable",
          "name": "upDownVote",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "upDownVote",
            "textToLower": "updownvote",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 144
              },
              "end": {
                "line": 0,
                "character": 154
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_upDownVote_0:144"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "upDownVote",
            "textToLower": "updownvote",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 144
              },
              "end": {
                "line": 0,
                "character": 154
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_upDownVote_0:144"
          },
          "parentId": "ConnectApi.chatterfeeds.method.setfeedelementvote(string,string,connectapi.updownvotecapabilityinput)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.setfeedelementvote.datatype.ConnectApi.UpDownVoteCapabilityInput",
            "nodeType": "datatype",
            "name": "ConnectApi.UpDownVoteCapabilityInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 107
                },
                "end": {
                  "line": 0,
                  "character": 117
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:107"
            },
            "parentId": "ConnectApi.chatterfeeds.setfeedelementvote",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.UpDownVoteCapabilityInput"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element. A ConnectApi.UpDownVoteCapabilityInput object that includes your vote.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "setfeedentitystatus(string,string,connectapi.statuscapabilityinput)": {
      "id": "ConnectApi.chatterfeeds.method.setfeedentitystatus(string,string,connectapi.statuscapabilityinput)",
      "nodeType": "method",
      "name": "setFeedEntityStatus",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setFeedEntityStatus",
        "textToLower": "setfeedentitystatus",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setFeedEntityStatus_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 186,
      "memberOrder": 186,
      "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.StatusCapability setFeedEntityStatus(String communityId, String feedElementId, ConnectApi.StatusCapabilityInput status)",
      "overrideSignature": "public static override ConnectApi.StatusCapability setFeedEntityStatus(String communityId, String feedElementId, ConnectApi.StatusCapabilityInput status)",
      "simplifiedSignature": "setFeedEntityStatus(String,String,ConnectApi.StatusCapabilityInput)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.setfeedentitystatus.datatype.ConnectApi.StatusCapability",
        "nodeType": "datatype",
        "name": "ConnectApi.StatusCapability",
        "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.chatterfeeds.setfeedentitystatus",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.StatusCapability"
      },
      "description": "Set the status of a feed post.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.setfeedentitystatus(string,string,connectapi.statuscapabilityinput).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 69
              },
              "end": {
                "line": 0,
                "character": 80
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:69"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 69
              },
              "end": {
                "line": 0,
                "character": 80
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:69"
          },
          "parentId": "ConnectApi.chatterfeeds.method.setfeedentitystatus(string,string,connectapi.statuscapabilityinput)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.setfeedentitystatus.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 62
                },
                "end": {
                  "line": 0,
                  "character": 68
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:62"
            },
            "parentId": "ConnectApi.chatterfeeds.setfeedentitystatus",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.chatterfeeds.method.setfeedentitystatus(string,string,connectapi.statuscapabilityinput).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 89
              },
              "end": {
                "line": 0,
                "character": 102
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:89"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 89
              },
              "end": {
                "line": 0,
                "character": 102
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:89"
          },
          "parentId": "ConnectApi.chatterfeeds.method.setfeedentitystatus(string,string,connectapi.statuscapabilityinput)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.setfeedentitystatus.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 82
                },
                "end": {
                  "line": 0,
                  "character": 88
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:82"
            },
            "parentId": "ConnectApi.chatterfeeds.setfeedentitystatus",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "status": {
          "id": "ConnectApi.chatterfeeds.method.setfeedentitystatus(string,string,connectapi.statuscapabilityinput).varParam.status",
          "nodeType": "variable",
          "name": "status",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "status",
            "textToLower": "status",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 137
              },
              "end": {
                "line": 0,
                "character": 143
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_status_0:137"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "status",
            "textToLower": "status",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 137
              },
              "end": {
                "line": 0,
                "character": 143
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_status_0:137"
          },
          "parentId": "ConnectApi.chatterfeeds.method.setfeedentitystatus(string,string,connectapi.statuscapabilityinput)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.setfeedentitystatus.datatype.ConnectApi.StatusCapabilityInput",
            "nodeType": "datatype",
            "name": "ConnectApi.StatusCapabilityInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 104
                },
                "end": {
                  "line": 0,
                  "character": 114
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:104"
            },
            "parentId": "ConnectApi.chatterfeeds.setfeedentitystatus",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.StatusCapabilityInput"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element. A ConnectApi.StatusCapabilityInput object that includes the status you want to set.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "setismutedbyme(string,string,boolean)": {
      "id": "ConnectApi.chatterfeeds.method.setismutedbyme(string,string,boolean)",
      "nodeType": "method",
      "name": "setIsMutedByMe",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setIsMutedByMe",
        "textToLower": "setismutedbyme",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setIsMutedByMe_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 187,
      "memberOrder": 187,
      "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.MuteCapability setIsMutedByMe(String communityId, String feedElementId, Boolean isMutedByMe)",
      "overrideSignature": "public static override ConnectApi.MuteCapability setIsMutedByMe(String communityId, String feedElementId, Boolean isMutedByMe)",
      "simplifiedSignature": "setIsMutedByMe(String,String,Boolean)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.setismutedbyme.datatype.ConnectApi.MuteCapability",
        "nodeType": "datatype",
        "name": "ConnectApi.MuteCapability",
        "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.chatterfeeds.setismutedbyme",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.MuteCapability"
      },
      "description": "Mute or unmute a feed element.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.setismutedbyme(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": 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.chatterfeeds.method.setismutedbyme(string,string,boolean)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.setismutedbyme.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.chatterfeeds.setismutedbyme",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.chatterfeeds.method.setismutedbyme(string,string,boolean).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 82
              },
              "end": {
                "line": 0,
                "character": 95
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:82"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 82
              },
              "end": {
                "line": 0,
                "character": 95
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:82"
          },
          "parentId": "ConnectApi.chatterfeeds.method.setismutedbyme(string,string,boolean)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.setismutedbyme.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.chatterfeeds.setismutedbyme",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "ismutedbyme": {
          "id": "ConnectApi.chatterfeeds.method.setismutedbyme(string,string,boolean).varParam.ismutedbyme",
          "nodeType": "variable",
          "name": "isMutedByMe",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "isMutedByMe",
            "textToLower": "ismutedbyme",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 116
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_isMutedByMe_0:105"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "isMutedByMe",
            "textToLower": "ismutedbyme",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 116
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_isMutedByMe_0:105"
          },
          "parentId": "ConnectApi.chatterfeeds.method.setismutedbyme(string,string,boolean)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.setismutedbyme.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 97
                },
                "end": {
                  "line": 0,
                  "character": 104
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:97"
            },
            "parentId": "ConnectApi.chatterfeeds.setismutedbyme",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element. Indicates whether the feed element is muted for the context user. Default value is false.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "setisreadbyme(string,string,connectapi.readbycapabilityinput)": {
      "id": "ConnectApi.chatterfeeds.method.setisreadbyme(string,string,connectapi.readbycapabilityinput)",
      "nodeType": "method",
      "name": "setIsReadByMe",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setIsReadByMe",
        "textToLower": "setisreadbyme",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setIsReadByMe_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 188,
      "memberOrder": 188,
      "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.ReadByCapability setIsReadByMe(String communityId, String feedElementId, ConnectApi.ReadByCapabilityInput readBy)",
      "overrideSignature": "public static override ConnectApi.ReadByCapability setIsReadByMe(String communityId, String feedElementId, ConnectApi.ReadByCapabilityInput readBy)",
      "simplifiedSignature": "setIsReadByMe(String,String,ConnectApi.ReadByCapabilityInput)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.setisreadbyme.datatype.ConnectApi.ReadByCapability",
        "nodeType": "datatype",
        "name": "ConnectApi.ReadByCapability",
        "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.chatterfeeds.setisreadbyme",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ReadByCapability"
      },
      "description": "Mark a feed element as read for the context user using an input class.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.setisreadbyme(string,string,connectapi.readbycapabilityinput).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.chatterfeeds.method.setisreadbyme(string,string,connectapi.readbycapabilityinput)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.setisreadbyme.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.chatterfeeds.setisreadbyme",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.chatterfeeds.method.setisreadbyme(string,string,connectapi.readbycapabilityinput).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 83
              },
              "end": {
                "line": 0,
                "character": 96
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:83"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 83
              },
              "end": {
                "line": 0,
                "character": 96
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:83"
          },
          "parentId": "ConnectApi.chatterfeeds.method.setisreadbyme(string,string,connectapi.readbycapabilityinput)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.setisreadbyme.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.chatterfeeds.setisreadbyme",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "readby": {
          "id": "ConnectApi.chatterfeeds.method.setisreadbyme(string,string,connectapi.readbycapabilityinput).varParam.readby",
          "nodeType": "variable",
          "name": "readBy",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "readBy",
            "textToLower": "readby",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 131
              },
              "end": {
                "line": 0,
                "character": 137
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_readBy_0:131"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "readBy",
            "textToLower": "readby",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 131
              },
              "end": {
                "line": 0,
                "character": 137
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_readBy_0:131"
          },
          "parentId": "ConnectApi.chatterfeeds.method.setisreadbyme(string,string,connectapi.readbycapabilityinput)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.setisreadbyme.datatype.ConnectApi.ReadByCapabilityInput",
            "nodeType": "datatype",
            "name": "ConnectApi.ReadByCapabilityInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 98
                },
                "end": {
                  "line": 0,
                  "character": 108
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:98"
            },
            "parentId": "ConnectApi.chatterfeeds.setisreadbyme",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.ReadByCapabilityInput"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element to mark as read. A ConnectApi.ReadByCapabilityInput body indicating to mark the feed elements as read.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "setisreadbyme(string,string,boolean)": {
      "id": "ConnectApi.chatterfeeds.method.setisreadbyme(string,string,boolean)",
      "nodeType": "method",
      "name": "setIsReadByMe",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setIsReadByMe",
        "textToLower": "setisreadbyme",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setIsReadByMe_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 189,
      "memberOrder": 189,
      "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.ReadByCapability setIsReadByMe(String communityId, String feedElementId, Boolean isReadByMe)",
      "overrideSignature": "public static override ConnectApi.ReadByCapability setIsReadByMe(String communityId, String feedElementId, Boolean isReadByMe)",
      "simplifiedSignature": "setIsReadByMe(String,String,Boolean)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.setisreadbyme.datatype.ConnectApi.ReadByCapability",
        "nodeType": "datatype",
        "name": "ConnectApi.ReadByCapability",
        "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.chatterfeeds.setisreadbyme",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ReadByCapability"
      },
      "description": "Mark a feed element as read for the context user.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.setisreadbyme(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": 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.chatterfeeds.method.setisreadbyme(string,string,boolean)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.setisreadbyme.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.chatterfeeds.setisreadbyme",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.chatterfeeds.method.setisreadbyme(string,string,boolean).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 83
              },
              "end": {
                "line": 0,
                "character": 96
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:83"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 83
              },
              "end": {
                "line": 0,
                "character": 96
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:83"
          },
          "parentId": "ConnectApi.chatterfeeds.method.setisreadbyme(string,string,boolean)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.setisreadbyme.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.chatterfeeds.setisreadbyme",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "isreadbyme": {
          "id": "ConnectApi.chatterfeeds.method.setisreadbyme(string,string,boolean).varParam.isreadbyme",
          "nodeType": "variable",
          "name": "isReadByMe",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "isReadByMe",
            "textToLower": "isreadbyme",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 106
              },
              "end": {
                "line": 0,
                "character": 116
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_isReadByMe_0:106"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "isReadByMe",
            "textToLower": "isreadbyme",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 106
              },
              "end": {
                "line": 0,
                "character": 116
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_isReadByMe_0:106"
          },
          "parentId": "ConnectApi.chatterfeeds.method.setisreadbyme(string,string,boolean)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.setisreadbyme.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 98
                },
                "end": {
                  "line": 0,
                  "character": 105
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:98"
            },
            "parentId": "ConnectApi.chatterfeeds.setisreadbyme",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element to mark as read. Specifies to mark the feed element as read (true) for the context user.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "sharefeedelement(string,string,connectapi.feedelementtype,string)": {
      "id": "ConnectApi.chatterfeeds.method.sharefeedelement(string,string,connectapi.feedelementtype,string)",
      "nodeType": "method",
      "name": "shareFeedElement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "shareFeedElement",
        "textToLower": "sharefeedelement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_shareFeedElement_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 190,
      "memberOrder": 190,
      "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.FeedElement shareFeedElement(String communityId, String subjectId, ConnectApi.FeedElementType feedElementType, String originalFeedElementId)",
      "overrideSignature": "public static override ConnectApi.FeedElement shareFeedElement(String communityId, String subjectId, ConnectApi.FeedElementType feedElementType, String originalFeedElementId)",
      "simplifiedSignature": "shareFeedElement(String,String,ConnectApi.FeedElementType,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.sharefeedelement.datatype.ConnectApi.FeedElement",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElement",
        "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.chatterfeeds.sharefeedelement",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElement"
      },
      "description": "Share the originalFeedElementId as the context user.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.sharefeedelement(string,string,connectapi.feedelementtype,string).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "parentId": "ConnectApi.chatterfeeds.method.sharefeedelement(string,string,connectapi.feedelementtype,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.sharefeedelement.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 54
                },
                "end": {
                  "line": 0,
                  "character": 60
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:54"
            },
            "parentId": "ConnectApi.chatterfeeds.sharefeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.sharefeedelement(string,string,connectapi.feedelementtype,string).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 81
              },
              "end": {
                "line": 0,
                "character": 90
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:81"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 81
              },
              "end": {
                "line": 0,
                "character": 90
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:81"
          },
          "parentId": "ConnectApi.chatterfeeds.method.sharefeedelement(string,string,connectapi.feedelementtype,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.sharefeedelement.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 74
                },
                "end": {
                  "line": 0,
                  "character": 80
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:74"
            },
            "parentId": "ConnectApi.chatterfeeds.sharefeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementtype": {
          "id": "ConnectApi.chatterfeeds.method.sharefeedelement(string,string,connectapi.feedelementtype,string).varParam.feedelementtype",
          "nodeType": "variable",
          "name": "feedElementType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementType",
            "textToLower": "feedelementtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 119
              },
              "end": {
                "line": 0,
                "character": 134
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementType_0:119"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementType",
            "textToLower": "feedelementtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 119
              },
              "end": {
                "line": 0,
                "character": 134
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementType_0:119"
          },
          "parentId": "ConnectApi.chatterfeeds.method.sharefeedelement(string,string,connectapi.feedelementtype,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.sharefeedelement.datatype.ConnectApi.FeedElementType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 92
                },
                "end": {
                  "line": 0,
                  "character": 102
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:92"
            },
            "parentId": "ConnectApi.chatterfeeds.sharefeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementType"
          },
          "scope": null
        },
        "originalfeedelementid": {
          "id": "ConnectApi.chatterfeeds.method.sharefeedelement(string,string,connectapi.feedelementtype,string).varParam.originalfeedelementid",
          "nodeType": "variable",
          "name": "originalFeedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "originalFeedElementId",
            "textToLower": "originalfeedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 143
              },
              "end": {
                "line": 0,
                "character": 164
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_originalFeedElementId_0:143"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "originalFeedElementId",
            "textToLower": "originalfeedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 143
              },
              "end": {
                "line": 0,
                "character": 164
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_originalFeedElementId_0:143"
          },
          "parentId": "ConnectApi.chatterfeeds.method.sharefeedelement(string,string,connectapi.feedelementtype,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.sharefeedelement.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 136
                },
                "end": {
                  "line": 0,
                  "character": 142
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:136"
            },
            "parentId": "ConnectApi.chatterfeeds.sharefeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the user or group with whom to share the feed element. Values are:  Bundle—A container of feed elements. A bundle also has a body made up of message segments that can always be gracefully degraded to text-only values.   FeedItem—A feed item has a single parent and is scoped to one community or across all communities. A feed item can have capabilities such as bookmarks, canvas, content, comment, link, poll. Feed items have a body made up of message segments that can always be gracefully degraded to text-only values.   Recommendation—A recommendation is a feed element with a recommendations capability. A recommendation suggests records to follow, groups to join, or applications that are helpful to the context user.    The ID of the feed element to share.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "sharefeeditem(string,connectapi.feedtype,string,string)": {
      "id": "ConnectApi.chatterfeeds.method.sharefeeditem(string,connectapi.feedtype,string,string)",
      "nodeType": "method",
      "name": "shareFeedItem",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "shareFeedItem",
        "textToLower": "sharefeeditem",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_shareFeedItem_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 191,
      "memberOrder": 191,
      "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.FeedItem shareFeedItem(String communityId, ConnectApi.FeedType feedType, String subjectId, String originalFeedItemId)",
      "overrideSignature": "public static override ConnectApi.FeedItem shareFeedItem(String communityId, ConnectApi.FeedType feedType, String subjectId, String originalFeedItemId)",
      "simplifiedSignature": "shareFeedItem(String,ConnectApi.FeedType,String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.sharefeeditem.datatype.ConnectApi.FeedItem",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedItem",
        "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.chatterfeeds.sharefeeditem",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedItem"
      },
      "description": "Share the originalFeedItemId to the feed specified by the feedType.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.sharefeeditem(string,connectapi.feedtype,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": 55
              },
              "end": {
                "line": 0,
                "character": 66
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:55"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 55
              },
              "end": {
                "line": 0,
                "character": 66
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:55"
          },
          "parentId": "ConnectApi.chatterfeeds.method.sharefeeditem(string,connectapi.feedtype,string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.sharefeeditem.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 48
                },
                "end": {
                  "line": 0,
                  "character": 54
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:48"
            },
            "parentId": "ConnectApi.chatterfeeds.sharefeeditem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.sharefeeditem(string,connectapi.feedtype,string,string).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 88
              },
              "end": {
                "line": 0,
                "character": 96
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:88"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 88
              },
              "end": {
                "line": 0,
                "character": 96
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:88"
          },
          "parentId": "ConnectApi.chatterfeeds.method.sharefeeditem(string,connectapi.feedtype,string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.sharefeeditem.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 68
                },
                "end": {
                  "line": 0,
                  "character": 78
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:68"
            },
            "parentId": "ConnectApi.chatterfeeds.sharefeeditem",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.sharefeeditem(string,connectapi.feedtype,string,string).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 114
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:105"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 114
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:105"
          },
          "parentId": "ConnectApi.chatterfeeds.method.sharefeeditem(string,connectapi.feedtype,string,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.sharefeeditem.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 98
                },
                "end": {
                  "line": 0,
                  "character": 104
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:98"
            },
            "parentId": "ConnectApi.chatterfeeds.sharefeeditem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "originalfeeditemid": {
          "id": "ConnectApi.chatterfeeds.method.sharefeeditem(string,connectapi.feedtype,string,string).varParam.originalfeeditemid",
          "nodeType": "variable",
          "name": "originalFeedItemId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "originalFeedItemId",
            "textToLower": "originalfeeditemid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 123
              },
              "end": {
                "line": 0,
                "character": 141
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_originalFeedItemId_0:123"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "originalFeedItemId",
            "textToLower": "originalfeeditemid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 123
              },
              "end": {
                "line": 0,
                "character": 141
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_originalFeedItemId_0:123"
          },
          "parentId": "ConnectApi.chatterfeeds.method.sharefeeditem(string,connectapi.feedtype,string,string)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.sharefeeditem.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 116
                },
                "end": {
                  "line": 0,
                  "character": 122
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:116"
            },
            "parentId": "ConnectApi.chatterfeeds.sharefeeditem",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. One of the following: News  Record  UserProfile   To share a feed item with a group, use Record and use a group ID as the subjectId. The value depends on the value of feedType:  News—subjectId must be the ID of the context user or the keyword me.   Record—subjectId can be a group ID or the ID of the context user (or me).   UserProfile—subjectId can be any user ID.    The ID of the feed item to share.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "updatebookmark(string,string,boolean)": {
      "id": "ConnectApi.chatterfeeds.method.updatebookmark(string,string,boolean)",
      "nodeType": "method",
      "name": "updateBookmark",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "updateBookmark",
        "textToLower": "updatebookmark",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_updateBookmark_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 192,
      "memberOrder": 192,
      "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.FeedItem updateBookmark(String communityId, String feedItemId, Boolean isBookmarkedByCurrentUser)",
      "overrideSignature": "public static override ConnectApi.FeedItem updateBookmark(String communityId, String feedItemId, Boolean isBookmarkedByCurrentUser)",
      "simplifiedSignature": "updateBookmark(String,String,Boolean)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.updatebookmark.datatype.ConnectApi.FeedItem",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedItem",
        "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.chatterfeeds.updatebookmark",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedItem"
      },
      "description": "Bookmark a feed item or remove a bookmark from a feed item.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.updatebookmark(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": 56
              },
              "end": {
                "line": 0,
                "character": 67
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:56"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 56
              },
              "end": {
                "line": 0,
                "character": 67
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:56"
          },
          "parentId": "ConnectApi.chatterfeeds.method.updatebookmark(string,string,boolean)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.updatebookmark.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 49
                },
                "end": {
                  "line": 0,
                  "character": 55
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:49"
            },
            "parentId": "ConnectApi.chatterfeeds.updatebookmark",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feeditemid": {
          "id": "ConnectApi.chatterfeeds.method.updatebookmark(string,string,boolean).varParam.feeditemid",
          "nodeType": "variable",
          "name": "feedItemId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedItemId",
            "textToLower": "feeditemid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 76
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedItemId_0:76"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedItemId",
            "textToLower": "feeditemid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 76
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedItemId_0:76"
          },
          "parentId": "ConnectApi.chatterfeeds.method.updatebookmark(string,string,boolean)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.updatebookmark.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.chatterfeeds.updatebookmark",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "isbookmarkedbycurrentuser": {
          "id": "ConnectApi.chatterfeeds.method.updatebookmark(string,string,boolean).varParam.isbookmarkedbycurrentuser",
          "nodeType": "variable",
          "name": "isBookmarkedByCurrentUser",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "isBookmarkedByCurrentUser",
            "textToLower": "isbookmarkedbycurrentuser",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 96
              },
              "end": {
                "line": 0,
                "character": 121
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_isBookmarkedByCurrentUser_0:96"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "isBookmarkedByCurrentUser",
            "textToLower": "isbookmarkedbycurrentuser",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 96
              },
              "end": {
                "line": 0,
                "character": 121
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_isBookmarkedByCurrentUser_0:96"
          },
          "parentId": "ConnectApi.chatterfeeds.method.updatebookmark(string,string,boolean)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.updatebookmark.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 88
                },
                "end": {
                  "line": 0,
                  "character": 95
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:88"
            },
            "parentId": "ConnectApi.chatterfeeds.updatebookmark",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "description": "Use either the ID for a community, internal, or null. The ID for a feed item. —Specifying true adds the feed item to the list of bookmarks for the context user. Specify false to remove a bookmark.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "updatecomment(string,string,connectapi.commentinput)": {
      "id": "ConnectApi.chatterfeeds.method.updatecomment(string,string,connectapi.commentinput)",
      "nodeType": "method",
      "name": "updateComment",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "updateComment",
        "textToLower": "updatecomment",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_updateComment_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 193,
      "memberOrder": 193,
      "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.Comment updateComment(String communityId, String commentId, ConnectApi.CommentInput comment)",
      "overrideSignature": "public static override ConnectApi.Comment updateComment(String communityId, String commentId, ConnectApi.CommentInput comment)",
      "simplifiedSignature": "updateComment(String,String,ConnectApi.CommentInput)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.updatecomment.datatype.ConnectApi.Comment",
        "nodeType": "datatype",
        "name": "ConnectApi.Comment",
        "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.chatterfeeds.updatecomment",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.Comment"
      },
      "description": "Edit a comment.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.updatecomment(string,string,connectapi.commentinput).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 54
              },
              "end": {
                "line": 0,
                "character": 65
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:54"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 54
              },
              "end": {
                "line": 0,
                "character": 65
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:54"
          },
          "parentId": "ConnectApi.chatterfeeds.method.updatecomment(string,string,connectapi.commentinput)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.updatecomment.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 47
                },
                "end": {
                  "line": 0,
                  "character": 53
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:47"
            },
            "parentId": "ConnectApi.chatterfeeds.updatecomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "commentid": {
          "id": "ConnectApi.chatterfeeds.method.updatecomment(string,string,connectapi.commentinput).varParam.commentid",
          "nodeType": "variable",
          "name": "commentId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 74
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:74"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 74
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:74"
          },
          "parentId": "ConnectApi.chatterfeeds.method.updatecomment(string,string,connectapi.commentinput)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.updatecomment.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 67
                },
                "end": {
                  "line": 0,
                  "character": 73
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:67"
            },
            "parentId": "ConnectApi.chatterfeeds.updatecomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "comment": {
          "id": "ConnectApi.chatterfeeds.method.updatecomment(string,string,connectapi.commentinput).varParam.comment",
          "nodeType": "variable",
          "name": "comment",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "comment",
            "textToLower": "comment",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 109
              },
              "end": {
                "line": 0,
                "character": 116
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_comment_0:109"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "comment",
            "textToLower": "comment",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 109
              },
              "end": {
                "line": 0,
                "character": 116
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_comment_0:109"
          },
          "parentId": "ConnectApi.chatterfeeds.method.updatecomment(string,string,connectapi.commentinput)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.updatecomment.datatype.ConnectApi.CommentInput",
            "nodeType": "datatype",
            "name": "ConnectApi.CommentInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 85
                },
                "end": {
                  "line": 0,
                  "character": 95
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:85"
            },
            "parentId": "ConnectApi.chatterfeeds.updatecomment",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.CommentInput"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the comment to be edited. Information about the comment to be edited.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "updatedirectmessage(string,string,connectapi.directmessagecapabilityinput)": {
      "id": "ConnectApi.chatterfeeds.method.updatedirectmessage(string,string,connectapi.directmessagecapabilityinput)",
      "nodeType": "method",
      "name": "updateDirectMessage",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "updateDirectMessage",
        "textToLower": "updatedirectmessage",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_updateDirectMessage_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 194,
      "memberOrder": 194,
      "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.DirectMessageCapability updateDirectMessage(String communityId, String feedElementId, ConnectApi.DirectMessageCapabilityInput directMessage)",
      "overrideSignature": "public static override ConnectApi.DirectMessageCapability updateDirectMessage(String communityId, String feedElementId, ConnectApi.DirectMessageCapabilityInput directMessage)",
      "simplifiedSignature": "updateDirectMessage(String,String,ConnectApi.DirectMessageCapabilityInput)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.updatedirectmessage.datatype.ConnectApi.DirectMessageCapability",
        "nodeType": "datatype",
        "name": "ConnectApi.DirectMessageCapability",
        "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.chatterfeeds.updatedirectmessage",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.DirectMessageCapability"
      },
      "description": "Update the members of a direct message.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.updatedirectmessage(string,string,connectapi.directmessagecapabilityinput).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.chatterfeeds.method.updatedirectmessage(string,string,connectapi.directmessagecapabilityinput)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.updatedirectmessage.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.chatterfeeds.updatedirectmessage",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.chatterfeeds.method.updatedirectmessage(string,string,connectapi.directmessagecapabilityinput).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 96
              },
              "end": {
                "line": 0,
                "character": 109
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:96"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 96
              },
              "end": {
                "line": 0,
                "character": 109
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:96"
          },
          "parentId": "ConnectApi.chatterfeeds.method.updatedirectmessage(string,string,connectapi.directmessagecapabilityinput)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.updatedirectmessage.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.chatterfeeds.updatedirectmessage",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "directmessage": {
          "id": "ConnectApi.chatterfeeds.method.updatedirectmessage(string,string,connectapi.directmessagecapabilityinput).varParam.directmessage",
          "nodeType": "variable",
          "name": "directMessage",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "directMessage",
            "textToLower": "directmessage",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 151
              },
              "end": {
                "line": 0,
                "character": 164
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_directMessage_0:151"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "directMessage",
            "textToLower": "directmessage",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 151
              },
              "end": {
                "line": 0,
                "character": 164
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_directMessage_0:151"
          },
          "parentId": "ConnectApi.chatterfeeds.method.updatedirectmessage(string,string,connectapi.directmessagecapabilityinput)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.updatedirectmessage.datatype.ConnectApi.DirectMessageCapabilityInput",
            "nodeType": "datatype",
            "name": "ConnectApi.DirectMessageCapabilityInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 111
                },
                "end": {
                  "line": 0,
                  "character": 121
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:111"
            },
            "parentId": "ConnectApi.chatterfeeds.updatedirectmessage",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.DirectMessageCapabilityInput"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element. A ConnectApi.DirectMessageCapabilityInput body that includes the members to add and remove.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "updatefeedelement(string,string,connectapi.feedelementinput)": {
      "id": "ConnectApi.chatterfeeds.method.updatefeedelement(string,string,connectapi.feedelementinput)",
      "nodeType": "method",
      "name": "updateFeedElement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "updateFeedElement",
        "textToLower": "updatefeedelement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_updateFeedElement_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 195,
      "memberOrder": 195,
      "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.FeedElement updateFeedElement(String communityId, String feedElementId, ConnectApi.FeedElementInput feedElement)",
      "overrideSignature": "public static override ConnectApi.FeedElement updateFeedElement(String communityId, String feedElementId, ConnectApi.FeedElementInput feedElement)",
      "simplifiedSignature": "updateFeedElement(String,String,ConnectApi.FeedElementInput)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.updatefeedelement.datatype.ConnectApi.FeedElement",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedElement",
        "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.chatterfeeds.updatefeedelement",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElement"
      },
      "description": "Edit a feed element.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.updatefeedelement(string,string,connectapi.feedelementinput).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.chatterfeeds.method.updatefeedelement(string,string,connectapi.feedelementinput)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.updatefeedelement.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.chatterfeeds.updatefeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.chatterfeeds.method.updatefeedelement(string,string,connectapi.feedelementinput).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 82
              },
              "end": {
                "line": 0,
                "character": 95
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:82"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 82
              },
              "end": {
                "line": 0,
                "character": 95
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:82"
          },
          "parentId": "ConnectApi.chatterfeeds.method.updatefeedelement(string,string,connectapi.feedelementinput)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.updatefeedelement.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.chatterfeeds.updatefeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelement": {
          "id": "ConnectApi.chatterfeeds.method.updatefeedelement(string,string,connectapi.feedelementinput).varParam.feedelement",
          "nodeType": "variable",
          "name": "feedElement",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElement",
            "textToLower": "feedelement",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 125
              },
              "end": {
                "line": 0,
                "character": 136
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElement_0:125"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElement",
            "textToLower": "feedelement",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 125
              },
              "end": {
                "line": 0,
                "character": 136
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElement_0:125"
          },
          "parentId": "ConnectApi.chatterfeeds.method.updatefeedelement(string,string,connectapi.feedelementinput)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.updatefeedelement.datatype.ConnectApi.FeedElementInput",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 97
                },
                "end": {
                  "line": 0,
                  "character": 107
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:97"
            },
            "parentId": "ConnectApi.chatterfeeds.updatefeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementInput"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element to be edited. Feed items are the only type of feed element that can be edited. Information about the feed item to be edited.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "updatefeedelementbookmarks(string,string,connectapi.bookmarkscapabilityinput)": {
      "id": "ConnectApi.chatterfeeds.method.updatefeedelementbookmarks(string,string,connectapi.bookmarkscapabilityinput)",
      "nodeType": "method",
      "name": "updateFeedElementBookmarks",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "updateFeedElementBookmarks",
        "textToLower": "updatefeedelementbookmarks",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_updateFeedElementBookmarks_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 196,
      "memberOrder": 196,
      "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.BookmarksCapability updateFeedElementBookmarks(String communityId, String feedElementId, ConnectApi.BookmarksCapabilityInput bookmarks)",
      "overrideSignature": "public static override ConnectApi.BookmarksCapability updateFeedElementBookmarks(String communityId, String feedElementId, ConnectApi.BookmarksCapabilityInput bookmarks)",
      "simplifiedSignature": "updateFeedElementBookmarks(String,String,ConnectApi.BookmarksCapabilityInput)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.updatefeedelementbookmarks.datatype.ConnectApi.BookmarksCapability",
        "nodeType": "datatype",
        "name": "ConnectApi.BookmarksCapability",
        "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.chatterfeeds.updatefeedelementbookmarks",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.BookmarksCapability"
      },
      "description": "Bookmark a feed element or remove a bookmark from a feed element using an input class.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.updatefeedelementbookmarks(string,string,connectapi.bookmarkscapabilityinput).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 90
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:79"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 90
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:79"
          },
          "parentId": "ConnectApi.chatterfeeds.method.updatefeedelementbookmarks(string,string,connectapi.bookmarkscapabilityinput)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.updatefeedelementbookmarks.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.chatterfeeds.updatefeedelementbookmarks",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.chatterfeeds.method.updatefeedelementbookmarks(string,string,connectapi.bookmarkscapabilityinput).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 99
              },
              "end": {
                "line": 0,
                "character": 112
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:99"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 99
              },
              "end": {
                "line": 0,
                "character": 112
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:99"
          },
          "parentId": "ConnectApi.chatterfeeds.method.updatefeedelementbookmarks(string,string,connectapi.bookmarkscapabilityinput)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.updatefeedelementbookmarks.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 92
                },
                "end": {
                  "line": 0,
                  "character": 98
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:92"
            },
            "parentId": "ConnectApi.chatterfeeds.updatefeedelementbookmarks",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "bookmarks": {
          "id": "ConnectApi.chatterfeeds.method.updatefeedelementbookmarks(string,string,connectapi.bookmarkscapabilityinput).varParam.bookmarks",
          "nodeType": "variable",
          "name": "bookmarks",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "bookmarks",
            "textToLower": "bookmarks",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 150
              },
              "end": {
                "line": 0,
                "character": 159
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_bookmarks_0:150"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "bookmarks",
            "textToLower": "bookmarks",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 150
              },
              "end": {
                "line": 0,
                "character": 159
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_bookmarks_0:150"
          },
          "parentId": "ConnectApi.chatterfeeds.method.updatefeedelementbookmarks(string,string,connectapi.bookmarkscapabilityinput)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.updatefeedelementbookmarks.datatype.ConnectApi.BookmarksCapabilityInput",
            "nodeType": "datatype",
            "name": "ConnectApi.BookmarksCapabilityInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 114
                },
                "end": {
                  "line": 0,
                  "character": 124
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:114"
            },
            "parentId": "ConnectApi.chatterfeeds.updatefeedelementbookmarks",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.BookmarksCapabilityInput"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element. Information about a bookmark.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "updatefeedelementbookmarks(string,string,boolean)": {
      "id": "ConnectApi.chatterfeeds.method.updatefeedelementbookmarks(string,string,boolean)",
      "nodeType": "method",
      "name": "updateFeedElementBookmarks",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "updateFeedElementBookmarks",
        "textToLower": "updatefeedelementbookmarks",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_updateFeedElementBookmarks_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 197,
      "memberOrder": 197,
      "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.BookmarksCapability updateFeedElementBookmarks(String communityId, String feedElementId, Boolean isBookmarkedByCurrentUser)",
      "overrideSignature": "public static override ConnectApi.BookmarksCapability updateFeedElementBookmarks(String communityId, String feedElementId, Boolean isBookmarkedByCurrentUser)",
      "simplifiedSignature": "updateFeedElementBookmarks(String,String,Boolean)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.updatefeedelementbookmarks.datatype.ConnectApi.BookmarksCapability",
        "nodeType": "datatype",
        "name": "ConnectApi.BookmarksCapability",
        "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.chatterfeeds.updatefeedelementbookmarks",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.BookmarksCapability"
      },
      "description": "Bookmark a feed element or remove a bookmark from a feed element.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.updatefeedelementbookmarks(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": 79
              },
              "end": {
                "line": 0,
                "character": 90
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:79"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 90
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:79"
          },
          "parentId": "ConnectApi.chatterfeeds.method.updatefeedelementbookmarks(string,string,boolean)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.updatefeedelementbookmarks.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.chatterfeeds.updatefeedelementbookmarks",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.chatterfeeds.method.updatefeedelementbookmarks(string,string,boolean).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 99
              },
              "end": {
                "line": 0,
                "character": 112
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:99"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 99
              },
              "end": {
                "line": 0,
                "character": 112
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:99"
          },
          "parentId": "ConnectApi.chatterfeeds.method.updatefeedelementbookmarks(string,string,boolean)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.updatefeedelementbookmarks.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 92
                },
                "end": {
                  "line": 0,
                  "character": 98
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:92"
            },
            "parentId": "ConnectApi.chatterfeeds.updatefeedelementbookmarks",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "isbookmarkedbycurrentuser": {
          "id": "ConnectApi.chatterfeeds.method.updatefeedelementbookmarks(string,string,boolean).varParam.isbookmarkedbycurrentuser",
          "nodeType": "variable",
          "name": "isBookmarkedByCurrentUser",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "isBookmarkedByCurrentUser",
            "textToLower": "isbookmarkedbycurrentuser",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 122
              },
              "end": {
                "line": 0,
                "character": 147
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_isBookmarkedByCurrentUser_0:122"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "isBookmarkedByCurrentUser",
            "textToLower": "isbookmarkedbycurrentuser",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 122
              },
              "end": {
                "line": 0,
                "character": 147
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_isBookmarkedByCurrentUser_0:122"
          },
          "parentId": "ConnectApi.chatterfeeds.method.updatefeedelementbookmarks(string,string,boolean)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.updatefeedelementbookmarks.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 114
                },
                "end": {
                  "line": 0,
                  "character": 121
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:114"
            },
            "parentId": "ConnectApi.chatterfeeds.updatefeedelementbookmarks",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element. Specify whether to bookmark the feed element (true) or not (false).",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "updatefeedelementreadbycapabilitybatch(string,list<string>,connectapi.readbycapabilityinput)": {
      "id": "ConnectApi.chatterfeeds.method.updatefeedelementreadbycapabilitybatch(string,list<string>,connectapi.readbycapabilityinput)",
      "nodeType": "method",
      "name": "updateFeedElementReadByCapabilityBatch",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "updateFeedElementReadByCapabilityBatch",
        "textToLower": "updatefeedelementreadbycapabilitybatch",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_updateFeedElementReadByCapabilityBatch_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 198,
      "memberOrder": 198,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.BatchResult[] updateFeedElementReadByCapabilityBatch(String communityId, List<String> feedElementIds, ConnectApi.ReadByCapabilityInput readBy)",
      "overrideSignature": "public static override ConnectApi.BatchResult[] updateFeedElementReadByCapabilityBatch(String communityId, List<String> feedElementIds, ConnectApi.ReadByCapabilityInput readBy)",
      "simplifiedSignature": "updateFeedElementReadByCapabilityBatch(String,List<String>,ConnectApi.ReadByCapabilityInput)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.updatefeedelementreadbycapabilitybatch.datatype.ConnectApi.BatchResult[]",
        "nodeType": "datatype",
        "name": "ConnectApi.BatchResult[]",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.updatefeedelementreadbycapabilitybatch",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.BatchResult[]"
      },
      "description": "Mark multiple feed elements as read by the context user at the same time using an input class.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.updatefeedelementreadbycapabilitybatch(string,list<string>,connectapi.readbycapabilityinput).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 85
              },
              "end": {
                "line": 0,
                "character": 96
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:85"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 85
              },
              "end": {
                "line": 0,
                "character": 96
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:85"
          },
          "parentId": "ConnectApi.chatterfeeds.method.updatefeedelementreadbycapabilitybatch(string,list<string>,connectapi.readbycapabilityinput)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.updatefeedelementreadbycapabilitybatch.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 78
                },
                "end": {
                  "line": 0,
                  "character": 84
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:78"
            },
            "parentId": "ConnectApi.chatterfeeds.updatefeedelementreadbycapabilitybatch",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementids": {
          "id": "ConnectApi.chatterfeeds.method.updatefeedelementreadbycapabilitybatch(string,list<string>,connectapi.readbycapabilityinput).varParam.feedelementids",
          "nodeType": "variable",
          "name": "feedElementIds",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementIds",
            "textToLower": "feedelementids",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 111
              },
              "end": {
                "line": 0,
                "character": 125
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementIds_0:111"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementIds",
            "textToLower": "feedelementids",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 111
              },
              "end": {
                "line": 0,
                "character": 125
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementIds_0:111"
          },
          "parentId": "ConnectApi.chatterfeeds.method.updatefeedelementreadbycapabilitybatch(string,list<string>,connectapi.readbycapabilityinput)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.updatefeedelementreadbycapabilitybatch.datatype.List<String>",
            "nodeType": "datatype",
            "name": "List<String>",
            "startToken": {
              "type": "datatype.collection",
              "text": "List",
              "textToLower": "list",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 98
                },
                "end": {
                  "line": 0,
                  "character": 102
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_List_0:98"
            },
            "parentId": "ConnectApi.chatterfeeds.updatefeedelementreadbycapabilitybatch",
            "order": 0,
            "memberOrder": 0,
            "type": "List",
            "value": {
              "id": "ConnectApi.chatterfeeds.updatefeedelementreadbycapabilitybatch.datatype.List<String>.value.String",
              "nodeType": "datatype",
              "name": "String",
              "startToken": {
                "type": "datatype.primitive",
                "text": "String",
                "textToLower": "string",
                "isAux": false,
                "range": {
                  "start": {
                    "line": 0,
                    "character": 103
                  },
                  "end": {
                    "line": 0,
                    "character": 109
                  },
                  "isEmpty": false,
                  "isSingleLine": true
                },
                "id": "token.type.identifier_String_0:103"
              },
              "order": 0,
              "memberOrder": 0,
              "type": "String"
            }
          },
          "scope": null
        },
        "readby": {
          "id": "ConnectApi.chatterfeeds.method.updatefeedelementreadbycapabilitybatch(string,list<string>,connectapi.readbycapabilityinput).varParam.readby",
          "nodeType": "variable",
          "name": "readBy",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "readBy",
            "textToLower": "readby",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 160
              },
              "end": {
                "line": 0,
                "character": 166
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_readBy_0:160"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "readBy",
            "textToLower": "readby",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 160
              },
              "end": {
                "line": 0,
                "character": 166
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_readBy_0:160"
          },
          "parentId": "ConnectApi.chatterfeeds.method.updatefeedelementreadbycapabilitybatch(string,list<string>,connectapi.readbycapabilityinput)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.updatefeedelementreadbycapabilitybatch.datatype.ConnectApi.ReadByCapabilityInput",
            "nodeType": "datatype",
            "name": "ConnectApi.ReadByCapabilityInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 127
                },
                "end": {
                  "line": 0,
                  "character": 137
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:127"
            },
            "parentId": "ConnectApi.chatterfeeds.updatefeedelementreadbycapabilitybatch",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.ReadByCapabilityInput"
          },
          "description": "Use either the ID for a community, internal, or null. Up to 500 feed element IDs to mark as read. A ConnectApi.ReadByCapabilityInput body indicating to mark the feed elements as read.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "updatefeedelementreadbycapabilitybatch(string,list<string>,boolean)": {
      "id": "ConnectApi.chatterfeeds.method.updatefeedelementreadbycapabilitybatch(string,list<string>,boolean)",
      "nodeType": "method",
      "name": "updateFeedElementReadByCapabilityBatch",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "updateFeedElementReadByCapabilityBatch",
        "textToLower": "updatefeedelementreadbycapabilitybatch",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_updateFeedElementReadByCapabilityBatch_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 199,
      "memberOrder": 199,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.BatchResult[] updateFeedElementReadByCapabilityBatch(String communityId, List<String> feedElementIds, Boolean isReadByMe)",
      "overrideSignature": "public static override ConnectApi.BatchResult[] updateFeedElementReadByCapabilityBatch(String communityId, List<String> feedElementIds, Boolean isReadByMe)",
      "simplifiedSignature": "updateFeedElementReadByCapabilityBatch(String,List<String>,Boolean)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.updatefeedelementreadbycapabilitybatch.datatype.ConnectApi.BatchResult[]",
        "nodeType": "datatype",
        "name": "ConnectApi.BatchResult[]",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.updatefeedelementreadbycapabilitybatch",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.BatchResult[]"
      },
      "description": "Mark multiple feed elements as read by the context user at the same time.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.updatefeedelementreadbycapabilitybatch(string,list<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": 85
              },
              "end": {
                "line": 0,
                "character": 96
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:85"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 85
              },
              "end": {
                "line": 0,
                "character": 96
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:85"
          },
          "parentId": "ConnectApi.chatterfeeds.method.updatefeedelementreadbycapabilitybatch(string,list<string>,boolean)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.updatefeedelementreadbycapabilitybatch.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 78
                },
                "end": {
                  "line": 0,
                  "character": 84
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:78"
            },
            "parentId": "ConnectApi.chatterfeeds.updatefeedelementreadbycapabilitybatch",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementids": {
          "id": "ConnectApi.chatterfeeds.method.updatefeedelementreadbycapabilitybatch(string,list<string>,boolean).varParam.feedelementids",
          "nodeType": "variable",
          "name": "feedElementIds",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementIds",
            "textToLower": "feedelementids",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 111
              },
              "end": {
                "line": 0,
                "character": 125
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementIds_0:111"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementIds",
            "textToLower": "feedelementids",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 111
              },
              "end": {
                "line": 0,
                "character": 125
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementIds_0:111"
          },
          "parentId": "ConnectApi.chatterfeeds.method.updatefeedelementreadbycapabilitybatch(string,list<string>,boolean)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.updatefeedelementreadbycapabilitybatch.datatype.List<String>",
            "nodeType": "datatype",
            "name": "List<String>",
            "startToken": {
              "type": "datatype.collection",
              "text": "List",
              "textToLower": "list",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 98
                },
                "end": {
                  "line": 0,
                  "character": 102
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_List_0:98"
            },
            "parentId": "ConnectApi.chatterfeeds.updatefeedelementreadbycapabilitybatch",
            "order": 0,
            "memberOrder": 0,
            "type": "List",
            "value": {
              "id": "ConnectApi.chatterfeeds.updatefeedelementreadbycapabilitybatch.datatype.List<String>.value.String",
              "nodeType": "datatype",
              "name": "String",
              "startToken": {
                "type": "datatype.primitive",
                "text": "String",
                "textToLower": "string",
                "isAux": false,
                "range": {
                  "start": {
                    "line": 0,
                    "character": 103
                  },
                  "end": {
                    "line": 0,
                    "character": 109
                  },
                  "isEmpty": false,
                  "isSingleLine": true
                },
                "id": "token.type.identifier_String_0:103"
              },
              "order": 0,
              "memberOrder": 0,
              "type": "String"
            }
          },
          "scope": null
        },
        "isreadbyme": {
          "id": "ConnectApi.chatterfeeds.method.updatefeedelementreadbycapabilitybatch(string,list<string>,boolean).varParam.isreadbyme",
          "nodeType": "variable",
          "name": "isReadByMe",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "isReadByMe",
            "textToLower": "isreadbyme",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 135
              },
              "end": {
                "line": 0,
                "character": 145
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_isReadByMe_0:135"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "isReadByMe",
            "textToLower": "isreadbyme",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 135
              },
              "end": {
                "line": 0,
                "character": 145
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_isReadByMe_0:135"
          },
          "parentId": "ConnectApi.chatterfeeds.method.updatefeedelementreadbycapabilitybatch(string,list<string>,boolean)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.updatefeedelementreadbycapabilitybatch.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 127
                },
                "end": {
                  "line": 0,
                  "character": 134
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:127"
            },
            "parentId": "ConnectApi.chatterfeeds.updatefeedelementreadbycapabilitybatch",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "description": "Use either the ID for a community, internal, or null. Up to 500 feed element IDs to mark as read. Specifies to mark the feed element as read (true) for the context user.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "updatelikeforcomment(string,string,boolean)": {
      "id": "ConnectApi.chatterfeeds.method.updatelikeforcomment(string,string,boolean)",
      "nodeType": "method",
      "name": "updateLikeForComment",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "updateLikeForComment",
        "textToLower": "updatelikeforcomment",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_updateLikeForComment_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 200,
      "memberOrder": 200,
      "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.ChatterLikePage updateLikeForComment(String communityId, String commentId, Boolean isLikedByCurrentUser)",
      "overrideSignature": "public static override ConnectApi.ChatterLikePage updateLikeForComment(String communityId, String commentId, Boolean isLikedByCurrentUser)",
      "simplifiedSignature": "updateLikeForComment(String,String,Boolean)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.updatelikeforcomment.datatype.ConnectApi.ChatterLikePage",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterLikePage",
        "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.chatterfeeds.updatelikeforcomment",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterLikePage"
      },
      "description": "Like or unlike a comment.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.updatelikeforcomment(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": 69
              },
              "end": {
                "line": 0,
                "character": 80
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:69"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 69
              },
              "end": {
                "line": 0,
                "character": 80
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:69"
          },
          "parentId": "ConnectApi.chatterfeeds.method.updatelikeforcomment(string,string,boolean)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.updatelikeforcomment.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 62
                },
                "end": {
                  "line": 0,
                  "character": 68
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:62"
            },
            "parentId": "ConnectApi.chatterfeeds.updatelikeforcomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "commentid": {
          "id": "ConnectApi.chatterfeeds.method.updatelikeforcomment(string,string,boolean).varParam.commentid",
          "nodeType": "variable",
          "name": "commentId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 89
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:89"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "commentId",
            "textToLower": "commentid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 89
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_commentId_0:89"
          },
          "parentId": "ConnectApi.chatterfeeds.method.updatelikeforcomment(string,string,boolean)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.updatelikeforcomment.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 82
                },
                "end": {
                  "line": 0,
                  "character": 88
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:82"
            },
            "parentId": "ConnectApi.chatterfeeds.updatelikeforcomment",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "islikedbycurrentuser": {
          "id": "ConnectApi.chatterfeeds.method.updatelikeforcomment(string,string,boolean).varParam.islikedbycurrentuser",
          "nodeType": "variable",
          "name": "isLikedByCurrentUser",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "isLikedByCurrentUser",
            "textToLower": "islikedbycurrentuser",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 108
              },
              "end": {
                "line": 0,
                "character": 128
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_isLikedByCurrentUser_0:108"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "isLikedByCurrentUser",
            "textToLower": "islikedbycurrentuser",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 108
              },
              "end": {
                "line": 0,
                "character": 128
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_isLikedByCurrentUser_0:108"
          },
          "parentId": "ConnectApi.chatterfeeds.method.updatelikeforcomment(string,string,boolean)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.updatelikeforcomment.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 100
                },
                "end": {
                  "line": 0,
                  "character": 107
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:100"
            },
            "parentId": "ConnectApi.chatterfeeds.updatelikeforcomment",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the comment. Specifies if the context user likes (true) or unlikes (false) the comment.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "updatelikeforfeedelement(string,string,boolean)": {
      "id": "ConnectApi.chatterfeeds.method.updatelikeforfeedelement(string,string,boolean)",
      "nodeType": "method",
      "name": "updateLikeForFeedElement",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "updateLikeForFeedElement",
        "textToLower": "updatelikeforfeedelement",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_updateLikeForFeedElement_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 201,
      "memberOrder": 201,
      "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.ChatterLikePage updateLikeForFeedElement(String communityId, String feedElementId, Boolean isLikedByCurrentUser)",
      "overrideSignature": "public static override ConnectApi.ChatterLikePage updateLikeForFeedElement(String communityId, String feedElementId, Boolean isLikedByCurrentUser)",
      "simplifiedSignature": "updateLikeForFeedElement(String,String,Boolean)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.updatelikeforfeedelement.datatype.ConnectApi.ChatterLikePage",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterLikePage",
        "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.chatterfeeds.updatelikeforfeedelement",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterLikePage"
      },
      "description": "Like or unlike a feed element.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.updatelikeforfeedelement(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": 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.chatterfeeds.method.updatelikeforfeedelement(string,string,boolean)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.updatelikeforfeedelement.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.chatterfeeds.updatelikeforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.chatterfeeds.method.updatelikeforfeedelement(string,string,boolean).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 93
              },
              "end": {
                "line": 0,
                "character": 106
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:93"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 93
              },
              "end": {
                "line": 0,
                "character": 106
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:93"
          },
          "parentId": "ConnectApi.chatterfeeds.method.updatelikeforfeedelement(string,string,boolean)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.updatelikeforfeedelement.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.chatterfeeds.updatelikeforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "islikedbycurrentuser": {
          "id": "ConnectApi.chatterfeeds.method.updatelikeforfeedelement(string,string,boolean).varParam.islikedbycurrentuser",
          "nodeType": "variable",
          "name": "isLikedByCurrentUser",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "isLikedByCurrentUser",
            "textToLower": "islikedbycurrentuser",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 116
              },
              "end": {
                "line": 0,
                "character": 136
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_isLikedByCurrentUser_0:116"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "isLikedByCurrentUser",
            "textToLower": "islikedbycurrentuser",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 116
              },
              "end": {
                "line": 0,
                "character": 136
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_isLikedByCurrentUser_0:116"
          },
          "parentId": "ConnectApi.chatterfeeds.method.updatelikeforfeedelement(string,string,boolean)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.updatelikeforfeedelement.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 108
                },
                "end": {
                  "line": 0,
                  "character": 115
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:108"
            },
            "parentId": "ConnectApi.chatterfeeds.updatelikeforfeedelement",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element. Specifies if the context user likes (true) or unlikes (false) the feed element.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "updatepinnedfeedelements(string,connectapi.feedtype,string,connectapi.pincapabilityinput)": {
      "id": "ConnectApi.chatterfeeds.method.updatepinnedfeedelements(string,connectapi.feedtype,string,connectapi.pincapabilityinput)",
      "nodeType": "method",
      "name": "updatePinnedFeedElements",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "updatePinnedFeedElements",
        "textToLower": "updatepinnedfeedelements",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_updatePinnedFeedElements_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 202,
      "memberOrder": 202,
      "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.PinCapability updatePinnedFeedElements(String communityId, ConnectApi.FeedType feedType, String subjectId, ConnectApi.PinCapabilityInput pin)",
      "overrideSignature": "public static override ConnectApi.PinCapability updatePinnedFeedElements(String communityId, ConnectApi.FeedType feedType, String subjectId, ConnectApi.PinCapabilityInput pin)",
      "simplifiedSignature": "updatePinnedFeedElements(String,ConnectApi.FeedType,String,ConnectApi.PinCapabilityInput)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.updatepinnedfeedelements.datatype.ConnectApi.PinCapability",
        "nodeType": "datatype",
        "name": "ConnectApi.PinCapability",
        "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.chatterfeeds.updatepinnedfeedelements",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.PinCapability"
      },
      "description": "Pin or unpin feed elements to a group or topic feed.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.updatepinnedfeedelements(string,connectapi.feedtype,string,connectapi.pincapabilityinput).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.chatterfeeds.method.updatepinnedfeedelements(string,connectapi.feedtype,string,connectapi.pincapabilityinput)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.updatepinnedfeedelements.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.chatterfeeds.updatepinnedfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.updatepinnedfeedelements(string,connectapi.feedtype,string,connectapi.pincapabilityinput).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 104
              },
              "end": {
                "line": 0,
                "character": 112
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:104"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 104
              },
              "end": {
                "line": 0,
                "character": 112
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:104"
          },
          "parentId": "ConnectApi.chatterfeeds.method.updatepinnedfeedelements(string,connectapi.feedtype,string,connectapi.pincapabilityinput)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.updatepinnedfeedelements.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 84
                },
                "end": {
                  "line": 0,
                  "character": 94
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:84"
            },
            "parentId": "ConnectApi.chatterfeeds.updatepinnedfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.updatepinnedfeedelements(string,connectapi.feedtype,string,connectapi.pincapabilityinput).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 121
              },
              "end": {
                "line": 0,
                "character": 130
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:121"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 121
              },
              "end": {
                "line": 0,
                "character": 130
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:121"
          },
          "parentId": "ConnectApi.chatterfeeds.method.updatepinnedfeedelements(string,connectapi.feedtype,string,connectapi.pincapabilityinput)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.updatepinnedfeedelements.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 114
                },
                "end": {
                  "line": 0,
                  "character": 120
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:114"
            },
            "parentId": "ConnectApi.chatterfeeds.updatepinnedfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pin": {
          "id": "ConnectApi.chatterfeeds.method.updatepinnedfeedelements(string,connectapi.feedtype,string,connectapi.pincapabilityinput).varParam.pin",
          "nodeType": "variable",
          "name": "pin",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pin",
            "textToLower": "pin",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 162
              },
              "end": {
                "line": 0,
                "character": 165
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pin_0:162"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pin",
            "textToLower": "pin",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 162
              },
              "end": {
                "line": 0,
                "character": 165
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pin_0:162"
          },
          "parentId": "ConnectApi.chatterfeeds.method.updatepinnedfeedelements(string,connectapi.feedtype,string,connectapi.pincapabilityinput)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.updatepinnedfeedelements.datatype.ConnectApi.PinCapabilityInput",
            "nodeType": "datatype",
            "name": "ConnectApi.PinCapabilityInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 132
                },
                "end": {
                  "line": 0,
                  "character": 142
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:132"
            },
            "parentId": "ConnectApi.chatterfeeds.updatepinnedfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.PinCapabilityInput"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values are Record and Topics. If feedType is Record, subjectId must be a group ID. If feedType is Topics, subjectId must be a topic ID. A ConnectApi.PinCapabilityInput object indicating the feed element to pin or unpin.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "updatestream(string,string,connectapi.chatterstreaminput)": {
      "id": "ConnectApi.chatterfeeds.method.updatestream(string,string,connectapi.chatterstreaminput)",
      "nodeType": "method",
      "name": "updateStream",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "updateStream",
        "textToLower": "updatestream",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_updateStream_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 203,
      "memberOrder": 203,
      "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.ChatterStream updateStream(String communityId, String streamId, ConnectApi.ChatterStreamInput streamInput)",
      "overrideSignature": "public static override ConnectApi.ChatterStream updateStream(String communityId, String streamId, ConnectApi.ChatterStreamInput streamInput)",
      "simplifiedSignature": "updateStream(String,String,ConnectApi.ChatterStreamInput)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.updatestream.datatype.ConnectApi.ChatterStream",
        "nodeType": "datatype",
        "name": "ConnectApi.ChatterStream",
        "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.chatterfeeds.updatestream",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.ChatterStream"
      },
      "description": "Update a Chatter feed stream.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.updatestream(string,string,connectapi.chatterstreaminput).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.chatterfeeds.method.updatestream(string,string,connectapi.chatterstreaminput)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.updatestream.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.chatterfeeds.updatestream",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "streamid": {
          "id": "ConnectApi.chatterfeeds.method.updatestream(string,string,connectapi.chatterstreaminput).varParam.streamid",
          "nodeType": "variable",
          "name": "streamId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "streamId",
            "textToLower": "streamid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 87
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_streamId_0:79"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "streamId",
            "textToLower": "streamid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 87
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_streamId_0:79"
          },
          "parentId": "ConnectApi.chatterfeeds.method.updatestream(string,string,connectapi.chatterstreaminput)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.updatestream.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.chatterfeeds.updatestream",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "streaminput": {
          "id": "ConnectApi.chatterfeeds.method.updatestream(string,string,connectapi.chatterstreaminput).varParam.streaminput",
          "nodeType": "variable",
          "name": "streamInput",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "streamInput",
            "textToLower": "streaminput",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 119
              },
              "end": {
                "line": 0,
                "character": 130
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_streamInput_0:119"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "streamInput",
            "textToLower": "streaminput",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 119
              },
              "end": {
                "line": 0,
                "character": 130
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_streamInput_0:119"
          },
          "parentId": "ConnectApi.chatterfeeds.method.updatestream(string,string,connectapi.chatterstreaminput)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.updatestream.datatype.ConnectApi.ChatterStreamInput",
            "nodeType": "datatype",
            "name": "ConnectApi.ChatterStreamInput",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 89
                },
                "end": {
                  "line": 0,
                  "character": 99
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:89"
            },
            "parentId": "ConnectApi.chatterfeeds.updatestream",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.ChatterStreamInput"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the Chatter feed stream. A ConnectApi.ChatterStreamInput object.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "voteonfeedelementpoll(string,string,string)": {
      "id": "ConnectApi.chatterfeeds.method.voteonfeedelementpoll(string,string,string)",
      "nodeType": "method",
      "name": "voteOnFeedElementPoll",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "voteOnFeedElementPoll",
        "textToLower": "voteonfeedelementpoll",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_voteOnFeedElementPoll_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 204,
      "memberOrder": 204,
      "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.PollCapability voteOnFeedElementPoll(String communityId, String feedElementId, String myChoiceId)",
      "overrideSignature": "public static override ConnectApi.PollCapability voteOnFeedElementPoll(String communityId, String feedElementId, String myChoiceId)",
      "simplifiedSignature": "voteOnFeedElementPoll(String,String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.voteonfeedelementpoll.datatype.ConnectApi.PollCapability",
        "nodeType": "datatype",
        "name": "ConnectApi.PollCapability",
        "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.chatterfeeds.voteonfeedelementpoll",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.PollCapability"
      },
      "description": "Vote on a poll or change your vote on a poll.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.voteonfeedelementpoll(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": 69
              },
              "end": {
                "line": 0,
                "character": 80
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:69"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 69
              },
              "end": {
                "line": 0,
                "character": 80
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:69"
          },
          "parentId": "ConnectApi.chatterfeeds.method.voteonfeedelementpoll(string,string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.voteonfeedelementpoll.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 62
                },
                "end": {
                  "line": 0,
                  "character": 68
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:62"
            },
            "parentId": "ConnectApi.chatterfeeds.voteonfeedelementpoll",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.chatterfeeds.method.voteonfeedelementpoll(string,string,string).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 89
              },
              "end": {
                "line": 0,
                "character": 102
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:89"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 89
              },
              "end": {
                "line": 0,
                "character": 102
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:89"
          },
          "parentId": "ConnectApi.chatterfeeds.method.voteonfeedelementpoll(string,string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.voteonfeedelementpoll.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 82
                },
                "end": {
                  "line": 0,
                  "character": 88
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:82"
            },
            "parentId": "ConnectApi.chatterfeeds.voteonfeedelementpoll",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "mychoiceid": {
          "id": "ConnectApi.chatterfeeds.method.voteonfeedelementpoll(string,string,string).varParam.mychoiceid",
          "nodeType": "variable",
          "name": "myChoiceId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "myChoiceId",
            "textToLower": "mychoiceid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 111
              },
              "end": {
                "line": 0,
                "character": 121
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_myChoiceId_0:111"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "myChoiceId",
            "textToLower": "mychoiceid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 111
              },
              "end": {
                "line": 0,
                "character": 121
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_myChoiceId_0:111"
          },
          "parentId": "ConnectApi.chatterfeeds.method.voteonfeedelementpoll(string,string,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.voteonfeedelementpoll.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.chatterfeeds.voteonfeedelementpoll",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element. ID of the poll item you’re voting for. The key prefix for poll items is 09A.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "voteonfeedpoll(string,string,string)": {
      "id": "ConnectApi.chatterfeeds.method.voteonfeedpoll(string,string,string)",
      "nodeType": "method",
      "name": "voteOnFeedPoll",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "voteOnFeedPoll",
        "textToLower": "voteonfeedpoll",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_voteOnFeedPoll_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 205,
      "memberOrder": 205,
      "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.FeedPoll voteOnFeedPoll(String communityId, String feedItemId, String myChoiceId)",
      "overrideSignature": "public static override ConnectApi.FeedPoll voteOnFeedPoll(String communityId, String feedItemId, String myChoiceId)",
      "simplifiedSignature": "voteOnFeedPoll(String,String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.voteonfeedpoll.datatype.ConnectApi.FeedPoll",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedPoll",
        "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.chatterfeeds.voteonfeedpoll",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedPoll"
      },
      "description": "Vote or change your vote on a feed poll.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.voteonfeedpoll(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": 56
              },
              "end": {
                "line": 0,
                "character": 67
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:56"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 56
              },
              "end": {
                "line": 0,
                "character": 67
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:56"
          },
          "parentId": "ConnectApi.chatterfeeds.method.voteonfeedpoll(string,string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.voteonfeedpoll.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 49
                },
                "end": {
                  "line": 0,
                  "character": 55
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:49"
            },
            "parentId": "ConnectApi.chatterfeeds.voteonfeedpoll",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feeditemid": {
          "id": "ConnectApi.chatterfeeds.method.voteonfeedpoll(string,string,string).varParam.feeditemid",
          "nodeType": "variable",
          "name": "feedItemId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedItemId",
            "textToLower": "feeditemid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 76
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedItemId_0:76"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedItemId",
            "textToLower": "feeditemid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 76
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedItemId_0:76"
          },
          "parentId": "ConnectApi.chatterfeeds.method.voteonfeedpoll(string,string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.voteonfeedpoll.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.chatterfeeds.voteonfeedpoll",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "mychoiceid": {
          "id": "ConnectApi.chatterfeeds.method.voteonfeedpoll(string,string,string).varParam.mychoiceid",
          "nodeType": "variable",
          "name": "myChoiceId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "myChoiceId",
            "textToLower": "mychoiceid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 105
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_myChoiceId_0:95"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "myChoiceId",
            "textToLower": "mychoiceid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 105
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_myChoiceId_0:95"
          },
          "parentId": "ConnectApi.chatterfeeds.method.voteonfeedpoll(string,string,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.voteonfeedpoll.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.chatterfeeds.voteonfeedpoll",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed item that is associated with the poll. ID of the item in the poll you’re voting for.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeedelementsfromfeed(string,connectapi.feedtype,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestGetFeedElementsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFeedElementsFromFeed",
        "textToLower": "settestgetfeedelementsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFeedElementsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 206,
      "memberOrder": 206,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestGetFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestGetFeedElementsFromFeed(String,ConnectApi.FeedType,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when getFeedElementsFromFeed is called with matching parameters in a test context. Use the get feed method with the same parameters or the code throws an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,connectapi.feedelementpage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 57
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:57"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 57
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:57"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 50
                },
                "end": {
                  "line": 0,
                  "character": 56
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:50"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,connectapi.feedelementpage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:90"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:90"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 70
                },
                "end": {
                  "line": 0,
                  "character": 80
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:70"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 127
              },
              "end": {
                "line": 0,
                "character": 133
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:127"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 127
              },
              "end": {
                "line": 0,
                "character": 133
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:127"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 100
                },
                "end": {
                  "line": 0,
                  "character": 110
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:100"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values are Company, DirectMessageModeration, DirectMessages, Home, Moderation, and PendingReview. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestGetFeedElementsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFeedElementsFromFeed",
        "textToLower": "settestgetfeedelementsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFeedElementsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 207,
      "memberOrder": 207,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestGetFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestGetFeedElementsFromFeed(String,ConnectApi.FeedType,String,Integer,ConnectApi.FeedSortOrder,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when getFeedElementsFromFeed is called with matching parameters in a test context. Use the get feed method with the same parameters or the code throws an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 57
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:57"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 57
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:57"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 50
                },
                "end": {
                  "line": 0,
                  "character": 56
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:50"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:90"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:90"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 70
                },
                "end": {
                  "line": 0,
                  "character": 80
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:70"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 107
              },
              "end": {
                "line": 0,
                "character": 116
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:107"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 107
              },
              "end": {
                "line": 0,
                "character": 116
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:107"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 100
                },
                "end": {
                  "line": 0,
                  "character": 106
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:100"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 134
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:126"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 134
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:126"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 118
                },
                "end": {
                  "line": 0,
                  "character": 125
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:118"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 161
              },
              "end": {
                "line": 0,
                "character": 170
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:161"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 161
              },
              "end": {
                "line": 0,
                "character": 170
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:161"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 136
                },
                "end": {
                  "line": 0,
                  "character": 146
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:136"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 199
              },
              "end": {
                "line": 0,
                "character": 205
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:199"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 199
              },
              "end": {
                "line": 0,
                "character": 205
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:199"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 172
                },
                "end": {
                  "line": 0,
                  "character": 182
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:172"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "Use either the ID for a community, internal, or null. The only valid value for this parameter is Company. The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestGetFeedElementsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFeedElementsFromFeed",
        "textToLower": "settestgetfeedelementsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFeedElementsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 208,
      "memberOrder": 208,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestGetFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestGetFeedElementsFromFeed(String,ConnectApi.FeedType,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when getFeedElementsFromFeed is called with matching parameters in a test context. Use the get feed method with the same parameters or the code throws an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 57
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:57"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 57
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:57"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 50
                },
                "end": {
                  "line": 0,
                  "character": 56
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:50"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:90"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:90"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 70
                },
                "end": {
                  "line": 0,
                  "character": 80
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:70"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 108
              },
              "end": {
                "line": 0,
                "character": 126
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:108"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 108
              },
              "end": {
                "line": 0,
                "character": 126
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:108"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 100
                },
                "end": {
                  "line": 0,
                  "character": 107
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:100"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 151
              },
              "end": {
                "line": 0,
                "character": 158
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:151"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 151
              },
              "end": {
                "line": 0,
                "character": 158
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:151"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 128
                },
                "end": {
                  "line": 0,
                  "character": 138
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:128"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 167
              },
              "end": {
                "line": 0,
                "character": 176
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:167"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 167
              },
              "end": {
                "line": 0,
                "character": 176
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:167"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 160
                },
                "end": {
                  "line": 0,
                  "character": 166
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:160"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 186
              },
              "end": {
                "line": 0,
                "character": 194
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:186"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 186
              },
              "end": {
                "line": 0,
                "character": 194
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:186"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 178
                },
                "end": {
                  "line": 0,
                  "character": 185
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:178"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 221
              },
              "end": {
                "line": 0,
                "character": 230
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:221"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 221
              },
              "end": {
                "line": 0,
                "character": 230
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:221"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 196
                },
                "end": {
                  "line": 0,
                  "character": 206
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:196"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 259
              },
              "end": {
                "line": 0,
                "character": 265
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:259"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 259
              },
              "end": {
                "line": 0,
                "character": 265
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:259"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 232
                },
                "end": {
                  "line": 0,
                  "character": 242
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:232"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values are Company, DirectMessageModeration, DirectMessages, Home, Moderation, and PendingReview. Maximum number of comments to return with each feed element. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestGetFeedElementsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFeedElementsFromFeed",
        "textToLower": "settestgetfeedelementsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFeedElementsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 209,
      "memberOrder": 209,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedFilter filter, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestGetFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedFilter filter, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestGetFeedElementsFromFeed(String,ConnectApi.FeedType,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,ConnectApi.FeedFilter,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when getFeedElementsFromFeed is called with matching parameters in a test context. Use the get feed method with the same parameters or the code throws an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,connectapi.feedelementpage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 57
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:57"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 57
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:57"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 50
                },
                "end": {
                  "line": 0,
                  "character": 56
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:50"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,connectapi.feedelementpage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:90"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:90"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 70
                },
                "end": {
                  "line": 0,
                  "character": 80
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:70"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,connectapi.feedelementpage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 108
              },
              "end": {
                "line": 0,
                "character": 126
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:108"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 108
              },
              "end": {
                "line": 0,
                "character": 126
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:108"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 100
                },
                "end": {
                  "line": 0,
                  "character": 107
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:100"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,connectapi.feedelementpage).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 151
              },
              "end": {
                "line": 0,
                "character": 158
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:151"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 151
              },
              "end": {
                "line": 0,
                "character": 158
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:151"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 128
                },
                "end": {
                  "line": 0,
                  "character": 138
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:128"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,connectapi.feedelementpage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 167
              },
              "end": {
                "line": 0,
                "character": 176
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:167"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 167
              },
              "end": {
                "line": 0,
                "character": 176
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:167"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 160
                },
                "end": {
                  "line": 0,
                  "character": 166
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:160"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,connectapi.feedelementpage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 186
              },
              "end": {
                "line": 0,
                "character": 194
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:186"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 186
              },
              "end": {
                "line": 0,
                "character": 194
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:186"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 178
                },
                "end": {
                  "line": 0,
                  "character": 185
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:178"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,connectapi.feedelementpage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 221
              },
              "end": {
                "line": 0,
                "character": 230
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:221"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 221
              },
              "end": {
                "line": 0,
                "character": 230
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:221"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 196
                },
                "end": {
                  "line": 0,
                  "character": 206
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:196"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "filter": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,connectapi.feedelementpage).varParam.filter",
          "nodeType": "variable",
          "name": "filter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 254
              },
              "end": {
                "line": 0,
                "character": 260
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:254"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 254
              },
              "end": {
                "line": 0,
                "character": 260
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:254"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedFilter",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedFilter",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 232
                },
                "end": {
                  "line": 0,
                  "character": 242
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:232"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedFilter"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 289
              },
              "end": {
                "line": 0,
                "character": 295
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:289"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 289
              },
              "end": {
                "line": 0,
                "character": 295
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:289"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 262
                },
                "end": {
                  "line": 0,
                  "character": 272
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:262"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. The only valid value is Home. Maximum number of comments to return with each feed element. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. Specifies the feed filters.  AllQuestions—Feed elements that are questions.   AuthoredBy—Feed elements authored by the user profile owner. This value is valid only for the UserProfile feed.   CommunityScoped—Feed elements that are scoped to communities. Currently, these feed elements have a User or a Group parent record. However, other parent record types could be scoped to communities in the future. Feed elements that are always visible in all communities are filtered out. This value is valid only for the UserProfile feed.   QuestionsWithCandidateAnswers—Feed elements that are questions that have candidate answers associated with them. This value is valid only for users with the Access Einstein-Generated Answers permission.    QuestionsWithCandidateAnswers​ReviewedPublished—Feed elements that are questions that have candidate answers that have been reviewed or published. This value is valid only for users with the Access Einstein-Generated Answers permission.   Read—Feed elements that are older than 30 days or are marked as read for the context user. Includes existing feed elements when the context user joined the group. This value is valid only for the Record feed of a group.   SolvedQuestions—Feed elements that are questions and that have a best answer.   UnansweredQuestions—Feed elements that are questions and that don’t have any answers.   UnansweredQuestionsWithCandidate​Answers—Feed elements that are questions that don’t have answers but have candidate answers associated with them. This value is valid only for users with the Access Einstein-Generated Answers permission.   Unread—Feed elements that are created in the past 30 days and aren’t marked as read for the context user. This value is valid only for the Record feed of a group.   UnsolvedQuestions—Feed elements that are questions and that don’t have a best answer.    The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestGetFeedElementsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFeedElementsFromFeed",
        "textToLower": "settestgetfeedelementsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFeedElementsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 210,
      "memberOrder": 210,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedFilter filter, Boolean threadedCommentsCollapsed, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestGetFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedFilter filter, Boolean threadedCommentsCollapsed, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestGetFeedElementsFromFeed(String,ConnectApi.FeedType,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,ConnectApi.FeedFilter,Boolean,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when the matching ConnectApi.getFeedElementsFromFeed method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean,connectapi.feedelementpage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 57
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:57"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 57
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:57"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 50
                },
                "end": {
                  "line": 0,
                  "character": 56
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:50"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean,connectapi.feedelementpage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:90"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:90"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 70
                },
                "end": {
                  "line": 0,
                  "character": 80
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:70"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean,connectapi.feedelementpage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 108
              },
              "end": {
                "line": 0,
                "character": 126
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:108"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 108
              },
              "end": {
                "line": 0,
                "character": 126
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:108"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 100
                },
                "end": {
                  "line": 0,
                  "character": 107
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:100"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean,connectapi.feedelementpage).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 151
              },
              "end": {
                "line": 0,
                "character": 158
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:151"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 151
              },
              "end": {
                "line": 0,
                "character": 158
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:151"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 128
                },
                "end": {
                  "line": 0,
                  "character": 138
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:128"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean,connectapi.feedelementpage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 167
              },
              "end": {
                "line": 0,
                "character": 176
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:167"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 167
              },
              "end": {
                "line": 0,
                "character": 176
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:167"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 160
                },
                "end": {
                  "line": 0,
                  "character": 166
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:160"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean,connectapi.feedelementpage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 186
              },
              "end": {
                "line": 0,
                "character": 194
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:186"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 186
              },
              "end": {
                "line": 0,
                "character": 194
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:186"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean,connectapi.feedelementpage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 178
                },
                "end": {
                  "line": 0,
                  "character": 185
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:178"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean,connectapi.feedelementpage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 221
              },
              "end": {
                "line": 0,
                "character": 230
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:221"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 221
              },
              "end": {
                "line": 0,
                "character": 230
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:221"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean,connectapi.feedelementpage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 196
                },
                "end": {
                  "line": 0,
                  "character": 206
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:196"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "filter": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean,connectapi.feedelementpage).varParam.filter",
          "nodeType": "variable",
          "name": "filter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 254
              },
              "end": {
                "line": 0,
                "character": 260
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:254"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 254
              },
              "end": {
                "line": 0,
                "character": 260
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:254"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean,connectapi.feedelementpage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedFilter",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedFilter",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 232
                },
                "end": {
                  "line": 0,
                  "character": 242
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:232"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedFilter"
          },
          "scope": null
        },
        "threadedcommentscollapsed": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean,connectapi.feedelementpage).varParam.threadedcommentscollapsed",
          "nodeType": "variable",
          "name": "threadedCommentsCollapsed",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "threadedCommentsCollapsed",
            "textToLower": "threadedcommentscollapsed",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 270
              },
              "end": {
                "line": 0,
                "character": 295
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_threadedCommentsCollapsed_0:270"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "threadedCommentsCollapsed",
            "textToLower": "threadedcommentscollapsed",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 270
              },
              "end": {
                "line": 0,
                "character": 295
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_threadedCommentsCollapsed_0:270"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean,connectapi.feedelementpage)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 262
                },
                "end": {
                  "line": 0,
                  "character": 269
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:262"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 324
              },
              "end": {
                "line": 0,
                "character": 330
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:324"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 324
              },
              "end": {
                "line": 0,
                "character": 330
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:324"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean,connectapi.feedelementpage)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 297
                },
                "end": {
                  "line": 0,
                  "character": 307
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:297"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. The only valid value is Home. The maximum number of comments to return with each feed item. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. Specifies the feed filters.  AllQuestions—Feed elements that are questions.   AuthoredBy—Feed elements authored by the user profile owner. This value is valid only for the UserProfile feed.   CommunityScoped—Feed elements that are scoped to communities. Currently, these feed elements have a User or a Group parent record. However, other parent record types could be scoped to communities in the future. Feed elements that are always visible in all communities are filtered out. This value is valid only for the UserProfile feed.   QuestionsWithCandidateAnswers—Feed elements that are questions that have candidate answers associated with them. This value is valid only for users with the Access Einstein-Generated Answers permission.    QuestionsWithCandidateAnswers​ReviewedPublished—Feed elements that are questions that have candidate answers that have been reviewed or published. This value is valid only for users with the Access Einstein-Generated Answers permission.   Read—Feed elements that are older than 30 days or are marked as read for the context user. Includes existing feed elements when the context user joined the group. This value is valid only for the Record feed of a group.   SolvedQuestions—Feed elements that are questions and that have a best answer.   UnansweredQuestions—Feed elements that are questions and that don’t have any answers.   UnansweredQuestionsWithCandidate​Answers—Feed elements that are questions that don’t have answers but have candidate answers associated with them. This value is valid only for users with the Access Einstein-Generated Answers permission.   Unread—Feed elements that are created in the past 30 days and aren’t marked as read for the context user. This value is valid only for the Record feed of a group.   UnsolvedQuestions—Feed elements that are questions and that don’t have a best answer.     Specifies whether to return threaded comments in a collapsed style (true) or not (false). If you pass in null, the default is false. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestGetFeedElementsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFeedElementsFromFeed",
        "textToLower": "settestgetfeedelementsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFeedElementsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 211,
      "memberOrder": 211,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestGetFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestGetFeedElementsFromFeed(String,ConnectApi.FeedType,String,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when getFeedElementsFromFeed is called with matching parameters in a test context. Use the get feed method with the same parameters or the code throws an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,connectapi.feedelementpage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 57
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:57"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 57
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:57"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 50
                },
                "end": {
                  "line": 0,
                  "character": 56
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:50"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,connectapi.feedelementpage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:90"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:90"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 70
                },
                "end": {
                  "line": 0,
                  "character": 80
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:70"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,connectapi.feedelementpage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 107
              },
              "end": {
                "line": 0,
                "character": 116
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:107"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 107
              },
              "end": {
                "line": 0,
                "character": 116
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:107"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 100
                },
                "end": {
                  "line": 0,
                  "character": 106
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:100"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 145
              },
              "end": {
                "line": 0,
                "character": 151
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:145"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 145
              },
              "end": {
                "line": 0,
                "character": 151
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:145"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 118
                },
                "end": {
                  "line": 0,
                  "character": 128
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:118"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "Use either the ID for a community, internal, or null. The feed type. The ID of the context user or the alias me. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestGetFeedElementsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFeedElementsFromFeed",
        "textToLower": "settestgetfeedelementsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFeedElementsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 212,
      "memberOrder": 212,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestGetFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestGetFeedElementsFromFeed(String,ConnectApi.FeedType,String,String,Integer,ConnectApi.FeedSortOrder,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when getFeedElementsFromFeed is called with matching parameters in a test context. Use the get feed method with the same parameters or the code throws an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 57
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:57"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 57
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:57"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 50
                },
                "end": {
                  "line": 0,
                  "character": 56
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:50"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:90"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:90"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 70
                },
                "end": {
                  "line": 0,
                  "character": 80
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:70"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 107
              },
              "end": {
                "line": 0,
                "character": 116
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:107"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 107
              },
              "end": {
                "line": 0,
                "character": 116
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:107"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 100
                },
                "end": {
                  "line": 0,
                  "character": 106
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:100"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 125
              },
              "end": {
                "line": 0,
                "character": 134
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:125"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 125
              },
              "end": {
                "line": 0,
                "character": 134
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:125"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 118
                },
                "end": {
                  "line": 0,
                  "character": 124
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:118"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 144
              },
              "end": {
                "line": 0,
                "character": 152
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:144"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 144
              },
              "end": {
                "line": 0,
                "character": 152
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:144"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 136
                },
                "end": {
                  "line": 0,
                  "character": 143
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:136"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 179
              },
              "end": {
                "line": 0,
                "character": 188
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:179"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 179
              },
              "end": {
                "line": 0,
                "character": 188
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:179"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 154
                },
                "end": {
                  "line": 0,
                  "character": 164
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:154"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 217
              },
              "end": {
                "line": 0,
                "character": 223
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:217"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 217
              },
              "end": {
                "line": 0,
                "character": 223
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:217"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 190
                },
                "end": {
                  "line": 0,
                  "character": 200
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:190"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values include every ConnectApi.FeedType except Company, DirectMessageModeration, DirectMessages, Filter, Home, Landing, Moderation, and PendingReview. If feedType is Record, subjectId can be any record ID, including a group ID. If feedType is Streams, subjectId must be a stream ID. If feedType is Topics, subjectId must be a topic ID. If feedType is UserProfile, subjectId can be any user ID. If the feedType is any other value, subjectId must be the ID of the context user or the alias me. The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestGetFeedElementsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFeedElementsFromFeed",
        "textToLower": "settestgetfeedelementsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFeedElementsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 213,
      "memberOrder": 213,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestGetFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestGetFeedElementsFromFeed(String,ConnectApi.FeedType,String,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when getFeedElementsFromFeed is called with matching parameters in a test context. Use the get feed method with the same parameters or the code throws an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 57
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:57"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 57
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:57"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 50
                },
                "end": {
                  "line": 0,
                  "character": 56
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:50"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:90"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:90"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 70
                },
                "end": {
                  "line": 0,
                  "character": 80
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:70"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 107
              },
              "end": {
                "line": 0,
                "character": 116
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:107"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 107
              },
              "end": {
                "line": 0,
                "character": 116
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:107"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 100
                },
                "end": {
                  "line": 0,
                  "character": 106
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:100"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 144
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:126"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 144
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:126"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 118
                },
                "end": {
                  "line": 0,
                  "character": 125
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:118"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 169
              },
              "end": {
                "line": 0,
                "character": 176
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:169"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 169
              },
              "end": {
                "line": 0,
                "character": 176
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:169"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 146
                },
                "end": {
                  "line": 0,
                  "character": 156
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:146"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 185
              },
              "end": {
                "line": 0,
                "character": 194
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:185"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 185
              },
              "end": {
                "line": 0,
                "character": 194
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:185"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 178
                },
                "end": {
                  "line": 0,
                  "character": 184
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:178"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 204
              },
              "end": {
                "line": 0,
                "character": 212
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:204"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 204
              },
              "end": {
                "line": 0,
                "character": 212
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:204"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 196
                },
                "end": {
                  "line": 0,
                  "character": 203
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:196"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 239
              },
              "end": {
                "line": 0,
                "character": 248
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:239"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 239
              },
              "end": {
                "line": 0,
                "character": 248
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:239"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 214
                },
                "end": {
                  "line": 0,
                  "character": 224
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:214"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 277
              },
              "end": {
                "line": 0,
                "character": 283
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:277"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 277
              },
              "end": {
                "line": 0,
                "character": 283
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:277"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 250
                },
                "end": {
                  "line": 0,
                  "character": 260
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:250"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values include every ConnectApi.FeedType except Company, DirectMessageModeration, DirectMessages, Filter, Home, Landing, Moderation, and PendingReview. If feedType is Record, subjectId can be any record ID, including a group ID. If feedType is Streams, subjectId must be a stream ID. If feedType is Topics, subjectId must be a topic ID. If feedType is UserProfile, subjectId can be any user ID. If the feedType is any other value, subjectId must be the ID of the context user or the alias me. Maximum number of comments to return with each feed element. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestGetFeedElementsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFeedElementsFromFeed",
        "textToLower": "settestgetfeedelementsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFeedElementsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 214,
      "memberOrder": 214,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, Boolean showInternalOnly, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestGetFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, Boolean showInternalOnly, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestGetFeedElementsFromFeed(String,ConnectApi.FeedType,String,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,Boolean,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when getFeedElementsFromFeed is called with matching parameters in a test context. Use the get feed method with the same parameters or the code throws an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedelementpage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 57
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:57"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 57
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:57"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 50
                },
                "end": {
                  "line": 0,
                  "character": 56
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:50"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedelementpage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:90"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:90"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 70
                },
                "end": {
                  "line": 0,
                  "character": 80
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:70"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedelementpage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 107
              },
              "end": {
                "line": 0,
                "character": 116
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:107"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 107
              },
              "end": {
                "line": 0,
                "character": 116
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:107"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 100
                },
                "end": {
                  "line": 0,
                  "character": 106
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:100"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedelementpage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 144
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:126"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 144
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:126"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 118
                },
                "end": {
                  "line": 0,
                  "character": 125
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:118"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedelementpage).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 169
              },
              "end": {
                "line": 0,
                "character": 176
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:169"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 169
              },
              "end": {
                "line": 0,
                "character": 176
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:169"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 146
                },
                "end": {
                  "line": 0,
                  "character": 156
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:146"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedelementpage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 185
              },
              "end": {
                "line": 0,
                "character": 194
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:185"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 185
              },
              "end": {
                "line": 0,
                "character": 194
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:185"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedelementpage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 178
                },
                "end": {
                  "line": 0,
                  "character": 184
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:178"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedelementpage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 204
              },
              "end": {
                "line": 0,
                "character": 212
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:204"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 204
              },
              "end": {
                "line": 0,
                "character": 212
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:204"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedelementpage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 196
                },
                "end": {
                  "line": 0,
                  "character": 203
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:196"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedelementpage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 239
              },
              "end": {
                "line": 0,
                "character": 248
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:239"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 239
              },
              "end": {
                "line": 0,
                "character": 248
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:239"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedelementpage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 214
                },
                "end": {
                  "line": 0,
                  "character": 224
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:214"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "showinternalonly": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedelementpage).varParam.showinternalonly",
          "nodeType": "variable",
          "name": "showInternalOnly",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 258
              },
              "end": {
                "line": 0,
                "character": 274
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:258"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 258
              },
              "end": {
                "line": 0,
                "character": 274
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:258"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedelementpage)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 250
                },
                "end": {
                  "line": 0,
                  "character": 257
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:250"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 303
              },
              "end": {
                "line": 0,
                "character": 309
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:303"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 303
              },
              "end": {
                "line": 0,
                "character": 309
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:303"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedelementpage)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 276
                },
                "end": {
                  "line": 0,
                  "character": 286
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:276"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "Use either the ID for a community, internal, or null. Value must be ConnectApi.FeedType.Record. Any record ID, including a group ID. The maximum number of comments to return with each feed item. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. Specifies whether to show only feed items from internal (non-community) users (true), or not (false). The default value is false. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestGetFeedElementsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "",
        "textToLower": "",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function__-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 215,
      "memberOrder": 215,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedFilter filter, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestGetFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedFilter filter, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestGetFeedElementsFromFeed(String,ConnectApi.FeedType,String,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,ConnectApi.FeedFilter,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds..datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when getFeedElementsFromFeed is called with matching parameters in a test context. Use the method with the same parameters or the code throws an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,connectapi.feedelementpage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 57
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:57"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 57
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:57"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 50
                },
                "end": {
                  "line": 0,
                  "character": 56
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:50"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,connectapi.feedelementpage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:90"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:90"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 70
                },
                "end": {
                  "line": 0,
                  "character": 80
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:70"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,connectapi.feedelementpage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 107
              },
              "end": {
                "line": 0,
                "character": 116
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:107"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 107
              },
              "end": {
                "line": 0,
                "character": 116
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:107"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 100
                },
                "end": {
                  "line": 0,
                  "character": 106
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:100"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,connectapi.feedelementpage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 144
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:126"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 144
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:126"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 118
                },
                "end": {
                  "line": 0,
                  "character": 125
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:118"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,connectapi.feedelementpage).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 169
              },
              "end": {
                "line": 0,
                "character": 176
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:169"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 169
              },
              "end": {
                "line": 0,
                "character": 176
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:169"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 146
                },
                "end": {
                  "line": 0,
                  "character": 156
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:146"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,connectapi.feedelementpage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 185
              },
              "end": {
                "line": 0,
                "character": 194
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:185"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 185
              },
              "end": {
                "line": 0,
                "character": 194
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:185"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 178
                },
                "end": {
                  "line": 0,
                  "character": 184
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:178"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,connectapi.feedelementpage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 204
              },
              "end": {
                "line": 0,
                "character": 212
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:204"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 204
              },
              "end": {
                "line": 0,
                "character": 212
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:204"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 196
                },
                "end": {
                  "line": 0,
                  "character": 203
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:196"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,connectapi.feedelementpage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 239
              },
              "end": {
                "line": 0,
                "character": 248
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:239"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 239
              },
              "end": {
                "line": 0,
                "character": 248
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:239"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 214
                },
                "end": {
                  "line": 0,
                  "character": 224
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:214"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "filter": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,connectapi.feedelementpage).varParam.filter",
          "nodeType": "variable",
          "name": "filter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 272
              },
              "end": {
                "line": 0,
                "character": 278
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:272"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 272
              },
              "end": {
                "line": 0,
                "character": 278
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:272"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.ConnectApi.FeedFilter",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedFilter",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 250
                },
                "end": {
                  "line": 0,
                  "character": 260
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:250"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedFilter"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 307
              },
              "end": {
                "line": 0,
                "character": 313
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:307"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 307
              },
              "end": {
                "line": 0,
                "character": 313
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:307"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 280
                },
                "end": {
                  "line": 0,
                  "character": 290
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:280"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "Use either the ID for a community, internal, or null. Value must be ConnectApi.FeedType.UserProfile. The ID of any user. To specify the context user, use the user ID or the alias me. Maximum number of comments to return with each feed element. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. Value must be ConnectApi.FeedFilter.CommunityScoped. Filters the feed to include only feed elements that are scoped to communities. Feed elements that are always visible in all communities are filtered out. Currently, feed elements scoped to communities have a User or a Group parent record. However, other parent record types could be scoped to communities in the future. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestGetFeedElementsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFeedElementsFromFeed",
        "textToLower": "settestgetfeedelementsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFeedElementsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 216,
      "memberOrder": 216,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedFilter filter, Boolean threadedCommentsCollapsed, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestGetFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedFilter filter, Boolean threadedCommentsCollapsed, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestGetFeedElementsFromFeed(String,ConnectApi.FeedType,String,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,ConnectApi.FeedFilter,Boolean,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when the matching ConnectApi.getFeedElementsFromFeed method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean,connectapi.feedelementpage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 57
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:57"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 57
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:57"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 50
                },
                "end": {
                  "line": 0,
                  "character": 56
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:50"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean,connectapi.feedelementpage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:90"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:90"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 70
                },
                "end": {
                  "line": 0,
                  "character": 80
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:70"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean,connectapi.feedelementpage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 107
              },
              "end": {
                "line": 0,
                "character": 116
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:107"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 107
              },
              "end": {
                "line": 0,
                "character": 116
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:107"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 100
                },
                "end": {
                  "line": 0,
                  "character": 106
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:100"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean,connectapi.feedelementpage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 144
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:126"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 144
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:126"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 118
                },
                "end": {
                  "line": 0,
                  "character": 125
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:118"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean,connectapi.feedelementpage).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 169
              },
              "end": {
                "line": 0,
                "character": 176
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:169"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 169
              },
              "end": {
                "line": 0,
                "character": 176
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:169"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 146
                },
                "end": {
                  "line": 0,
                  "character": 156
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:146"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean,connectapi.feedelementpage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 185
              },
              "end": {
                "line": 0,
                "character": 194
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:185"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 185
              },
              "end": {
                "line": 0,
                "character": 194
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:185"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean,connectapi.feedelementpage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 178
                },
                "end": {
                  "line": 0,
                  "character": 184
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:178"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean,connectapi.feedelementpage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 204
              },
              "end": {
                "line": 0,
                "character": 212
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:204"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 204
              },
              "end": {
                "line": 0,
                "character": 212
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:204"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean,connectapi.feedelementpage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 196
                },
                "end": {
                  "line": 0,
                  "character": 203
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:196"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean,connectapi.feedelementpage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 239
              },
              "end": {
                "line": 0,
                "character": 248
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:239"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 239
              },
              "end": {
                "line": 0,
                "character": 248
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:239"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean,connectapi.feedelementpage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 214
                },
                "end": {
                  "line": 0,
                  "character": 224
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:214"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "filter": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean,connectapi.feedelementpage).varParam.filter",
          "nodeType": "variable",
          "name": "filter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 272
              },
              "end": {
                "line": 0,
                "character": 278
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:272"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 272
              },
              "end": {
                "line": 0,
                "character": 278
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:272"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean,connectapi.feedelementpage)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedFilter",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedFilter",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 250
                },
                "end": {
                  "line": 0,
                  "character": 260
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:250"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedFilter"
          },
          "scope": null
        },
        "threadedcommentscollapsed": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean,connectapi.feedelementpage).varParam.threadedcommentscollapsed",
          "nodeType": "variable",
          "name": "threadedCommentsCollapsed",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "threadedCommentsCollapsed",
            "textToLower": "threadedcommentscollapsed",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 288
              },
              "end": {
                "line": 0,
                "character": 313
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_threadedCommentsCollapsed_0:288"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "threadedCommentsCollapsed",
            "textToLower": "threadedcommentscollapsed",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 288
              },
              "end": {
                "line": 0,
                "character": 313
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_threadedCommentsCollapsed_0:288"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean,connectapi.feedelementpage)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 280
                },
                "end": {
                  "line": 0,
                  "character": 287
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:280"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 342
              },
              "end": {
                "line": 0,
                "character": 348
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:342"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 342
              },
              "end": {
                "line": 0,
                "character": 348
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:342"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedfilter,boolean,connectapi.feedelementpage)",
          "order": 11,
          "memberOrder": 11,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 315
                },
                "end": {
                  "line": 0,
                  "character": 325
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:315"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "Use either the ID for a community, internal, or null. Value must be ConnectApi.FeedType.UserProfile. The ID of any user. To specify the context user, use the user ID or the alias me. Maximum number of comments to return with each feed element. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. Value must be ConnectApi.FeedFilter.CommunityScoped. Filters the feed to include only feed elements that are scoped to communities. Feed elements that are always visible in all communities are filtered out. Currently, feed elements scoped to communities have a User or a Group parent record. However, other parent record types could be scoped to communities in the future.  Specifies whether to return threaded comments in a collapsed style (true) or not (false). If you pass in null, the default is false. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestGetFeedElementsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "",
        "textToLower": "",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function__-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 217,
      "memberOrder": 217,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String customFilter, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestGetFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String customFilter, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestGetFeedElementsFromFeed(String,ConnectApi.FeedType,String,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,String,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds..datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when getFeedElementsFromFeed is called with matching parameters in a test context. Use the get feed method with the same parameters or the code throws an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 57
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:57"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 57
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:57"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 50
                },
                "end": {
                  "line": 0,
                  "character": 56
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:50"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:90"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:90"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 70
                },
                "end": {
                  "line": 0,
                  "character": 80
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:70"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 107
              },
              "end": {
                "line": 0,
                "character": 116
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:107"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 107
              },
              "end": {
                "line": 0,
                "character": 116
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:107"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 100
                },
                "end": {
                  "line": 0,
                  "character": 106
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:100"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 144
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:126"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 144
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:126"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 118
                },
                "end": {
                  "line": 0,
                  "character": 125
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:118"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 169
              },
              "end": {
                "line": 0,
                "character": 176
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:169"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 169
              },
              "end": {
                "line": 0,
                "character": 176
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:169"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 146
                },
                "end": {
                  "line": 0,
                  "character": 156
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:146"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 185
              },
              "end": {
                "line": 0,
                "character": 194
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:185"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 185
              },
              "end": {
                "line": 0,
                "character": 194
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:185"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 178
                },
                "end": {
                  "line": 0,
                  "character": 184
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:178"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 204
              },
              "end": {
                "line": 0,
                "character": 212
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:204"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 204
              },
              "end": {
                "line": 0,
                "character": 212
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:204"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 196
                },
                "end": {
                  "line": 0,
                  "character": 203
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:196"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 239
              },
              "end": {
                "line": 0,
                "character": 248
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:239"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 239
              },
              "end": {
                "line": 0,
                "character": 248
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:239"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 214
                },
                "end": {
                  "line": 0,
                  "character": 224
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:214"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "customfilter": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.customfilter",
          "nodeType": "variable",
          "name": "customFilter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "customFilter",
            "textToLower": "customfilter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 257
              },
              "end": {
                "line": 0,
                "character": 269
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_customFilter_0:257"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "customFilter",
            "textToLower": "customfilter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 257
              },
              "end": {
                "line": 0,
                "character": 269
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_customFilter_0:257"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 250
                },
                "end": {
                  "line": 0,
                  "character": 256
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:250"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 298
              },
              "end": {
                "line": 0,
                "character": 304
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:298"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 298
              },
              "end": {
                "line": 0,
                "character": 304
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:298"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 271
                },
                "end": {
                  "line": 0,
                  "character": 281
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:271"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "Use either the ID for a community, internal, or null. Value must be ConnectApi.FeedType.Record. The ID of a case. Maximum number of comments to return with each feed element. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. Custom filter that applies only to the case feed. See customFeedFilter in the Metadata API Developer Guide for supported values. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestGetFeedElementsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFeedElementsFromFeed",
        "textToLower": "settestgetfeedelementsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFeedElementsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 218,
      "memberOrder": 218,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, Boolean showInternalOnly, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestGetFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, Boolean showInternalOnly, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestGetFeedElementsFromFeed(String,ConnectApi.FeedType,String,Integer,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,Boolean,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when getFeedElementsFromFeed is called with matching parameters in a test context. Use the get feed method with the same parameters or the code throws an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedelementpage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 57
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:57"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 57
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:57"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 50
                },
                "end": {
                  "line": 0,
                  "character": 56
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:50"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedelementpage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:90"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:90"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 70
                },
                "end": {
                  "line": 0,
                  "character": 80
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:70"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedelementpage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 107
              },
              "end": {
                "line": 0,
                "character": 116
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:107"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 107
              },
              "end": {
                "line": 0,
                "character": 116
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:107"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 100
                },
                "end": {
                  "line": 0,
                  "character": 106
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:100"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedelementpage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 144
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:126"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 144
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:126"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 118
                },
                "end": {
                  "line": 0,
                  "character": 125
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:118"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "elementsperbundle": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedelementpage).varParam.elementsperbundle",
          "nodeType": "variable",
          "name": "elementsPerBundle",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 154
              },
              "end": {
                "line": 0,
                "character": 171
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:154"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 154
              },
              "end": {
                "line": 0,
                "character": 171
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:154"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 146
                },
                "end": {
                  "line": 0,
                  "character": 153
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:146"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedelementpage).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 196
              },
              "end": {
                "line": 0,
                "character": 203
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:196"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 196
              },
              "end": {
                "line": 0,
                "character": 203
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:196"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedelementpage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 173
                },
                "end": {
                  "line": 0,
                  "character": 183
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:173"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedelementpage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 212
              },
              "end": {
                "line": 0,
                "character": 221
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:212"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 212
              },
              "end": {
                "line": 0,
                "character": 221
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:212"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedelementpage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 205
                },
                "end": {
                  "line": 0,
                  "character": 211
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:205"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedelementpage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 231
              },
              "end": {
                "line": 0,
                "character": 239
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:231"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 231
              },
              "end": {
                "line": 0,
                "character": 239
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:231"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedelementpage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 223
                },
                "end": {
                  "line": 0,
                  "character": 230
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:223"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedelementpage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 266
              },
              "end": {
                "line": 0,
                "character": 275
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:266"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 266
              },
              "end": {
                "line": 0,
                "character": 275
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:266"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedelementpage)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 241
                },
                "end": {
                  "line": 0,
                  "character": 251
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:241"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "showinternalonly": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedelementpage).varParam.showinternalonly",
          "nodeType": "variable",
          "name": "showInternalOnly",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 285
              },
              "end": {
                "line": 0,
                "character": 301
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:285"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 285
              },
              "end": {
                "line": 0,
                "character": 301
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:285"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedelementpage)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 277
                },
                "end": {
                  "line": 0,
                  "character": 284
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:277"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 330
              },
              "end": {
                "line": 0,
                "character": 336
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:330"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 330
              },
              "end": {
                "line": 0,
                "character": 336
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:330"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedelementpage)",
          "order": 11,
          "memberOrder": 11,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 303
                },
                "end": {
                  "line": 0,
                  "character": 313
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:303"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "Use either the ID for a community, internal, or null. Value must be ConnectApi.FeedType.Record. Any record ID, including a group ID. The maximum number of comments to return with each feed item. The default value is 3. Maximum number of feed elements per bundle. The default and maximum value is 10. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. Specifies whether to show only feed items from internal (non-community) users (true), or not (false). The default value is false. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestGetFeedElementsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFeedElementsFromFeed",
        "textToLower": "settestgetfeedelementsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFeedElementsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 219,
      "memberOrder": 219,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, Boolean showInternalOnly, ConnectApi.FeedFilter filter, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestGetFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, Boolean showInternalOnly, ConnectApi.FeedFilter filter, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestGetFeedElementsFromFeed(String,ConnectApi.FeedType,String,Integer,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,Boolean,ConnectApi.FeedFilter,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when getFeedElementsFromFeed is called with matching parameters in a test context. Use the get feed method with the same parameters or the code throws an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,connectapi.feedelementpage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 57
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:57"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 57
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:57"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 50
                },
                "end": {
                  "line": 0,
                  "character": 56
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:50"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,connectapi.feedelementpage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:90"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:90"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 70
                },
                "end": {
                  "line": 0,
                  "character": 80
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:70"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,connectapi.feedelementpage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 107
              },
              "end": {
                "line": 0,
                "character": 116
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:107"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 107
              },
              "end": {
                "line": 0,
                "character": 116
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:107"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 100
                },
                "end": {
                  "line": 0,
                  "character": 106
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:100"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,connectapi.feedelementpage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 144
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:126"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 144
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:126"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 118
                },
                "end": {
                  "line": 0,
                  "character": 125
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:118"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "elementsperbundle": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,connectapi.feedelementpage).varParam.elementsperbundle",
          "nodeType": "variable",
          "name": "elementsPerBundle",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 154
              },
              "end": {
                "line": 0,
                "character": 171
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:154"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 154
              },
              "end": {
                "line": 0,
                "character": 171
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:154"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 146
                },
                "end": {
                  "line": 0,
                  "character": 153
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:146"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,connectapi.feedelementpage).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 196
              },
              "end": {
                "line": 0,
                "character": 203
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:196"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 196
              },
              "end": {
                "line": 0,
                "character": 203
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:196"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 173
                },
                "end": {
                  "line": 0,
                  "character": 183
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:173"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,connectapi.feedelementpage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 212
              },
              "end": {
                "line": 0,
                "character": 221
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:212"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 212
              },
              "end": {
                "line": 0,
                "character": 221
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:212"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 205
                },
                "end": {
                  "line": 0,
                  "character": 211
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:205"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,connectapi.feedelementpage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 231
              },
              "end": {
                "line": 0,
                "character": 239
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:231"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 231
              },
              "end": {
                "line": 0,
                "character": 239
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:231"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 223
                },
                "end": {
                  "line": 0,
                  "character": 230
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:223"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,connectapi.feedelementpage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 266
              },
              "end": {
                "line": 0,
                "character": 275
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:266"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 266
              },
              "end": {
                "line": 0,
                "character": 275
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:266"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 241
                },
                "end": {
                  "line": 0,
                  "character": 251
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:241"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "showinternalonly": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,connectapi.feedelementpage).varParam.showinternalonly",
          "nodeType": "variable",
          "name": "showInternalOnly",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 285
              },
              "end": {
                "line": 0,
                "character": 301
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:285"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 285
              },
              "end": {
                "line": 0,
                "character": 301
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:285"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 277
                },
                "end": {
                  "line": 0,
                  "character": 284
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:277"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "scope": null
        },
        "filter": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,connectapi.feedelementpage).varParam.filter",
          "nodeType": "variable",
          "name": "filter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 325
              },
              "end": {
                "line": 0,
                "character": 331
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:325"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 325
              },
              "end": {
                "line": 0,
                "character": 331
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:325"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 11,
          "memberOrder": 11,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedFilter",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedFilter",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 303
                },
                "end": {
                  "line": 0,
                  "character": 313
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:303"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedFilter"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 360
              },
              "end": {
                "line": 0,
                "character": 366
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:360"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 360
              },
              "end": {
                "line": 0,
                "character": 366
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:360"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 12,
          "memberOrder": 12,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 333
                },
                "end": {
                  "line": 0,
                  "character": 343
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:333"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "Use either the ID for a community, internal, or null. Value must be ConnectApi.FeedType.Record. Any record ID, including a group ID. The maximum number of comments to return with each feed item. The default value is 3. Maximum number of feed elements per bundle. The default and maximum value is 10. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. Specifies whether to show only feed items from internal (non-community) users (true), or not (false). The default value is false. Specifies the feed filters.  AllQuestions—Feed elements that are questions.   AuthoredBy—Feed elements authored by the user profile owner. This value is valid only for the UserProfile feed.   CommunityScoped—Feed elements that are scoped to communities. Currently, these feed elements have a User or a Group parent record. However, other parent record types could be scoped to communities in the future. Feed elements that are always visible in all communities are filtered out. This value is valid only for the UserProfile feed.   QuestionsWithCandidateAnswers—Feed elements that are questions that have candidate answers associated with them. This value is valid only for users with the Access Einstein-Generated Answers permission.    QuestionsWithCandidateAnswers​ReviewedPublished—Feed elements that are questions that have candidate answers that have been reviewed or published. This value is valid only for users with the Access Einstein-Generated Answers permission.   Read—Feed elements that are older than 30 days or are marked as read for the context user. Includes existing feed elements when the context user joined the group. This value is valid only for the Record feed of a group.   SolvedQuestions—Feed elements that are questions and that have a best answer.   UnansweredQuestions—Feed elements that are questions and that don’t have any answers.   UnansweredQuestionsWithCandidate​Answers—Feed elements that are questions that don’t have answers but have candidate answers associated with them. This value is valid only for users with the Access Einstein-Generated Answers permission.   Unread—Feed elements that are created in the past 30 days and aren’t marked as read for the context user. This value is valid only for the Record feed of a group.   UnsolvedQuestions—Feed elements that are questions and that don’t have a best answer.    The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestGetFeedElementsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFeedElementsFromFeed",
        "textToLower": "settestgetfeedelementsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFeedElementsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 220,
      "memberOrder": 220,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, Boolean showInternalOnly, ConnectApi.FeedFilter filter, Boolean threadedCommentsCollapsed, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestGetFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, Boolean showInternalOnly, ConnectApi.FeedFilter filter, Boolean threadedCommentsCollapsed, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestGetFeedElementsFromFeed(String,ConnectApi.FeedType,String,Integer,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,Boolean,ConnectApi.FeedFilter,Boolean,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when getFeedElementsFromFeed is called with matching parameters in a test context. Use the get feed method with the same parameters or the code throws an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean,connectapi.feedelementpage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 57
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:57"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 57
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:57"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 50
                },
                "end": {
                  "line": 0,
                  "character": 56
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:50"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean,connectapi.feedelementpage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:90"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:90"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 70
                },
                "end": {
                  "line": 0,
                  "character": 80
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:70"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean,connectapi.feedelementpage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 107
              },
              "end": {
                "line": 0,
                "character": 116
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:107"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 107
              },
              "end": {
                "line": 0,
                "character": 116
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:107"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 100
                },
                "end": {
                  "line": 0,
                  "character": 106
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:100"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean,connectapi.feedelementpage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 144
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:126"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 144
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:126"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 118
                },
                "end": {
                  "line": 0,
                  "character": 125
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:118"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "elementsperbundle": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean,connectapi.feedelementpage).varParam.elementsperbundle",
          "nodeType": "variable",
          "name": "elementsPerBundle",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 154
              },
              "end": {
                "line": 0,
                "character": 171
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:154"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 154
              },
              "end": {
                "line": 0,
                "character": 171
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:154"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 146
                },
                "end": {
                  "line": 0,
                  "character": 153
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:146"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean,connectapi.feedelementpage).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 196
              },
              "end": {
                "line": 0,
                "character": 203
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:196"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 196
              },
              "end": {
                "line": 0,
                "character": 203
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:196"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean,connectapi.feedelementpage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 173
                },
                "end": {
                  "line": 0,
                  "character": 183
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:173"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean,connectapi.feedelementpage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 212
              },
              "end": {
                "line": 0,
                "character": 221
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:212"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 212
              },
              "end": {
                "line": 0,
                "character": 221
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:212"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean,connectapi.feedelementpage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 205
                },
                "end": {
                  "line": 0,
                  "character": 211
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:205"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean,connectapi.feedelementpage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 231
              },
              "end": {
                "line": 0,
                "character": 239
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:231"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 231
              },
              "end": {
                "line": 0,
                "character": 239
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:231"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean,connectapi.feedelementpage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 223
                },
                "end": {
                  "line": 0,
                  "character": 230
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:223"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean,connectapi.feedelementpage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 266
              },
              "end": {
                "line": 0,
                "character": 275
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:266"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 266
              },
              "end": {
                "line": 0,
                "character": 275
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:266"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean,connectapi.feedelementpage)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 241
                },
                "end": {
                  "line": 0,
                  "character": 251
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:241"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "showinternalonly": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean,connectapi.feedelementpage).varParam.showinternalonly",
          "nodeType": "variable",
          "name": "showInternalOnly",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 285
              },
              "end": {
                "line": 0,
                "character": 301
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:285"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 285
              },
              "end": {
                "line": 0,
                "character": 301
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:285"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean,connectapi.feedelementpage)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 277
                },
                "end": {
                  "line": 0,
                  "character": 284
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:277"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "scope": null
        },
        "filter": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean,connectapi.feedelementpage).varParam.filter",
          "nodeType": "variable",
          "name": "filter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 325
              },
              "end": {
                "line": 0,
                "character": 331
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:325"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 325
              },
              "end": {
                "line": 0,
                "character": 331
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:325"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean,connectapi.feedelementpage)",
          "order": 11,
          "memberOrder": 11,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedFilter",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedFilter",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 303
                },
                "end": {
                  "line": 0,
                  "character": 313
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:303"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedFilter"
          },
          "scope": null
        },
        "threadedcommentscollapsed": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean,connectapi.feedelementpage).varParam.threadedcommentscollapsed",
          "nodeType": "variable",
          "name": "threadedCommentsCollapsed",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "threadedCommentsCollapsed",
            "textToLower": "threadedcommentscollapsed",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 341
              },
              "end": {
                "line": 0,
                "character": 366
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_threadedCommentsCollapsed_0:341"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "threadedCommentsCollapsed",
            "textToLower": "threadedcommentscollapsed",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 341
              },
              "end": {
                "line": 0,
                "character": 366
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_threadedCommentsCollapsed_0:341"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean,connectapi.feedelementpage)",
          "order": 12,
          "memberOrder": 12,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 333
                },
                "end": {
                  "line": 0,
                  "character": 340
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:333"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 395
              },
              "end": {
                "line": 0,
                "character": 401
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:395"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 395
              },
              "end": {
                "line": 0,
                "character": 401
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:395"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feedfilter,boolean,connectapi.feedelementpage)",
          "order": 13,
          "memberOrder": 13,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 368
                },
                "end": {
                  "line": 0,
                  "character": 378
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:368"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "Use either the ID for a community, internal, or null. Value must be ConnectApi.FeedType.Record. Any record ID, including a group ID. The maximum number of comments to return with each feed item. The default value is 3. Maximum number of feed elements per bundle. The default and maximum value is 10. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. Specifies whether to show only feed items from internal (non-community) users (true), or not (false). The default value is false. Specifies the feed filters.  AllQuestions—Feed elements that are questions.   AuthoredBy—Feed elements authored by the user profile owner. This value is valid only for the UserProfile feed.   CommunityScoped—Feed elements that are scoped to communities. Currently, these feed elements have a User or a Group parent record. However, other parent record types could be scoped to communities in the future. Feed elements that are always visible in all communities are filtered out. This value is valid only for the UserProfile feed.   QuestionsWithCandidateAnswers—Feed elements that are questions that have candidate answers associated with them. This value is valid only for users with the Access Einstein-Generated Answers permission.    QuestionsWithCandidateAnswers​ReviewedPublished—Feed elements that are questions that have candidate answers that have been reviewed or published. This value is valid only for users with the Access Einstein-Generated Answers permission.   Read—Feed elements that are older than 30 days or are marked as read for the context user. Includes existing feed elements when the context user joined the group. This value is valid only for the Record feed of a group.   SolvedQuestions—Feed elements that are questions and that have a best answer.   UnansweredQuestions—Feed elements that are questions and that don’t have any answers.   UnansweredQuestionsWithCandidate​Answers—Feed elements that are questions that don’t have answers but have candidate answers associated with them. This value is valid only for users with the Access Einstein-Generated Answers permission.   Unread—Feed elements that are created in the past 30 days and aren’t marked as read for the context user. This value is valid only for the Record feed of a group.   UnsolvedQuestions—Feed elements that are questions and that don’t have a best answer.     Specifies whether to return threaded comments in a collapsed style (true) or not (false). If you pass in null, the default is false. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestGetFeedElementsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFeedElementsFromFeed",
        "textToLower": "settestgetfeedelementsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFeedElementsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 221,
      "memberOrder": 221,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, Boolean showInternalOnly, String customFilter, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestGetFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, Boolean showInternalOnly, String customFilter, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestGetFeedElementsFromFeed(String,ConnectApi.FeedType,String,Integer,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,Boolean,String,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when getFeedElementsFromFeed is called with matching parameters in a test context. Use the get feed method with the same parameters or the code throws an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,connectapi.feedelementpage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 57
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:57"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 57
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:57"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 50
                },
                "end": {
                  "line": 0,
                  "character": 56
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:50"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,connectapi.feedelementpage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:90"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:90"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 70
                },
                "end": {
                  "line": 0,
                  "character": 80
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:70"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,connectapi.feedelementpage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 107
              },
              "end": {
                "line": 0,
                "character": 116
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:107"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 107
              },
              "end": {
                "line": 0,
                "character": 116
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:107"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 100
                },
                "end": {
                  "line": 0,
                  "character": 106
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:100"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,connectapi.feedelementpage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 144
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:126"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 144
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:126"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 118
                },
                "end": {
                  "line": 0,
                  "character": 125
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:118"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "elementsperbundle": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,connectapi.feedelementpage).varParam.elementsperbundle",
          "nodeType": "variable",
          "name": "elementsPerBundle",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 154
              },
              "end": {
                "line": 0,
                "character": 171
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:154"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 154
              },
              "end": {
                "line": 0,
                "character": 171
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:154"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 146
                },
                "end": {
                  "line": 0,
                  "character": 153
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:146"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,connectapi.feedelementpage).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 196
              },
              "end": {
                "line": 0,
                "character": 203
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:196"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 196
              },
              "end": {
                "line": 0,
                "character": 203
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:196"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,connectapi.feedelementpage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 173
                },
                "end": {
                  "line": 0,
                  "character": 183
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:173"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,connectapi.feedelementpage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 212
              },
              "end": {
                "line": 0,
                "character": 221
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:212"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 212
              },
              "end": {
                "line": 0,
                "character": 221
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:212"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,connectapi.feedelementpage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 205
                },
                "end": {
                  "line": 0,
                  "character": 211
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:205"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,connectapi.feedelementpage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 231
              },
              "end": {
                "line": 0,
                "character": 239
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:231"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 231
              },
              "end": {
                "line": 0,
                "character": 239
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:231"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,connectapi.feedelementpage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 223
                },
                "end": {
                  "line": 0,
                  "character": 230
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:223"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,connectapi.feedelementpage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 266
              },
              "end": {
                "line": 0,
                "character": 275
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:266"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 266
              },
              "end": {
                "line": 0,
                "character": 275
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:266"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,connectapi.feedelementpage)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 241
                },
                "end": {
                  "line": 0,
                  "character": 251
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:241"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "showinternalonly": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,connectapi.feedelementpage).varParam.showinternalonly",
          "nodeType": "variable",
          "name": "showInternalOnly",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 285
              },
              "end": {
                "line": 0,
                "character": 301
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:285"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 285
              },
              "end": {
                "line": 0,
                "character": 301
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:285"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,connectapi.feedelementpage)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 277
                },
                "end": {
                  "line": 0,
                  "character": 284
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:277"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "scope": null
        },
        "customfilter": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,connectapi.feedelementpage).varParam.customfilter",
          "nodeType": "variable",
          "name": "customFilter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "customFilter",
            "textToLower": "customfilter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 310
              },
              "end": {
                "line": 0,
                "character": 322
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_customFilter_0:310"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "customFilter",
            "textToLower": "customfilter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 310
              },
              "end": {
                "line": 0,
                "character": 322
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_customFilter_0:310"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,connectapi.feedelementpage)",
          "order": 11,
          "memberOrder": 11,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 303
                },
                "end": {
                  "line": 0,
                  "character": 309
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:303"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 351
              },
              "end": {
                "line": 0,
                "character": 357
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:351"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 351
              },
              "end": {
                "line": 0,
                "character": 357
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:351"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,connectapi.feedelementpage)",
          "order": 12,
          "memberOrder": 12,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 324
                },
                "end": {
                  "line": 0,
                  "character": 334
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:324"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "Use either the ID for a community, internal, or null. Value must be ConnectApi.FeedType.Record. The ID of a case. The maximum number of comments to return with each feed item. The default value is 3. Maximum number of feed elements per bundle. The default and maximum value is 10. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. Specifies whether to show only feed items from internal (non-community) users (true), or not (false). The default value is false. Custom filter that applies only to the case feed. See customFeedFilter in the Metadata API Developer Guide for supported values. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestGetFeedElementsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFeedElementsFromFeed",
        "textToLower": "settestgetfeedelementsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFeedElementsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 222,
      "memberOrder": 222,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, Boolean showInternalOnly, String customFilter, Boolean threadedCommentsCollapsed, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestGetFeedElementsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, Boolean showInternalOnly, String customFilter, Boolean threadedCommentsCollapsed, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestGetFeedElementsFromFeed(String,ConnectApi.FeedType,String,Integer,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,Boolean,String,Boolean,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when the matching ConnectApi.getFeedElementsFromFeed method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean,connectapi.feedelementpage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 57
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:57"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 57
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:57"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 50
                },
                "end": {
                  "line": 0,
                  "character": 56
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:50"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean,connectapi.feedelementpage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:90"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 90
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:90"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 70
                },
                "end": {
                  "line": 0,
                  "character": 80
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:70"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean,connectapi.feedelementpage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 107
              },
              "end": {
                "line": 0,
                "character": 116
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:107"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 107
              },
              "end": {
                "line": 0,
                "character": 116
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:107"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 100
                },
                "end": {
                  "line": 0,
                  "character": 106
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:100"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean,connectapi.feedelementpage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 144
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:126"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 144
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:126"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 118
                },
                "end": {
                  "line": 0,
                  "character": 125
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:118"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "elementsperbundle": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean,connectapi.feedelementpage).varParam.elementsperbundle",
          "nodeType": "variable",
          "name": "elementsPerBundle",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 154
              },
              "end": {
                "line": 0,
                "character": 171
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:154"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 154
              },
              "end": {
                "line": 0,
                "character": 171
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:154"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 146
                },
                "end": {
                  "line": 0,
                  "character": 153
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:146"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean,connectapi.feedelementpage).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 196
              },
              "end": {
                "line": 0,
                "character": 203
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:196"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 196
              },
              "end": {
                "line": 0,
                "character": 203
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:196"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean,connectapi.feedelementpage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 173
                },
                "end": {
                  "line": 0,
                  "character": 183
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:173"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean,connectapi.feedelementpage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 212
              },
              "end": {
                "line": 0,
                "character": 221
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:212"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 212
              },
              "end": {
                "line": 0,
                "character": 221
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:212"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean,connectapi.feedelementpage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 205
                },
                "end": {
                  "line": 0,
                  "character": 211
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:205"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean,connectapi.feedelementpage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 231
              },
              "end": {
                "line": 0,
                "character": 239
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:231"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 231
              },
              "end": {
                "line": 0,
                "character": 239
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:231"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean,connectapi.feedelementpage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 223
                },
                "end": {
                  "line": 0,
                  "character": 230
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:223"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean,connectapi.feedelementpage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 266
              },
              "end": {
                "line": 0,
                "character": 275
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:266"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 266
              },
              "end": {
                "line": 0,
                "character": 275
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:266"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean,connectapi.feedelementpage)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 241
                },
                "end": {
                  "line": 0,
                  "character": 251
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:241"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "showinternalonly": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean,connectapi.feedelementpage).varParam.showinternalonly",
          "nodeType": "variable",
          "name": "showInternalOnly",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 285
              },
              "end": {
                "line": 0,
                "character": 301
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:285"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 285
              },
              "end": {
                "line": 0,
                "character": 301
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:285"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean,connectapi.feedelementpage)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 277
                },
                "end": {
                  "line": 0,
                  "character": 284
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:277"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "scope": null
        },
        "customfilter": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean,connectapi.feedelementpage).varParam.customfilter",
          "nodeType": "variable",
          "name": "customFilter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "customFilter",
            "textToLower": "customfilter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 310
              },
              "end": {
                "line": 0,
                "character": 322
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_customFilter_0:310"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "customFilter",
            "textToLower": "customfilter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 310
              },
              "end": {
                "line": 0,
                "character": 322
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_customFilter_0:310"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean,connectapi.feedelementpage)",
          "order": 11,
          "memberOrder": 11,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 303
                },
                "end": {
                  "line": 0,
                  "character": 309
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:303"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "threadedcommentscollapsed": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean,connectapi.feedelementpage).varParam.threadedcommentscollapsed",
          "nodeType": "variable",
          "name": "threadedCommentsCollapsed",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "threadedCommentsCollapsed",
            "textToLower": "threadedcommentscollapsed",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 332
              },
              "end": {
                "line": 0,
                "character": 357
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_threadedCommentsCollapsed_0:332"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "threadedCommentsCollapsed",
            "textToLower": "threadedcommentscollapsed",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 332
              },
              "end": {
                "line": 0,
                "character": 357
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_threadedCommentsCollapsed_0:332"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean,connectapi.feedelementpage)",
          "order": 12,
          "memberOrder": 12,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 324
                },
                "end": {
                  "line": 0,
                  "character": 331
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:324"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 386
              },
              "end": {
                "line": 0,
                "character": 392
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:386"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 386
              },
              "end": {
                "line": 0,
                "character": 392
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:386"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfeed(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,string,boolean,connectapi.feedelementpage)",
          "order": 13,
          "memberOrder": 13,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 359
                },
                "end": {
                  "line": 0,
                  "character": 369
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:359"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "Use either the ID for a community, internal, or null. Value must be ConnectApi.FeedType.Record. The ID of a case. The maximum number of comments to return with each feed item. The default value is 3. Maximum number of feed elements per bundle. The default and maximum value is 10. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. Specifies whether to show only feed items from internal (non-community) users (true), or not (false). The default value is false. Custom filter that applies only to the case feed. See customFeedFilter in the Metadata API Developer Guide for supported values.  Specifies whether to return threaded comments in a collapsed style (true) or not (false). If you pass in null, the default is false. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeedelementsfromfilterfeed(string,string,string,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeed(string,string,string,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestGetFeedElementsFromFilterFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFeedElementsFromFilterFeed",
        "textToLower": "settestgetfeedelementsfromfilterfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFeedElementsFromFilterFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 223,
      "memberOrder": 223,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFeedElementsFromFilterFeed(String communityId, String subjectId, String keyPrefix, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestGetFeedElementsFromFilterFeed(String communityId, String subjectId, String keyPrefix, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestGetFeedElementsFromFilterFeed(String,String,String,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when the matching getFeedElements​​FromFilterFeed method is called in a test context. Use the method with the same parameters or the code throws an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeed(string,string,string,connectapi.feedelementpage).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.chatterfeeds.method.settestgetfeedelementsfromfilterfeed(string,string,string,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeed.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.chatterfeeds.settestgetfeedelementsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeed(string,string,string,connectapi.feedelementpage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 83
              },
              "end": {
                "line": 0,
                "character": 92
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:83"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 83
              },
              "end": {
                "line": 0,
                "character": 92
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:83"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeed(string,string,string,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeed.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.chatterfeeds.settestgetfeedelementsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "keyprefix": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeed(string,string,string,connectapi.feedelementpage).varParam.keyprefix",
          "nodeType": "variable",
          "name": "keyPrefix",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 101
              },
              "end": {
                "line": 0,
                "character": 110
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:101"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 101
              },
              "end": {
                "line": 0,
                "character": 110
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:101"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeed(string,string,string,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 94
                },
                "end": {
                  "line": 0,
                  "character": 100
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:94"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeed(string,string,string,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 139
              },
              "end": {
                "line": 0,
                "character": 145
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:139"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 139
              },
              "end": {
                "line": 0,
                "character": 145
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:139"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeed(string,string,string,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeed.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 112
                },
                "end": {
                  "line": 0,
                  "character": 122
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:112"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the context user or the alias me. A key prefix that specifies record type. A key prefix is the first three characters in the object ID, which specifies the object type. For example, User objects have a prefix of 005 and Group objects have a prefix of 0F9. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeedelementsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestGetFeedElementsFromFilterFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFeedElementsFromFilterFeed",
        "textToLower": "settestgetfeedelementsfromfilterfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFeedElementsFromFilterFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 224,
      "memberOrder": 224,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFeedElementsFromFilterFeed(String communityId, String subjectId, String keyPrefix, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestGetFeedElementsFromFilterFeed(String communityId, String subjectId, String keyPrefix, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestGetFeedElementsFromFilterFeed(String,String,String,String,Integer,ConnectApi.FeedSortOrder,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when the matching getFeedElements​​FromFilterFeed method is called in a test context. Use the method with the same parameters or the code throws an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).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.chatterfeeds.method.settestgetfeedelementsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeed.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.chatterfeeds.settestgetfeedelementsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 83
              },
              "end": {
                "line": 0,
                "character": 92
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:83"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 83
              },
              "end": {
                "line": 0,
                "character": 92
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:83"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeed.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.chatterfeeds.settestgetfeedelementsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "keyprefix": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.keyprefix",
          "nodeType": "variable",
          "name": "keyPrefix",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 101
              },
              "end": {
                "line": 0,
                "character": 110
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:101"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 101
              },
              "end": {
                "line": 0,
                "character": 110
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:101"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 94
                },
                "end": {
                  "line": 0,
                  "character": 100
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:94"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 119
              },
              "end": {
                "line": 0,
                "character": 128
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:119"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 119
              },
              "end": {
                "line": 0,
                "character": 128
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:119"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 112
                },
                "end": {
                  "line": 0,
                  "character": 118
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:112"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 138
              },
              "end": {
                "line": 0,
                "character": 146
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:138"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 138
              },
              "end": {
                "line": 0,
                "character": 146
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:138"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 130
                },
                "end": {
                  "line": 0,
                  "character": 137
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:130"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 173
              },
              "end": {
                "line": 0,
                "character": 182
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:173"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 173
              },
              "end": {
                "line": 0,
                "character": 182
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:173"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 148
                },
                "end": {
                  "line": 0,
                  "character": 158
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:148"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 211
              },
              "end": {
                "line": 0,
                "character": 217
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:211"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 211
              },
              "end": {
                "line": 0,
                "character": 217
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:211"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeed.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 184
                },
                "end": {
                  "line": 0,
                  "character": 194
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:184"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the context user or the alias me. A key prefix that specifies record type. A key prefix is the first three characters in the object ID, which specifies the object type. For example, User objects have a prefix of 005 and Group objects have a prefix of 0F9. The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeedelementsfromfilterfeed(string,string,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeed(string,string,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestGetFeedElementsFromFilterFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFeedElementsFromFilterFeed",
        "textToLower": "settestgetfeedelementsfromfilterfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFeedElementsFromFilterFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 225,
      "memberOrder": 225,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFeedElementsFromFilterFeed(String communityId, String subjectId, String keyPrefix, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestGetFeedElementsFromFilterFeed(String communityId, String subjectId, String keyPrefix, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestGetFeedElementsFromFilterFeed(String,String,String,Integer,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when the matching getFeedElements​​FromFilterFeed method is called in a test context. Use the method with the same parameters or the code throws an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeed(string,string,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).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.chatterfeeds.method.settestgetfeedelementsfromfilterfeed(string,string,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeed.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.chatterfeeds.settestgetfeedelementsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeed(string,string,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 83
              },
              "end": {
                "line": 0,
                "character": 92
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:83"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 83
              },
              "end": {
                "line": 0,
                "character": 92
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:83"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeed(string,string,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeed.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.chatterfeeds.settestgetfeedelementsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "keyprefix": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeed(string,string,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.keyprefix",
          "nodeType": "variable",
          "name": "keyPrefix",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 101
              },
              "end": {
                "line": 0,
                "character": 110
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:101"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 101
              },
              "end": {
                "line": 0,
                "character": 110
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:101"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeed(string,string,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 94
                },
                "end": {
                  "line": 0,
                  "character": 100
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:94"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeed(string,string,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 120
              },
              "end": {
                "line": 0,
                "character": 138
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:120"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 120
              },
              "end": {
                "line": 0,
                "character": 138
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:120"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeed(string,string,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 112
                },
                "end": {
                  "line": 0,
                  "character": 119
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:112"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "elementsperbundle": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeed(string,string,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.elementsperbundle",
          "nodeType": "variable",
          "name": "elementsPerBundle",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 148
              },
              "end": {
                "line": 0,
                "character": 165
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:148"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 148
              },
              "end": {
                "line": 0,
                "character": 165
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:148"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeed(string,string,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 140
                },
                "end": {
                  "line": 0,
                  "character": 147
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:140"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeed(string,string,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 190
              },
              "end": {
                "line": 0,
                "character": 197
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:190"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 190
              },
              "end": {
                "line": 0,
                "character": 197
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:190"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeed(string,string,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 167
                },
                "end": {
                  "line": 0,
                  "character": 177
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:167"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeed(string,string,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 206
              },
              "end": {
                "line": 0,
                "character": 215
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:206"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 206
              },
              "end": {
                "line": 0,
                "character": 215
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:206"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeed(string,string,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 199
                },
                "end": {
                  "line": 0,
                  "character": 205
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:199"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeed(string,string,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 225
              },
              "end": {
                "line": 0,
                "character": 233
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:225"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 225
              },
              "end": {
                "line": 0,
                "character": 233
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:225"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeed(string,string,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 217
                },
                "end": {
                  "line": 0,
                  "character": 224
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:217"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeed(string,string,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 260
              },
              "end": {
                "line": 0,
                "character": 269
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:260"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 260
              },
              "end": {
                "line": 0,
                "character": 269
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:260"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeed(string,string,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 235
                },
                "end": {
                  "line": 0,
                  "character": 245
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:235"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeed(string,string,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 298
              },
              "end": {
                "line": 0,
                "character": 304
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:298"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 298
              },
              "end": {
                "line": 0,
                "character": 304
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:298"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeed(string,string,string,integer,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeed.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 271
                },
                "end": {
                  "line": 0,
                  "character": 281
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:271"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the context user or the alias me. A key prefix that specifies record type. A key prefix is the first three characters in the object ID, which specifies the object type. For example, User objects have a prefix of 005 and Group objects have a prefix of 0F9. Maximum number of comments to return with each feed element. The default value is 3. Maximum number of feed elements per bundle. The default and maximum value is 10. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeedelementsfromfilterfeedupdatedsince(string,string,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeedupdatedsince(string,string,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestGetFeedElementsFromFilterFeedUpdatedSince",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFeedElementsFromFilterFeedUpdatedSince",
        "textToLower": "settestgetfeedelementsfromfilterfeedupdatedsince",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFeedElementsFromFilterFeedUpdatedSince_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 226,
      "memberOrder": 226,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFeedElementsFromFilterFeedUpdatedSince(String communityId, String subjectId, String keyPrefix, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestGetFeedElementsFromFilterFeedUpdatedSince(String communityId, String subjectId, String keyPrefix, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestGetFeedElementsFromFilterFeedUpdatedSince(String,String,String,Integer,Integer,ConnectApi.FeedDensity,String,Integer,String,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeedupdatedsince.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeedupdatedsince",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when the getFeedElementsFromFilterFeedUpdatedSince method is called in a test context.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeedupdatedsince(string,string,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 75
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:75"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 75
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:75"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeedupdatedsince(string,string,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeedupdatedsince.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.chatterfeeds.settestgetfeedelementsfromfilterfeedupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeedupdatedsince(string,string,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 104
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:95"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 104
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:95"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeedupdatedsince(string,string,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeedupdatedsince.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.chatterfeeds.settestgetfeedelementsfromfilterfeedupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "keyprefix": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeedupdatedsince(string,string,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage).varParam.keyprefix",
          "nodeType": "variable",
          "name": "keyPrefix",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 113
              },
              "end": {
                "line": 0,
                "character": 122
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:113"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 113
              },
              "end": {
                "line": 0,
                "character": 122
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:113"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeedupdatedsince(string,string,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeedupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 106
                },
                "end": {
                  "line": 0,
                  "character": 112
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:106"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeedupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeedupdatedsince(string,string,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 132
              },
              "end": {
                "line": 0,
                "character": 150
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:132"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 132
              },
              "end": {
                "line": 0,
                "character": 150
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:132"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeedupdatedsince(string,string,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeedupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 124
                },
                "end": {
                  "line": 0,
                  "character": 131
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:124"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeedupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "elementsperbundle": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeedupdatedsince(string,string,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage).varParam.elementsperbundle",
          "nodeType": "variable",
          "name": "elementsPerBundle",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 160
              },
              "end": {
                "line": 0,
                "character": 177
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:160"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 160
              },
              "end": {
                "line": 0,
                "character": 177
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:160"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeedupdatedsince(string,string,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeedupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 152
                },
                "end": {
                  "line": 0,
                  "character": 159
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:152"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeedupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeedupdatedsince(string,string,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 202
              },
              "end": {
                "line": 0,
                "character": 209
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:202"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 202
              },
              "end": {
                "line": 0,
                "character": 209
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:202"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeedupdatedsince(string,string,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeedupdatedsince.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 179
                },
                "end": {
                  "line": 0,
                  "character": 189
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:179"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeedupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeedupdatedsince(string,string,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 218
              },
              "end": {
                "line": 0,
                "character": 227
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:218"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 218
              },
              "end": {
                "line": 0,
                "character": 227
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:218"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeedupdatedsince(string,string,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeedupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 211
                },
                "end": {
                  "line": 0,
                  "character": 217
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:211"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeedupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeedupdatedsince(string,string,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 237
              },
              "end": {
                "line": 0,
                "character": 245
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:237"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 237
              },
              "end": {
                "line": 0,
                "character": 245
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:237"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeedupdatedsince(string,string,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeedupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 229
                },
                "end": {
                  "line": 0,
                  "character": 236
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:229"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeedupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "updatedsince": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeedupdatedsince(string,string,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage).varParam.updatedsince",
          "nodeType": "variable",
          "name": "updatedSince",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 254
              },
              "end": {
                "line": 0,
                "character": 266
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:254"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 254
              },
              "end": {
                "line": 0,
                "character": 266
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:254"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeedupdatedsince(string,string,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeedupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 247
                },
                "end": {
                  "line": 0,
                  "character": 253
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:247"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeedupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeedupdatedsince(string,string,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 295
              },
              "end": {
                "line": 0,
                "character": 301
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:295"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 295
              },
              "end": {
                "line": 0,
                "character": 301
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:295"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsfromfilterfeedupdatedsince(string,string,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeedupdatedsince.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 268
                },
                "end": {
                  "line": 0,
                  "character": 278
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:268"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsfromfilterfeedupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the context user or the alias me. A key prefix that specifies record type. A key prefix is the first three characters in the object ID, which specifies the object type. For example, User objects have a prefix of 005 and Group objects have a prefix of 0F9. Maximum number of comments to return with each feed element. The default value is 3. Maximum number of feed elements per bundle. The default and maximum value is 10. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. An opaque token defining the modification time stamp of the feed and the sort order.The updatedSince parameter doesn’t return feed elements that are created in the same second as the call.  The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestGetFeedElementsUpdatedSince",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFeedElementsUpdatedSince",
        "textToLower": "settestgetfeedelementsupdatedsince",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFeedElementsUpdatedSince_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 227,
      "memberOrder": 227,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestGetFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestGetFeedElementsUpdatedSince(String,ConnectApi.FeedType,Integer,ConnectApi.FeedDensity,String,Integer,String,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when getFeedElementsUpdatedSince is called with matching parameters in a test context. Use the method with the same parameters or the code throws an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 54
                },
                "end": {
                  "line": 0,
                  "character": 60
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:54"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 102
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:94"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 102
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:94"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 74
                },
                "end": {
                  "line": 0,
                  "character": 84
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:74"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 112
              },
              "end": {
                "line": 0,
                "character": 130
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:112"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 112
              },
              "end": {
                "line": 0,
                "character": 130
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:112"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.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.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 155
              },
              "end": {
                "line": 0,
                "character": 162
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:155"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 155
              },
              "end": {
                "line": 0,
                "character": 162
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:155"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 132
                },
                "end": {
                  "line": 0,
                  "character": 142
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:132"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 171
              },
              "end": {
                "line": 0,
                "character": 180
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:171"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 171
              },
              "end": {
                "line": 0,
                "character": 180
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:171"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 164
                },
                "end": {
                  "line": 0,
                  "character": 170
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:164"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 190
              },
              "end": {
                "line": 0,
                "character": 198
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:190"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 190
              },
              "end": {
                "line": 0,
                "character": 198
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:190"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 182
                },
                "end": {
                  "line": 0,
                  "character": 189
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:182"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "updatedsince": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage).varParam.updatedsince",
          "nodeType": "variable",
          "name": "updatedSince",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 207
              },
              "end": {
                "line": 0,
                "character": 219
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:207"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 207
              },
              "end": {
                "line": 0,
                "character": 219
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:207"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 200
                },
                "end": {
                  "line": 0,
                  "character": 206
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:200"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 248
              },
              "end": {
                "line": 0,
                "character": 254
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:248"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 248
              },
              "end": {
                "line": 0,
                "character": 254
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:248"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 221
                },
                "end": {
                  "line": 0,
                  "character": 231
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:221"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values are Company, DirectMessageModeration, Home, Moderation, and PendingReview. Maximum number of comments to return with each feed element. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. An opaque token containing information about the last modified date of the feed. Do not construct this token. Retrieve this token from the updatesToken property of the ConnectApi.FeedElementPage response body.The updatedSince parameter doesn’t return feed elements that are created in the same second as the call.  The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestGetFeedElementsUpdatedSince",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFeedElementsUpdatedSince",
        "textToLower": "settestgetfeedelementsupdatedsince",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFeedElementsUpdatedSince_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 228,
      "memberOrder": 228,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, ConnectApi.FeedFilter filter, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestGetFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, ConnectApi.FeedFilter filter, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestGetFeedElementsUpdatedSince(String,ConnectApi.FeedType,Integer,ConnectApi.FeedDensity,String,Integer,String,ConnectApi.FeedFilter,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when getFeedElementsUpdatedSince is called with matching parameters in a test context. Use the method with the same parameters or the code throws an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter,connectapi.feedelementpage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 54
                },
                "end": {
                  "line": 0,
                  "character": 60
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:54"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter,connectapi.feedelementpage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 102
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:94"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 102
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:94"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 74
                },
                "end": {
                  "line": 0,
                  "character": 84
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:74"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter,connectapi.feedelementpage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 112
              },
              "end": {
                "line": 0,
                "character": 130
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:112"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 112
              },
              "end": {
                "line": 0,
                "character": 130
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:112"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.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.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter,connectapi.feedelementpage).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 155
              },
              "end": {
                "line": 0,
                "character": 162
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:155"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 155
              },
              "end": {
                "line": 0,
                "character": 162
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:155"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 132
                },
                "end": {
                  "line": 0,
                  "character": 142
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:132"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter,connectapi.feedelementpage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 171
              },
              "end": {
                "line": 0,
                "character": 180
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:171"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 171
              },
              "end": {
                "line": 0,
                "character": 180
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:171"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 164
                },
                "end": {
                  "line": 0,
                  "character": 170
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:164"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter,connectapi.feedelementpage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 190
              },
              "end": {
                "line": 0,
                "character": 198
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:190"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 190
              },
              "end": {
                "line": 0,
                "character": 198
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:190"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 182
                },
                "end": {
                  "line": 0,
                  "character": 189
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:182"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "updatedsince": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter,connectapi.feedelementpage).varParam.updatedsince",
          "nodeType": "variable",
          "name": "updatedSince",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 207
              },
              "end": {
                "line": 0,
                "character": 219
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:207"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 207
              },
              "end": {
                "line": 0,
                "character": 219
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:207"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 200
                },
                "end": {
                  "line": 0,
                  "character": 206
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:200"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "filter": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter,connectapi.feedelementpage).varParam.filter",
          "nodeType": "variable",
          "name": "filter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 243
              },
              "end": {
                "line": 0,
                "character": 249
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:243"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 243
              },
              "end": {
                "line": 0,
                "character": 249
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:243"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.ConnectApi.FeedFilter",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedFilter",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 221
                },
                "end": {
                  "line": 0,
                  "character": 231
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:221"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedFilter"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 278
              },
              "end": {
                "line": 0,
                "character": 284
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:278"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 278
              },
              "end": {
                "line": 0,
                "character": 284
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:278"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 251
                },
                "end": {
                  "line": 0,
                  "character": 261
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:251"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values are Company, DirectMessageModeration, DirectMessages, Home, Moderation, and PendingReview. Maximum number of comments to return with each feed element. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. An opaque token containing information about the last modified date of the feed. Do not construct this token. Retrieve this token from the updatesToken property of the ConnectApi.FeedElementPage response body.The updatedSince parameter doesn’t return feed elements that are created in the same second as the call.  Specifies the feed filters.  AllQuestions—Feed elements that are questions.   AuthoredBy—Feed elements authored by the user profile owner. This value is valid only for the UserProfile feed.   CommunityScoped—Feed elements that are scoped to communities. Currently, these feed elements have a User or a Group parent record. However, other parent record types could be scoped to communities in the future. Feed elements that are always visible in all communities are filtered out. This value is valid only for the UserProfile feed.   QuestionsWithCandidateAnswers—Feed elements that are questions that have candidate answers associated with them. This value is valid only for users with the Access Einstein-Generated Answers permission.    QuestionsWithCandidateAnswers​ReviewedPublished—Feed elements that are questions that have candidate answers that have been reviewed or published. This value is valid only for users with the Access Einstein-Generated Answers permission.   Read—Feed elements that are older than 30 days or are marked as read for the context user. Includes existing feed elements when the context user joined the group. This value is valid only for the Record feed of a group.   SolvedQuestions—Feed elements that are questions and that have a best answer.   UnansweredQuestions—Feed elements that are questions and that don’t have any answers.   UnansweredQuestionsWithCandidate​Answers—Feed elements that are questions that don’t have answers but have candidate answers associated with them. This value is valid only for users with the Access Einstein-Generated Answers permission.   Unread—Feed elements that are created in the past 30 days and aren’t marked as read for the context user. This value is valid only for the Record feed of a group.   UnsolvedQuestions—Feed elements that are questions and that don’t have a best answer.    The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestGetFeedElementsUpdatedSince",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFeedElementsUpdatedSince",
        "textToLower": "settestgetfeedelementsupdatedsince",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFeedElementsUpdatedSince_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 229,
      "memberOrder": 229,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestGetFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestGetFeedElementsUpdatedSince(String,ConnectApi.FeedType,String,Integer,ConnectApi.FeedDensity,String,Integer,String,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when getFeedElementsUpdatedSince is called with matching parameters in a test context. Use the method with the same parameters or the code throws an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 54
                },
                "end": {
                  "line": 0,
                  "character": 60
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:54"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 102
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:94"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 102
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:94"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 74
                },
                "end": {
                  "line": 0,
                  "character": 84
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:74"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 111
              },
              "end": {
                "line": 0,
                "character": 120
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:111"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 111
              },
              "end": {
                "line": 0,
                "character": 120
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:111"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.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.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 130
              },
              "end": {
                "line": 0,
                "character": 148
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:130"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 130
              },
              "end": {
                "line": 0,
                "character": 148
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:130"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 122
                },
                "end": {
                  "line": 0,
                  "character": 129
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:122"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 173
              },
              "end": {
                "line": 0,
                "character": 180
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:173"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 173
              },
              "end": {
                "line": 0,
                "character": 180
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:173"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 150
                },
                "end": {
                  "line": 0,
                  "character": 160
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:150"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 189
              },
              "end": {
                "line": 0,
                "character": 198
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:189"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 189
              },
              "end": {
                "line": 0,
                "character": 198
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:189"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 182
                },
                "end": {
                  "line": 0,
                  "character": 188
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:182"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 208
              },
              "end": {
                "line": 0,
                "character": 216
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:208"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 208
              },
              "end": {
                "line": 0,
                "character": 216
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:208"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 200
                },
                "end": {
                  "line": 0,
                  "character": 207
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:200"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "updatedsince": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage).varParam.updatedsince",
          "nodeType": "variable",
          "name": "updatedSince",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 225
              },
              "end": {
                "line": 0,
                "character": 237
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:225"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 225
              },
              "end": {
                "line": 0,
                "character": 237
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:225"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 218
                },
                "end": {
                  "line": 0,
                  "character": 224
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:218"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 266
              },
              "end": {
                "line": 0,
                "character": 272
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:266"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 266
              },
              "end": {
                "line": 0,
                "character": 272
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:266"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,connectapi.feedelementpage)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 239
                },
                "end": {
                  "line": 0,
                  "character": 249
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:239"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "Use either the ID for a community, internal, or null. One of these values: Files  Groups  News  People  Record    If feedType is ConnectApi.Record, subjectId can be any record ID, including a group ID. Otherwise, it must be the context user or the alias me. The maximum number of comments to return with each feed item. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. An opaque token containing information about the last modified date of the feed. Do not construct this token. Retrieve this token from the updatesToken property of the ConnectApi.FeedElementPage response body.The updatedSince parameter doesn’t return feed elements that are created in the same second as the call.  The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestGetFeedElementsUpdatedSince",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFeedElementsUpdatedSince",
        "textToLower": "settestgetfeedelementsupdatedsince",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFeedElementsUpdatedSince_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 230,
      "memberOrder": 230,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, Boolean showInternalOnly, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestGetFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, Boolean showInternalOnly, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestGetFeedElementsUpdatedSince(String,ConnectApi.FeedType,String,Integer,ConnectApi.FeedDensity,String,Integer,String,Boolean,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when getFeedElementsUpdatedSince is called with matching parameters in a test context. Use the method with the same parameters or the code throws an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedelementpage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 54
                },
                "end": {
                  "line": 0,
                  "character": 60
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:54"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedelementpage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 102
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:94"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 102
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:94"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 74
                },
                "end": {
                  "line": 0,
                  "character": 84
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:74"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedelementpage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 111
              },
              "end": {
                "line": 0,
                "character": 120
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:111"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 111
              },
              "end": {
                "line": 0,
                "character": 120
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:111"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.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.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedelementpage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 130
              },
              "end": {
                "line": 0,
                "character": 148
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:130"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 130
              },
              "end": {
                "line": 0,
                "character": 148
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:130"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 122
                },
                "end": {
                  "line": 0,
                  "character": 129
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:122"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedelementpage).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 173
              },
              "end": {
                "line": 0,
                "character": 180
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:173"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 173
              },
              "end": {
                "line": 0,
                "character": 180
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:173"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 150
                },
                "end": {
                  "line": 0,
                  "character": 160
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:150"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedelementpage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 189
              },
              "end": {
                "line": 0,
                "character": 198
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:189"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 189
              },
              "end": {
                "line": 0,
                "character": 198
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:189"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedelementpage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 182
                },
                "end": {
                  "line": 0,
                  "character": 188
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:182"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedelementpage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 208
              },
              "end": {
                "line": 0,
                "character": 216
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:208"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 208
              },
              "end": {
                "line": 0,
                "character": 216
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:208"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedelementpage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 200
                },
                "end": {
                  "line": 0,
                  "character": 207
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:200"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "updatedsince": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedelementpage).varParam.updatedsince",
          "nodeType": "variable",
          "name": "updatedSince",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 225
              },
              "end": {
                "line": 0,
                "character": 237
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:225"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 225
              },
              "end": {
                "line": 0,
                "character": 237
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:225"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedelementpage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 218
                },
                "end": {
                  "line": 0,
                  "character": 224
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:218"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "showinternalonly": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedelementpage).varParam.showinternalonly",
          "nodeType": "variable",
          "name": "showInternalOnly",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 247
              },
              "end": {
                "line": 0,
                "character": 263
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:247"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 247
              },
              "end": {
                "line": 0,
                "character": 263
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:247"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedelementpage)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 239
                },
                "end": {
                  "line": 0,
                  "character": 246
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:239"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 292
              },
              "end": {
                "line": 0,
                "character": 298
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:292"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 292
              },
              "end": {
                "line": 0,
                "character": 298
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:292"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedelementpage)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 265
                },
                "end": {
                  "line": 0,
                  "character": 275
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:265"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "Use either the ID for a community, internal, or null. Value must be ConnectApi.FeedType.Record. Any record ID, including a group ID. Maximum number of comments to return with each feed element. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. An opaque token containing information about the last modified date of the feed. Do not construct this token. Retrieve this token from the updatesToken property of the ConnectApi.FeedElementPage response body.The updatedSince parameter doesn’t return feed elements that are created in the same second as the call.  Specifies whether to show only feed elements from internal (non-community) users (true), or not (false). The default value is false. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestGetFeedElementsUpdatedSince",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "",
        "textToLower": "",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function__-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 231,
      "memberOrder": 231,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, ConnectApi.FeedFilter filter, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestGetFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, ConnectApi.FeedFilter filter, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestGetFeedElementsUpdatedSince(String,ConnectApi.FeedType,String,Integer,Integer,ConnectApi.FeedDensity,String,Integer,String,ConnectApi.FeedFilter,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds..datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when getFeedElementsUpdatedSince is called with matching parameters in a test context. Use the method with the same parameters or the code throws an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter,connectapi.feedelementpage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 54
                },
                "end": {
                  "line": 0,
                  "character": 60
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:54"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter,connectapi.feedelementpage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 102
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:94"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 102
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:94"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 74
                },
                "end": {
                  "line": 0,
                  "character": 84
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:74"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter,connectapi.feedelementpage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 111
              },
              "end": {
                "line": 0,
                "character": 120
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:111"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 111
              },
              "end": {
                "line": 0,
                "character": 120
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:111"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..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.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter,connectapi.feedelementpage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 130
              },
              "end": {
                "line": 0,
                "character": 148
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:130"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 130
              },
              "end": {
                "line": 0,
                "character": 148
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:130"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 122
                },
                "end": {
                  "line": 0,
                  "character": 129
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:122"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "elementsperbundle": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter,connectapi.feedelementpage).varParam.elementsperbundle",
          "nodeType": "variable",
          "name": "elementsPerBundle",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 158
              },
              "end": {
                "line": 0,
                "character": 175
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:158"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 158
              },
              "end": {
                "line": 0,
                "character": 175
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:158"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 150
                },
                "end": {
                  "line": 0,
                  "character": 157
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:150"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter,connectapi.feedelementpage).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 200
              },
              "end": {
                "line": 0,
                "character": 207
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:200"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 200
              },
              "end": {
                "line": 0,
                "character": 207
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:200"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 177
                },
                "end": {
                  "line": 0,
                  "character": 187
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:177"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter,connectapi.feedelementpage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 216
              },
              "end": {
                "line": 0,
                "character": 225
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:216"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 216
              },
              "end": {
                "line": 0,
                "character": 225
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:216"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 209
                },
                "end": {
                  "line": 0,
                  "character": 215
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:209"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter,connectapi.feedelementpage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 235
              },
              "end": {
                "line": 0,
                "character": 243
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:235"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 235
              },
              "end": {
                "line": 0,
                "character": 243
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:235"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 227
                },
                "end": {
                  "line": 0,
                  "character": 234
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:227"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "updatedsince": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter,connectapi.feedelementpage).varParam.updatedsince",
          "nodeType": "variable",
          "name": "updatedSince",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 252
              },
              "end": {
                "line": 0,
                "character": 264
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:252"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 252
              },
              "end": {
                "line": 0,
                "character": 264
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:252"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 245
                },
                "end": {
                  "line": 0,
                  "character": 251
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:245"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "filter": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter,connectapi.feedelementpage).varParam.filter",
          "nodeType": "variable",
          "name": "filter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 288
              },
              "end": {
                "line": 0,
                "character": 294
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:288"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 288
              },
              "end": {
                "line": 0,
                "character": 294
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:288"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.ConnectApi.FeedFilter",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedFilter",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 266
                },
                "end": {
                  "line": 0,
                  "character": 276
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:266"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedFilter"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 323
              },
              "end": {
                "line": 0,
                "character": 329
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:323"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 323
              },
              "end": {
                "line": 0,
                "character": 329
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:323"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 11,
          "memberOrder": 11,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 296
                },
                "end": {
                  "line": 0,
                  "character": 306
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:296"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "Use either the ID for a community, internal, or null. Value must be ConnectApi.FeedType.UserProfile. The ID of any user. To specify the context user, use the user ID or the alias me. Maximum number of comments to return with each feed element. The default value is 3. Maximum number of feed elements per bundle. The default and maximum value is 10. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. An opaque token defining the modification time stamp of the feed and the sort order.The updatedSince parameter doesn’t return feed elements that are created in the same second as the call.  Value must be ConnectApi.FeedFilter.CommunityScoped. Filters the feed to include only feed elements that are scoped to communities. Feed elements that are always visible in all communities are filtered out. Currently, feed elements scoped to communities have a User or a Group parent record. However, other parent record types could be scoped to communities in the future. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,string,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,string,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestGetFeedElementsUpdatedSince",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "",
        "textToLower": "",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function__-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 232,
      "memberOrder": 232,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, String customFilter, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestGetFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, String customFilter, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestGetFeedElementsUpdatedSince(String,ConnectApi.FeedType,String,Integer,Integer,ConnectApi.FeedDensity,String,Integer,String,String,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds..datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when getFeedElementsUpdatedSince is called with matching parameters in a test context. Use the method with the same parameters or the code throws an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,string,connectapi.feedelementpage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,string,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 54
                },
                "end": {
                  "line": 0,
                  "character": 60
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:54"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,string,connectapi.feedelementpage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 102
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:94"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 102
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:94"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,string,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 74
                },
                "end": {
                  "line": 0,
                  "character": 84
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:74"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,string,connectapi.feedelementpage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 111
              },
              "end": {
                "line": 0,
                "character": 120
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:111"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 111
              },
              "end": {
                "line": 0,
                "character": 120
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:111"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,string,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..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.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,string,connectapi.feedelementpage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 130
              },
              "end": {
                "line": 0,
                "character": 148
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:130"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 130
              },
              "end": {
                "line": 0,
                "character": 148
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:130"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,string,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 122
                },
                "end": {
                  "line": 0,
                  "character": 129
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:122"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "elementsperbundle": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,string,connectapi.feedelementpage).varParam.elementsperbundle",
          "nodeType": "variable",
          "name": "elementsPerBundle",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 158
              },
              "end": {
                "line": 0,
                "character": 175
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:158"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 158
              },
              "end": {
                "line": 0,
                "character": 175
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:158"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,string,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 150
                },
                "end": {
                  "line": 0,
                  "character": 157
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:150"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,string,connectapi.feedelementpage).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 200
              },
              "end": {
                "line": 0,
                "character": 207
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:200"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 200
              },
              "end": {
                "line": 0,
                "character": 207
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:200"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,string,connectapi.feedelementpage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 177
                },
                "end": {
                  "line": 0,
                  "character": 187
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:177"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,string,connectapi.feedelementpage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 216
              },
              "end": {
                "line": 0,
                "character": 225
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:216"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 216
              },
              "end": {
                "line": 0,
                "character": 225
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:216"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,string,connectapi.feedelementpage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 209
                },
                "end": {
                  "line": 0,
                  "character": 215
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:209"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,string,connectapi.feedelementpage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 235
              },
              "end": {
                "line": 0,
                "character": 243
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:235"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 235
              },
              "end": {
                "line": 0,
                "character": 243
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:235"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,string,connectapi.feedelementpage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 227
                },
                "end": {
                  "line": 0,
                  "character": 234
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:227"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "updatedsince": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,string,connectapi.feedelementpage).varParam.updatedsince",
          "nodeType": "variable",
          "name": "updatedSince",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 252
              },
              "end": {
                "line": 0,
                "character": 264
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:252"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 252
              },
              "end": {
                "line": 0,
                "character": 264
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:252"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,string,connectapi.feedelementpage)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 245
                },
                "end": {
                  "line": 0,
                  "character": 251
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:245"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "customfilter": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,string,connectapi.feedelementpage).varParam.customfilter",
          "nodeType": "variable",
          "name": "customFilter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "customFilter",
            "textToLower": "customfilter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 273
              },
              "end": {
                "line": 0,
                "character": 285
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_customFilter_0:273"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "customFilter",
            "textToLower": "customfilter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 273
              },
              "end": {
                "line": 0,
                "character": 285
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_customFilter_0:273"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,string,connectapi.feedelementpage)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 266
                },
                "end": {
                  "line": 0,
                  "character": 272
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:266"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,string,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 314
              },
              "end": {
                "line": 0,
                "character": 320
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:314"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 314
              },
              "end": {
                "line": 0,
                "character": 320
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:314"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,string,connectapi.feedelementpage)",
          "order": 11,
          "memberOrder": 11,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 287
                },
                "end": {
                  "line": 0,
                  "character": 297
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:287"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "Use either the ID for a community, internal, or null. Value must be ConnectApi.FeedType.Record. The ID of a case. Maximum number of comments to return with each feed element. The default value is 3. Maximum number of feed elements per bundle. The default and maximum value is 10. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. An opaque token defining the modification time stamp of the feed and the sort order.The updatedSince parameter doesn’t return feed elements that are created in the same second as the call.  Custom filter that applies only to the case feed. See customFeedFilter in the Metadata API Developer Guide for supported values. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestGetFeedElementsUpdatedSince",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFeedElementsUpdatedSince",
        "textToLower": "settestgetfeedelementsupdatedsince",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFeedElementsUpdatedSince_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 233,
      "memberOrder": 233,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, Boolean showInternalOnly, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestGetFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, Boolean showInternalOnly, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestGetFeedElementsUpdatedSince(String,ConnectApi.FeedType,String,Integer,Integer,ConnectApi.FeedDensity,String,Integer,String,Boolean,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when getFeedElementsUpdatedSince is called with matching parameters in a test context. Use the method with the same parameters or the code throws an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedelementpage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 54
                },
                "end": {
                  "line": 0,
                  "character": 60
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:54"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedelementpage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 102
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:94"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 102
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:94"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 74
                },
                "end": {
                  "line": 0,
                  "character": 84
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:74"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedelementpage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 111
              },
              "end": {
                "line": 0,
                "character": 120
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:111"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 111
              },
              "end": {
                "line": 0,
                "character": 120
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:111"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.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.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedelementpage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 130
              },
              "end": {
                "line": 0,
                "character": 148
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:130"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 130
              },
              "end": {
                "line": 0,
                "character": 148
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:130"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 122
                },
                "end": {
                  "line": 0,
                  "character": 129
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:122"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "elementsperbundle": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedelementpage).varParam.elementsperbundle",
          "nodeType": "variable",
          "name": "elementsPerBundle",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 158
              },
              "end": {
                "line": 0,
                "character": 175
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:158"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 158
              },
              "end": {
                "line": 0,
                "character": 175
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:158"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 150
                },
                "end": {
                  "line": 0,
                  "character": 157
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:150"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedelementpage).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 200
              },
              "end": {
                "line": 0,
                "character": 207
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:200"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 200
              },
              "end": {
                "line": 0,
                "character": 207
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:200"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedelementpage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 177
                },
                "end": {
                  "line": 0,
                  "character": 187
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:177"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedelementpage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 216
              },
              "end": {
                "line": 0,
                "character": 225
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:216"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 216
              },
              "end": {
                "line": 0,
                "character": 225
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:216"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedelementpage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 209
                },
                "end": {
                  "line": 0,
                  "character": 215
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:209"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedelementpage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 235
              },
              "end": {
                "line": 0,
                "character": 243
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:235"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 235
              },
              "end": {
                "line": 0,
                "character": 243
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:235"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedelementpage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 227
                },
                "end": {
                  "line": 0,
                  "character": 234
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:227"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "updatedsince": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedelementpage).varParam.updatedsince",
          "nodeType": "variable",
          "name": "updatedSince",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 252
              },
              "end": {
                "line": 0,
                "character": 264
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:252"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 252
              },
              "end": {
                "line": 0,
                "character": 264
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:252"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedelementpage)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 245
                },
                "end": {
                  "line": 0,
                  "character": 251
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:245"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "showinternalonly": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedelementpage).varParam.showinternalonly",
          "nodeType": "variable",
          "name": "showInternalOnly",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 274
              },
              "end": {
                "line": 0,
                "character": 290
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:274"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 274
              },
              "end": {
                "line": 0,
                "character": 290
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:274"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedelementpage)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 266
                },
                "end": {
                  "line": 0,
                  "character": 273
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:266"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 319
              },
              "end": {
                "line": 0,
                "character": 325
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:319"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 319
              },
              "end": {
                "line": 0,
                "character": 325
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:319"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedelementpage)",
          "order": 11,
          "memberOrder": 11,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 292
                },
                "end": {
                  "line": 0,
                  "character": 302
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:292"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "Use either the ID for a community, internal, or null. Value must be ConnectApi.FeedType.Record. Any record ID, including a group ID. Maximum number of comments to return with each feed element. The default value is 3. Maximum number of feed elements per bundle. The default and maximum value is 10. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. An opaque token containing information about the last modified date of the feed. Do not construct this token. Retrieve this token from the updatesToken property of the ConnectApi.FeedElementPage response body.The updatedSince parameter doesn’t return feed elements that are created in the same second as the call.  Specifies whether to show only feed elements from internal (non-community) users (true), or not (false). The default value is false. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestGetFeedElementsUpdatedSince",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFeedElementsUpdatedSince",
        "textToLower": "settestgetfeedelementsupdatedsince",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFeedElementsUpdatedSince_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 234,
      "memberOrder": 234,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, Boolean showInternalOnly, ConnectApi.FeedFilter filter, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestGetFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, Boolean showInternalOnly, ConnectApi.FeedFilter filter, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestGetFeedElementsUpdatedSince(String,ConnectApi.FeedType,String,Integer,Integer,ConnectApi.FeedDensity,String,Integer,String,Boolean,ConnectApi.FeedFilter,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when getFeedElementsUpdatedSince is called with matching parameters in a test context. Use the method with the same parameters or the code throws an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter,connectapi.feedelementpage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 54
                },
                "end": {
                  "line": 0,
                  "character": 60
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:54"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter,connectapi.feedelementpage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 102
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:94"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 102
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:94"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 74
                },
                "end": {
                  "line": 0,
                  "character": 84
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:74"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter,connectapi.feedelementpage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 111
              },
              "end": {
                "line": 0,
                "character": 120
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:111"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 111
              },
              "end": {
                "line": 0,
                "character": 120
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:111"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.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.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter,connectapi.feedelementpage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 130
              },
              "end": {
                "line": 0,
                "character": 148
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:130"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 130
              },
              "end": {
                "line": 0,
                "character": 148
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:130"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 122
                },
                "end": {
                  "line": 0,
                  "character": 129
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:122"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "elementsperbundle": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter,connectapi.feedelementpage).varParam.elementsperbundle",
          "nodeType": "variable",
          "name": "elementsPerBundle",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 158
              },
              "end": {
                "line": 0,
                "character": 175
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:158"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 158
              },
              "end": {
                "line": 0,
                "character": 175
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:158"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 150
                },
                "end": {
                  "line": 0,
                  "character": 157
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:150"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter,connectapi.feedelementpage).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 200
              },
              "end": {
                "line": 0,
                "character": 207
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:200"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 200
              },
              "end": {
                "line": 0,
                "character": 207
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:200"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 177
                },
                "end": {
                  "line": 0,
                  "character": 187
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:177"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter,connectapi.feedelementpage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 216
              },
              "end": {
                "line": 0,
                "character": 225
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:216"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 216
              },
              "end": {
                "line": 0,
                "character": 225
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:216"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 209
                },
                "end": {
                  "line": 0,
                  "character": 215
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:209"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter,connectapi.feedelementpage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 235
              },
              "end": {
                "line": 0,
                "character": 243
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:235"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 235
              },
              "end": {
                "line": 0,
                "character": 243
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:235"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 227
                },
                "end": {
                  "line": 0,
                  "character": 234
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:227"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "updatedsince": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter,connectapi.feedelementpage).varParam.updatedsince",
          "nodeType": "variable",
          "name": "updatedSince",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 252
              },
              "end": {
                "line": 0,
                "character": 264
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:252"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 252
              },
              "end": {
                "line": 0,
                "character": 264
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:252"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 245
                },
                "end": {
                  "line": 0,
                  "character": 251
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:245"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "showinternalonly": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter,connectapi.feedelementpage).varParam.showinternalonly",
          "nodeType": "variable",
          "name": "showInternalOnly",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 274
              },
              "end": {
                "line": 0,
                "character": 290
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:274"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 274
              },
              "end": {
                "line": 0,
                "character": 290
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:274"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 266
                },
                "end": {
                  "line": 0,
                  "character": 273
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:266"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "scope": null
        },
        "filter": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter,connectapi.feedelementpage).varParam.filter",
          "nodeType": "variable",
          "name": "filter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 314
              },
              "end": {
                "line": 0,
                "character": 320
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:314"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 314
              },
              "end": {
                "line": 0,
                "character": 320
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:314"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 11,
          "memberOrder": 11,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.ConnectApi.FeedFilter",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedFilter",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 292
                },
                "end": {
                  "line": 0,
                  "character": 302
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:292"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedFilter"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 349
              },
              "end": {
                "line": 0,
                "character": 355
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:349"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 349
              },
              "end": {
                "line": 0,
                "character": 355
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:349"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 12,
          "memberOrder": 12,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 322
                },
                "end": {
                  "line": 0,
                  "character": 332
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:322"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "Use either the ID for a community, internal, or null. Value must be ConnectApi.FeedType.Record. Any record ID, including a group ID. Maximum number of comments to return with each feed element. The default value is 3. Maximum number of feed elements per bundle. The default and maximum value is 10. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. An opaque token containing information about the last modified date of the feed. Do not construct this token. Retrieve this token from the updatesToken property of the ConnectApi.FeedElementPage response body.The updatedSince parameter doesn’t return feed elements that are created in the same second as the call.  Specifies whether to show only feed elements from internal (non-community) users (true), or not (false). The default value is false. Specifies the feed filters.  AllQuestions—Feed elements that are questions.   AuthoredBy—Feed elements authored by the user profile owner. This value is valid only for the UserProfile feed.   CommunityScoped—Feed elements that are scoped to communities. Currently, these feed elements have a User or a Group parent record. However, other parent record types could be scoped to communities in the future. Feed elements that are always visible in all communities are filtered out. This value is valid only for the UserProfile feed.   QuestionsWithCandidateAnswers—Feed elements that are questions that have candidate answers associated with them. This value is valid only for users with the Access Einstein-Generated Answers permission.    QuestionsWithCandidateAnswers​ReviewedPublished—Feed elements that are questions that have candidate answers that have been reviewed or published. This value is valid only for users with the Access Einstein-Generated Answers permission.   Read—Feed elements that are older than 30 days or are marked as read for the context user. Includes existing feed elements when the context user joined the group. This value is valid only for the Record feed of a group.   SolvedQuestions—Feed elements that are questions and that have a best answer.   UnansweredQuestions—Feed elements that are questions and that don’t have any answers.   UnansweredQuestionsWithCandidate​Answers—Feed elements that are questions that don’t have answers but have candidate answers associated with them. This value is valid only for users with the Access Einstein-Generated Answers permission.   Unread—Feed elements that are created in the past 30 days and aren’t marked as read for the context user. This value is valid only for the Record feed of a group.   UnsolvedQuestions—Feed elements that are questions and that don’t have a best answer.    The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestGetFeedElementsUpdatedSince",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFeedElementsUpdatedSince",
        "textToLower": "settestgetfeedelementsupdatedsince",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFeedElementsUpdatedSince_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 235,
      "memberOrder": 235,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, Boolean showInternalOnly, String customFilter, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestGetFeedElementsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, Integer elementsPerBundle, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, Boolean showInternalOnly, String customFilter, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestGetFeedElementsUpdatedSince(String,ConnectApi.FeedType,String,Integer,Integer,ConnectApi.FeedDensity,String,Integer,String,Boolean,String,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when getFeedElementsUpdatedSince is called with matching parameters in a test context. Use the method with the same parameters or the code throws an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string,connectapi.feedelementpage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 54
                },
                "end": {
                  "line": 0,
                  "character": 60
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:54"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string,connectapi.feedelementpage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 102
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:94"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 102
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:94"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 74
                },
                "end": {
                  "line": 0,
                  "character": 84
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:74"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string,connectapi.feedelementpage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 111
              },
              "end": {
                "line": 0,
                "character": 120
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:111"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 111
              },
              "end": {
                "line": 0,
                "character": 120
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:111"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.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.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string,connectapi.feedelementpage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 130
              },
              "end": {
                "line": 0,
                "character": 148
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:130"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 130
              },
              "end": {
                "line": 0,
                "character": 148
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:130"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 122
                },
                "end": {
                  "line": 0,
                  "character": 129
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:122"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "elementsperbundle": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string,connectapi.feedelementpage).varParam.elementsperbundle",
          "nodeType": "variable",
          "name": "elementsPerBundle",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 158
              },
              "end": {
                "line": 0,
                "character": 175
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:158"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 158
              },
              "end": {
                "line": 0,
                "character": 175
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:158"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 150
                },
                "end": {
                  "line": 0,
                  "character": 157
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:150"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string,connectapi.feedelementpage).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 200
              },
              "end": {
                "line": 0,
                "character": 207
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:200"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 200
              },
              "end": {
                "line": 0,
                "character": 207
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:200"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string,connectapi.feedelementpage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 177
                },
                "end": {
                  "line": 0,
                  "character": 187
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:177"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string,connectapi.feedelementpage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 216
              },
              "end": {
                "line": 0,
                "character": 225
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:216"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 216
              },
              "end": {
                "line": 0,
                "character": 225
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:216"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string,connectapi.feedelementpage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 209
                },
                "end": {
                  "line": 0,
                  "character": 215
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:209"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string,connectapi.feedelementpage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 235
              },
              "end": {
                "line": 0,
                "character": 243
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:235"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 235
              },
              "end": {
                "line": 0,
                "character": 243
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:235"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string,connectapi.feedelementpage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 227
                },
                "end": {
                  "line": 0,
                  "character": 234
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:227"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "updatedsince": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string,connectapi.feedelementpage).varParam.updatedsince",
          "nodeType": "variable",
          "name": "updatedSince",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 252
              },
              "end": {
                "line": 0,
                "character": 264
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:252"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 252
              },
              "end": {
                "line": 0,
                "character": 264
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:252"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string,connectapi.feedelementpage)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 245
                },
                "end": {
                  "line": 0,
                  "character": 251
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:245"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "showinternalonly": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string,connectapi.feedelementpage).varParam.showinternalonly",
          "nodeType": "variable",
          "name": "showInternalOnly",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 274
              },
              "end": {
                "line": 0,
                "character": 290
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:274"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 274
              },
              "end": {
                "line": 0,
                "character": 290
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:274"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string,connectapi.feedelementpage)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 266
                },
                "end": {
                  "line": 0,
                  "character": 273
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:266"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "scope": null
        },
        "customfilter": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string,connectapi.feedelementpage).varParam.customfilter",
          "nodeType": "variable",
          "name": "customFilter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "customFilter",
            "textToLower": "customfilter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 299
              },
              "end": {
                "line": 0,
                "character": 311
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_customFilter_0:299"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "customFilter",
            "textToLower": "customfilter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 299
              },
              "end": {
                "line": 0,
                "character": 311
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_customFilter_0:299"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string,connectapi.feedelementpage)",
          "order": 11,
          "memberOrder": 11,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 292
                },
                "end": {
                  "line": 0,
                  "character": 298
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:292"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 340
              },
              "end": {
                "line": 0,
                "character": 346
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:340"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 340
              },
              "end": {
                "line": 0,
                "character": 346
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:340"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeedelementsupdatedsince(string,connectapi.feedtype,string,integer,integer,connectapi.feeddensity,string,integer,string,boolean,string,connectapi.feedelementpage)",
          "order": 12,
          "memberOrder": 12,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 313
                },
                "end": {
                  "line": 0,
                  "character": 323
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:313"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeedelementsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "Use either the ID for a community, internal, or null. Value must be ConnectApi.FeedType.Record. The ID of a case. Maximum number of comments to return with each feed element. The default value is 3. Maximum number of feed elements per bundle. The default and maximum value is 10. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. An opaque token containing information about the last modified date of the feed. Do not construct this token. Retrieve this token from the updatesToken property of the ConnectApi.FeedElementPage response body.The updatedSince parameter doesn’t return feed elements that are created in the same second as the call.  Specifies whether to show only feed elements from internal (non-community) users (true), or not (false). The default value is false. Custom filter that applies only to the case feed. See customFeedFilter in the Metadata API Developer Guide for supported values. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeeditemsfromfeed(string,connectapi.feedtype,connectapi.feeditempage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,connectapi.feeditempage)",
      "nodeType": "method",
      "name": "setTestGetFeedItemsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFeedItemsFromFeed",
        "textToLower": "settestgetfeeditemsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFeedItemsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 236,
      "memberOrder": 236,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFeedItemsFromFeed(String communityId, ConnectApi.FeedType feedType, ConnectApi.FeedItemPage result)",
      "overrideSignature": "public static override Void setTestGetFeedItemsFromFeed(String communityId, ConnectApi.FeedType feedType, ConnectApi.FeedItemPage result)",
      "simplifiedSignature": "setTestGetFeedItemsFromFeed(String,ConnectApi.FeedType,ConnectApi.FeedItemPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedItemPage object to be returned when getFeedItems​FromFeed is called with matching parameters in a test context. Use the get feed method with the same parameters or the code throws an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,connectapi.feeditempage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 54
              },
              "end": {
                "line": 0,
                "character": 65
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:54"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 54
              },
              "end": {
                "line": 0,
                "character": 65
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:54"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,connectapi.feeditempage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 47
                },
                "end": {
                  "line": 0,
                  "character": 53
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:47"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,connectapi.feeditempage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 95
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:87"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 95
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:87"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,connectapi.feeditempage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 67
                },
                "end": {
                  "line": 0,
                  "character": 77
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:67"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,connectapi.feeditempage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 121
              },
              "end": {
                "line": 0,
                "character": 127
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:121"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 121
              },
              "end": {
                "line": 0,
                "character": 127
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:121"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,connectapi.feeditempage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.ConnectApi.FeedItemPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedItemPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 97
                },
                "end": {
                  "line": 0,
                  "character": 107
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:97"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedItemPage"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values are Company, DirectMessageModeration, DirectMessages, Home, Moderation, and PendingReview. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,connectapi.feeditempage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
      "nodeType": "method",
      "name": "setTestGetFeedItemsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFeedItemsFromFeed",
        "textToLower": "settestgetfeeditemsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFeedItemsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 237,
      "memberOrder": 237,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFeedItemsFromFeed(String communityId, ConnectApi.FeedType feedType, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedItemPage result)",
      "overrideSignature": "public static override Void setTestGetFeedItemsFromFeed(String communityId, ConnectApi.FeedType feedType, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedItemPage result)",
      "simplifiedSignature": "setTestGetFeedItemsFromFeed(String,ConnectApi.FeedType,String,Integer,ConnectApi.FeedSortOrder,ConnectApi.FeedItemPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedItemPage object to be returned when getFeedItems​FromFeed is called with matching parameters in a test context. Use the get feed method with the same parameters or the code throws an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 54
              },
              "end": {
                "line": 0,
                "character": 65
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:54"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 54
              },
              "end": {
                "line": 0,
                "character": 65
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:54"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 47
                },
                "end": {
                  "line": 0,
                  "character": 53
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:47"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 95
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:87"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 95
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:87"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 67
                },
                "end": {
                  "line": 0,
                  "character": 77
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:67"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 104
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:104"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 104
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:104"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 97
                },
                "end": {
                  "line": 0,
                  "character": 103
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:97"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 123
              },
              "end": {
                "line": 0,
                "character": 131
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:123"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 123
              },
              "end": {
                "line": 0,
                "character": 131
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:123"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 115
                },
                "end": {
                  "line": 0,
                  "character": 122
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:115"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 158
              },
              "end": {
                "line": 0,
                "character": 167
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:158"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 158
              },
              "end": {
                "line": 0,
                "character": 167
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:158"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 133
                },
                "end": {
                  "line": 0,
                  "character": 143
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:133"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 193
              },
              "end": {
                "line": 0,
                "character": 199
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:193"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 193
              },
              "end": {
                "line": 0,
                "character": 199
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:193"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.ConnectApi.FeedItemPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedItemPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 169
                },
                "end": {
                  "line": 0,
                  "character": 179
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:169"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedItemPage"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values are Company, DirectMessageModeration, DirectMessages, Home, Moderation, and PendingReview. The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   Sorts the returned feed by the most recently created feed item, or by the most recently modified feed item. If you pass in null, the default value CreatedDateDesc is used. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeeditemsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
      "nodeType": "method",
      "name": "setTestGetFeedItemsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFeedItemsFromFeed",
        "textToLower": "settestgetfeeditemsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFeedItemsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 238,
      "memberOrder": 238,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFeedItemsFromFeed(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedItemPage result)",
      "overrideSignature": "public static override Void setTestGetFeedItemsFromFeed(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedItemPage result)",
      "simplifiedSignature": "setTestGetFeedItemsFromFeed(String,ConnectApi.FeedType,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,ConnectApi.FeedItemPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedItemPage object to be returned when getFeedItems​FromFeed is called with matching parameters in a test context. Use the get feed method with the same parameters or the code throws an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 54
              },
              "end": {
                "line": 0,
                "character": 65
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:54"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 54
              },
              "end": {
                "line": 0,
                "character": 65
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:54"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 47
                },
                "end": {
                  "line": 0,
                  "character": 53
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:47"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 95
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:87"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 95
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:87"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 67
                },
                "end": {
                  "line": 0,
                  "character": 77
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:67"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 123
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:105"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 123
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:105"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.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.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 148
              },
              "end": {
                "line": 0,
                "character": 155
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:148"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 148
              },
              "end": {
                "line": 0,
                "character": 155
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:148"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 125
                },
                "end": {
                  "line": 0,
                  "character": 135
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:125"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 164
              },
              "end": {
                "line": 0,
                "character": 173
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:164"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 164
              },
              "end": {
                "line": 0,
                "character": 173
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:164"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 157
                },
                "end": {
                  "line": 0,
                  "character": 163
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:157"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 183
              },
              "end": {
                "line": 0,
                "character": 191
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:183"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 183
              },
              "end": {
                "line": 0,
                "character": 191
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:183"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 175
                },
                "end": {
                  "line": 0,
                  "character": 182
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:175"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 218
              },
              "end": {
                "line": 0,
                "character": 227
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:218"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 218
              },
              "end": {
                "line": 0,
                "character": 227
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:218"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 193
                },
                "end": {
                  "line": 0,
                  "character": 203
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:193"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 253
              },
              "end": {
                "line": 0,
                "character": 259
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:253"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 253
              },
              "end": {
                "line": 0,
                "character": 259
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:253"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.ConnectApi.FeedItemPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedItemPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 229
                },
                "end": {
                  "line": 0,
                  "character": 239
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:229"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedItemPage"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values are Company, DirectMessageModeration, DirectMessages, Home, Moderation, and PendingReview. The maximum number of comments to return with each feed item. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   Sorts the returned feed by the most recently created feed item, or by the most recently modified feed item. If you pass in null, the default value CreatedDateDesc is used. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,connectapi.feeditempage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,connectapi.feeditempage)",
      "nodeType": "method",
      "name": "setTestGetFeedItemsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFeedItemsFromFeed",
        "textToLower": "settestgetfeeditemsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFeedItemsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 239,
      "memberOrder": 239,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFeedItemsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, ConnectApi.FeedItemPage result)",
      "overrideSignature": "public static override Void setTestGetFeedItemsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, ConnectApi.FeedItemPage result)",
      "simplifiedSignature": "setTestGetFeedItemsFromFeed(String,ConnectApi.FeedType,String,ConnectApi.FeedItemPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedItemPage object to be returned when getFeedItems​FromFeed is called with matching parameters in a test context. Use the get feed method with the same parameters or the code throws an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,connectapi.feeditempage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 54
              },
              "end": {
                "line": 0,
                "character": 65
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:54"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 54
              },
              "end": {
                "line": 0,
                "character": 65
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:54"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,connectapi.feeditempage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 47
                },
                "end": {
                  "line": 0,
                  "character": 53
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:47"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,connectapi.feeditempage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 95
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:87"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 95
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:87"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,connectapi.feeditempage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 67
                },
                "end": {
                  "line": 0,
                  "character": 77
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:67"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,connectapi.feeditempage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 104
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:104"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 104
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:104"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,connectapi.feeditempage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 97
                },
                "end": {
                  "line": 0,
                  "character": 103
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:97"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,connectapi.feeditempage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 139
              },
              "end": {
                "line": 0,
                "character": 145
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:139"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 139
              },
              "end": {
                "line": 0,
                "character": 145
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:139"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,connectapi.feeditempage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.ConnectApi.FeedItemPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedItemPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 115
                },
                "end": {
                  "line": 0,
                  "character": 125
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:115"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedItemPage"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values include every ConnectApi.FeedType except Company, DirectMessageModeration, DirectMessages, Filter, Home, Landing, Moderation, and PendingReview. If feedType is Record, subjectId can be any record ID, including a group ID. If feedType is Streams, subjectId must be a stream ID. If feedType is Topics, subjectId must be a topic ID. If feedType is UserProfile, subjectId can be any user ID. If the feedType is any other value, subjectId must be the ID of the context user or the alias me. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,connectapi.feeditempage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
      "nodeType": "method",
      "name": "setTestGetFeedItemsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFeedItemsFromFeed",
        "textToLower": "settestgetfeeditemsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFeedItemsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 240,
      "memberOrder": 240,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFeedItemsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedItemPage result)",
      "overrideSignature": "public static override Void setTestGetFeedItemsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedItemPage result)",
      "simplifiedSignature": "setTestGetFeedItemsFromFeed(String,ConnectApi.FeedType,String,String,Integer,ConnectApi.FeedSortOrder,ConnectApi.FeedItemPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedItemPage object to be returned when getFeedItems​FromFeed is called with matching parameters in a test context. Use the get feed method with the same parameters or the code throws an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 54
              },
              "end": {
                "line": 0,
                "character": 65
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:54"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 54
              },
              "end": {
                "line": 0,
                "character": 65
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:54"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 47
                },
                "end": {
                  "line": 0,
                  "character": 53
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:47"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 95
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:87"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 95
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:87"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 67
                },
                "end": {
                  "line": 0,
                  "character": 77
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:67"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 104
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:104"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 104
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:104"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 97
                },
                "end": {
                  "line": 0,
                  "character": 103
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:97"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 122
              },
              "end": {
                "line": 0,
                "character": 131
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:122"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 122
              },
              "end": {
                "line": 0,
                "character": 131
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:122"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.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.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 141
              },
              "end": {
                "line": 0,
                "character": 149
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:141"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 141
              },
              "end": {
                "line": 0,
                "character": 149
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:141"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 133
                },
                "end": {
                  "line": 0,
                  "character": 140
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:133"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 176
              },
              "end": {
                "line": 0,
                "character": 185
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:176"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 176
              },
              "end": {
                "line": 0,
                "character": 185
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:176"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 151
                },
                "end": {
                  "line": 0,
                  "character": 161
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:151"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 211
              },
              "end": {
                "line": 0,
                "character": 217
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:211"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 211
              },
              "end": {
                "line": 0,
                "character": 217
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:211"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.ConnectApi.FeedItemPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedItemPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 187
                },
                "end": {
                  "line": 0,
                  "character": 197
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:187"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedItemPage"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values include every ConnectApi.FeedType except Company, DirectMessageModeration, DirectMessages, Filter, Home, Landing, Moderation, and PendingReview. If feedType is Record, subjectId can be any record ID, including a group ID. If feedType is Streams, subjectId must be a stream ID. If feedType is Topics, subjectId must be a topic ID. If feedType is UserProfile, subjectId can be any user ID. If the feedType is any other value, subjectId must be the ID of the context user or the alias me. The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   Sorts the returned feed by the most recently created feed item, or by the most recently modified feed item. If you pass in null, the default value CreatedDateDesc is used. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
      "nodeType": "method",
      "name": "setTestGetFeedItemsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFeedItemsFromFeed",
        "textToLower": "settestgetfeeditemsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFeedItemsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 241,
      "memberOrder": 241,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFeedItemsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedItemPage result)",
      "overrideSignature": "public static override Void setTestGetFeedItemsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedItemPage result)",
      "simplifiedSignature": "setTestGetFeedItemsFromFeed(String,ConnectApi.FeedType,String,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,ConnectApi.FeedItemPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedItemPage object to be returned when getFeedItems​FromFeed is called with matching parameters in a test context. Use the get feed method with the same parameters or the code throws an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 54
              },
              "end": {
                "line": 0,
                "character": 65
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:54"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 54
              },
              "end": {
                "line": 0,
                "character": 65
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:54"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 47
                },
                "end": {
                  "line": 0,
                  "character": 53
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:47"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 95
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:87"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 95
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:87"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 67
                },
                "end": {
                  "line": 0,
                  "character": 77
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:67"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 104
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:104"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 104
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:104"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 97
                },
                "end": {
                  "line": 0,
                  "character": 103
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:97"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 123
              },
              "end": {
                "line": 0,
                "character": 141
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:123"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 123
              },
              "end": {
                "line": 0,
                "character": 141
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:123"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 115
                },
                "end": {
                  "line": 0,
                  "character": 122
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:115"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 166
              },
              "end": {
                "line": 0,
                "character": 173
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:166"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 166
              },
              "end": {
                "line": 0,
                "character": 173
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:166"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 143
                },
                "end": {
                  "line": 0,
                  "character": 153
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:143"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 182
              },
              "end": {
                "line": 0,
                "character": 191
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:182"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 182
              },
              "end": {
                "line": 0,
                "character": 191
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:182"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 175
                },
                "end": {
                  "line": 0,
                  "character": 181
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:175"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 201
              },
              "end": {
                "line": 0,
                "character": 209
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:201"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 201
              },
              "end": {
                "line": 0,
                "character": 209
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:201"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 193
                },
                "end": {
                  "line": 0,
                  "character": 200
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:193"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 236
              },
              "end": {
                "line": 0,
                "character": 245
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:236"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 236
              },
              "end": {
                "line": 0,
                "character": 245
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:236"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 211
                },
                "end": {
                  "line": 0,
                  "character": 221
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:211"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 271
              },
              "end": {
                "line": 0,
                "character": 277
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:271"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 271
              },
              "end": {
                "line": 0,
                "character": 277
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:271"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.ConnectApi.FeedItemPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedItemPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 247
                },
                "end": {
                  "line": 0,
                  "character": 257
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:247"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedItemPage"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values include every ConnectApi.FeedType except Company, DirectMessageModeration, DirectMessages, Filter, Home, Landing, Moderation, and PendingReview. If feedType is Record, subjectId can be any record ID, including a group ID. If feedType is Streams, subjectId must be a stream ID. If feedType is Topics, subjectId must be a topic ID. If feedType is UserProfile, subjectId can be any user ID. If the feedType is any other value, subjectId must be the ID of the context user or the alias me. The maximum number of comments to return with each feed item. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   Sorts the returned feed by the most recently created feed item, or by the most recently modified feed item. If you pass in null, the default value CreatedDateDesc is used. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feeditempage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feeditempage)",
      "nodeType": "method",
      "name": "setTestGetFeedItemsFromFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFeedItemsFromFeed",
        "textToLower": "settestgetfeeditemsfromfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFeedItemsFromFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 242,
      "memberOrder": 242,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFeedItemsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, Boolean showInternalOnly, ConnectApi.FeedItemPage result)",
      "overrideSignature": "public static override Void setTestGetFeedItemsFromFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, Boolean showInternalOnly, ConnectApi.FeedItemPage result)",
      "simplifiedSignature": "setTestGetFeedItemsFromFeed(String,ConnectApi.FeedType,String,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,Boolean,ConnectApi.FeedItemPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedItemPage object to be returned when getFeedItems​FromFeed is called with matching parameters in a test context. Use the get feed method with the same parameters or the code throws an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feeditempage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 54
              },
              "end": {
                "line": 0,
                "character": 65
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:54"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 54
              },
              "end": {
                "line": 0,
                "character": 65
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:54"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feeditempage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 47
                },
                "end": {
                  "line": 0,
                  "character": 53
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:47"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feeditempage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 95
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:87"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 95
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:87"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feeditempage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 67
                },
                "end": {
                  "line": 0,
                  "character": 77
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:67"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feeditempage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 104
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:104"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 104
              },
              "end": {
                "line": 0,
                "character": 113
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:104"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feeditempage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 97
                },
                "end": {
                  "line": 0,
                  "character": 103
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:97"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feeditempage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 123
              },
              "end": {
                "line": 0,
                "character": 141
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:123"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 123
              },
              "end": {
                "line": 0,
                "character": 141
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:123"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feeditempage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 115
                },
                "end": {
                  "line": 0,
                  "character": 122
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:115"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feeditempage).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 166
              },
              "end": {
                "line": 0,
                "character": 173
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:166"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 166
              },
              "end": {
                "line": 0,
                "character": 173
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:166"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feeditempage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 143
                },
                "end": {
                  "line": 0,
                  "character": 153
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:143"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feeditempage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 182
              },
              "end": {
                "line": 0,
                "character": 191
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:182"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 182
              },
              "end": {
                "line": 0,
                "character": 191
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:182"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feeditempage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 175
                },
                "end": {
                  "line": 0,
                  "character": 181
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:175"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feeditempage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 201
              },
              "end": {
                "line": 0,
                "character": 209
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:201"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 201
              },
              "end": {
                "line": 0,
                "character": 209
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:201"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feeditempage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 193
                },
                "end": {
                  "line": 0,
                  "character": 200
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:193"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feeditempage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 236
              },
              "end": {
                "line": 0,
                "character": 245
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:236"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 236
              },
              "end": {
                "line": 0,
                "character": 245
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:236"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feeditempage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 211
                },
                "end": {
                  "line": 0,
                  "character": 221
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:211"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "showinternalonly": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feeditempage).varParam.showinternalonly",
          "nodeType": "variable",
          "name": "showInternalOnly",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 255
              },
              "end": {
                "line": 0,
                "character": 271
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:255"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 255
              },
              "end": {
                "line": 0,
                "character": 271
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:255"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feeditempage)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 247
                },
                "end": {
                  "line": 0,
                  "character": 254
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:247"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feeditempage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 297
              },
              "end": {
                "line": 0,
                "character": 303
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:297"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 297
              },
              "end": {
                "line": 0,
                "character": 303
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:297"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,boolean,connectapi.feeditempage)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed.datatype.ConnectApi.FeedItemPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedItemPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 273
                },
                "end": {
                  "line": 0,
                  "character": 283
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:273"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedItemPage"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values include every ConnectApi.FeedType except Company, DirectMessageModeration, DirectMessages, Filter, Home, Landing, Moderation, and PendingReview. If feedType is Record, subjectId can be any record ID, including a group ID. If feedType is Streams, subjectId must be a stream ID. If feedType is Topics, subjectId must be a topic ID. If feedType is UserProfile, subjectId can be any user ID. If the feedType is any other value, subjectId must be the ID of the context user or the alias me. The maximum number of comments to return with each feed item. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   Sorts the returned feed by the most recently created feed item, or by the most recently modified feed item. If you pass in null, the default value CreatedDateDesc is used. Specifies whether to show only feed items from internal (non-community) users (true), or not (false). The default value is false. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeeditemsfromfilterfeed(string,string,string,connectapi.feeditempage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeed(string,string,string,connectapi.feeditempage)",
      "nodeType": "method",
      "name": "setTestGetFeedItemsFromFilterFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFeedItemsFromFilterFeed",
        "textToLower": "settestgetfeeditemsfromfilterfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFeedItemsFromFilterFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 243,
      "memberOrder": 243,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFeedItemsFromFilterFeed(String communityId, String subjectId, String keyPrefix, ConnectApi.FeedItemPage result)",
      "overrideSignature": "public static override Void setTestGetFeedItemsFromFilterFeed(String communityId, String subjectId, String keyPrefix, ConnectApi.FeedItemPage result)",
      "simplifiedSignature": "setTestGetFeedItemsFromFilterFeed(String,String,String,ConnectApi.FeedItemPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedItemPage object to be returned when the matching getFeedItems​​FromFilterFeed method is called in a test context. Use the method with the same parameters or the code throws an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeed(string,string,string,connectapi.feeditempage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 60
              },
              "end": {
                "line": 0,
                "character": 71
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:60"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 60
              },
              "end": {
                "line": 0,
                "character": 71
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:60"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeed(string,string,string,connectapi.feeditempage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 53
                },
                "end": {
                  "line": 0,
                  "character": 59
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:53"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeed(string,string,string,connectapi.feeditempage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 80
              },
              "end": {
                "line": 0,
                "character": 89
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:80"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 80
              },
              "end": {
                "line": 0,
                "character": 89
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:80"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeed(string,string,string,connectapi.feeditempage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeed.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.chatterfeeds.settestgetfeeditemsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "keyprefix": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeed(string,string,string,connectapi.feeditempage).varParam.keyprefix",
          "nodeType": "variable",
          "name": "keyPrefix",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 98
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:98"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 98
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:98"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeed(string,string,string,connectapi.feeditempage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 91
                },
                "end": {
                  "line": 0,
                  "character": 97
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:91"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeed(string,string,string,connectapi.feeditempage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 133
              },
              "end": {
                "line": 0,
                "character": 139
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:133"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 133
              },
              "end": {
                "line": 0,
                "character": 139
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:133"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeed(string,string,string,connectapi.feeditempage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeed.datatype.ConnectApi.FeedItemPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedItemPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 109
                },
                "end": {
                  "line": 0,
                  "character": 119
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:109"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedItemPage"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the context user or the alias me. A key prefix that specifies record type. A key prefix is the first three characters in the object ID, which specifies the object type. For example, User objects have a prefix of 005 and Group objects have a prefix of 0F9. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeeditemsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,connectapi.feeditempage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
      "nodeType": "method",
      "name": "setTestGetFeedItemsFromFilterFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFeedItemsFromFilterFeed",
        "textToLower": "settestgetfeeditemsfromfilterfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFeedItemsFromFilterFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 244,
      "memberOrder": 244,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFeedItemsFromFilterFeed(String communityId, String subjectId, String keyPrefix, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedItemPage result)",
      "overrideSignature": "public static override Void setTestGetFeedItemsFromFilterFeed(String communityId, String subjectId, String keyPrefix, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedItemPage result)",
      "simplifiedSignature": "setTestGetFeedItemsFromFilterFeed(String,String,String,String,Integer,ConnectApi.FeedSortOrder,ConnectApi.FeedItemPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedItemPage object to be returned when the matching getFeedItems​​FromFilterFeed method is called in a test context. Use the method with the same parameters or the code throws an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 60
              },
              "end": {
                "line": 0,
                "character": 71
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:60"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 60
              },
              "end": {
                "line": 0,
                "character": 71
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:60"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 53
                },
                "end": {
                  "line": 0,
                  "character": 59
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:53"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 80
              },
              "end": {
                "line": 0,
                "character": 89
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:80"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 80
              },
              "end": {
                "line": 0,
                "character": 89
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:80"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeed.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.chatterfeeds.settestgetfeeditemsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "keyprefix": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.keyprefix",
          "nodeType": "variable",
          "name": "keyPrefix",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 98
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:98"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 98
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:98"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 91
                },
                "end": {
                  "line": 0,
                  "character": 97
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:91"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 116
              },
              "end": {
                "line": 0,
                "character": 125
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:116"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 116
              },
              "end": {
                "line": 0,
                "character": 125
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:116"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 109
                },
                "end": {
                  "line": 0,
                  "character": 115
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:109"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 135
              },
              "end": {
                "line": 0,
                "character": 143
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:135"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 135
              },
              "end": {
                "line": 0,
                "character": 143
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:135"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 127
                },
                "end": {
                  "line": 0,
                  "character": 134
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:127"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 170
              },
              "end": {
                "line": 0,
                "character": 179
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:170"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 170
              },
              "end": {
                "line": 0,
                "character": 179
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:170"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 145
                },
                "end": {
                  "line": 0,
                  "character": 155
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:145"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 205
              },
              "end": {
                "line": 0,
                "character": 211
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:205"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 205
              },
              "end": {
                "line": 0,
                "character": 211
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:205"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeed.datatype.ConnectApi.FeedItemPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedItemPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 181
                },
                "end": {
                  "line": 0,
                  "character": 191
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:181"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedItemPage"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the context user or the alias me. A key prefix that specifies record type. A key prefix is the first three characters in the object ID, which specifies the object type. For example, User objects have a prefix of 005 and Group objects have a prefix of 0F9. The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   Sorts the returned feed by the most recently created feed item, or by the most recently modified feed item. If you pass in null, the default value CreatedDateDesc is used. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeeditemsfromfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
      "nodeType": "method",
      "name": "setTestGetFeedItemsFromFilterFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFeedItemsFromFilterFeed",
        "textToLower": "settestgetfeeditemsfromfilterfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFeedItemsFromFilterFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 245,
      "memberOrder": 245,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFeedItemsFromFilterFeed(String communityId, String subjectId, String keyPrefix, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedItemPage result)",
      "overrideSignature": "public static override Void setTestGetFeedItemsFromFilterFeed(String communityId, String subjectId, String keyPrefix, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedItemPage result)",
      "simplifiedSignature": "setTestGetFeedItemsFromFilterFeed(String,String,String,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,ConnectApi.FeedItemPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedItemPage object to be returned when the matching getFeedItems​​FromFilterFeed method is called in a test context. Use the method with the same parameters or the code throws an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 60
              },
              "end": {
                "line": 0,
                "character": 71
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:60"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 60
              },
              "end": {
                "line": 0,
                "character": 71
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:60"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 53
                },
                "end": {
                  "line": 0,
                  "character": 59
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:53"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 80
              },
              "end": {
                "line": 0,
                "character": 89
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:80"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 80
              },
              "end": {
                "line": 0,
                "character": 89
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:80"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeed.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.chatterfeeds.settestgetfeeditemsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "keyprefix": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.keyprefix",
          "nodeType": "variable",
          "name": "keyPrefix",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 98
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:98"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 98
              },
              "end": {
                "line": 0,
                "character": 107
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:98"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 91
                },
                "end": {
                  "line": 0,
                  "character": 97
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:91"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 117
              },
              "end": {
                "line": 0,
                "character": 135
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:117"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 117
              },
              "end": {
                "line": 0,
                "character": 135
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:117"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 109
                },
                "end": {
                  "line": 0,
                  "character": 116
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:109"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 160
              },
              "end": {
                "line": 0,
                "character": 167
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:160"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 160
              },
              "end": {
                "line": 0,
                "character": 167
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:160"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 137
                },
                "end": {
                  "line": 0,
                  "character": 147
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:137"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 176
              },
              "end": {
                "line": 0,
                "character": 185
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:176"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 176
              },
              "end": {
                "line": 0,
                "character": 185
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:176"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 169
                },
                "end": {
                  "line": 0,
                  "character": 175
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:169"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 195
              },
              "end": {
                "line": 0,
                "character": 203
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:195"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 195
              },
              "end": {
                "line": 0,
                "character": 203
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:195"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 187
                },
                "end": {
                  "line": 0,
                  "character": 194
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:187"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 230
              },
              "end": {
                "line": 0,
                "character": 239
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:230"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 230
              },
              "end": {
                "line": 0,
                "character": 239
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:230"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 205
                },
                "end": {
                  "line": 0,
                  "character": 215
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:205"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 265
              },
              "end": {
                "line": 0,
                "character": 271
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:265"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 265
              },
              "end": {
                "line": 0,
                "character": 271
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:265"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeed.datatype.ConnectApi.FeedItemPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedItemPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 241
                },
                "end": {
                  "line": 0,
                  "character": 251
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:241"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedItemPage"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the context user or the alias me. A key prefix that specifies record type. A key prefix is the first three characters in the object ID, which specifies the object type. For example, User objects have a prefix of 005 and Group objects have a prefix of 0F9. The maximum number of comments to return with each feed item. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   Sorts the returned feed by the most recently created feed item, or by the most recently modified feed item. If you pass in null, the default value CreatedDateDesc is used. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeeditemsfromfilterfeedupdatedsince(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeedupdatedsince(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
      "nodeType": "method",
      "name": "setTestGetFeedItemsFromFilterFeedUpdatedSince",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFeedItemsFromFilterFeedUpdatedSince",
        "textToLower": "settestgetfeeditemsfromfilterfeedupdatedsince",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFeedItemsFromFilterFeedUpdatedSince_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 246,
      "memberOrder": 246,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFeedItemsFromFilterFeedUpdatedSince(String communityId, String subjectId, String keyPrefix, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String updatedSince, ConnectApi.FeedItemPage result)",
      "overrideSignature": "public static override Void setTestGetFeedItemsFromFilterFeedUpdatedSince(String communityId, String subjectId, String keyPrefix, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String updatedSince, ConnectApi.FeedItemPage result)",
      "simplifiedSignature": "setTestGetFeedItemsFromFilterFeedUpdatedSince(String,String,String,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,String,ConnectApi.FeedItemPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeedupdatedsince.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeedupdatedsince",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedItemPage object to be returned when the getFeedItemsFromFilterFeedUpdatedSince method is called in a test context.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeedupdatedsince(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:72"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 83
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:72"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeedupdatedsince(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeedupdatedsince.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.chatterfeeds.settestgetfeeditemsfromfilterfeedupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeedupdatedsince(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 92
              },
              "end": {
                "line": 0,
                "character": 101
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:92"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 92
              },
              "end": {
                "line": 0,
                "character": 101
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:92"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeedupdatedsince(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeedupdatedsince.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.chatterfeeds.settestgetfeeditemsfromfilterfeedupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "keyprefix": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeedupdatedsince(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.keyprefix",
          "nodeType": "variable",
          "name": "keyPrefix",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 110
              },
              "end": {
                "line": 0,
                "character": 119
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:110"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 110
              },
              "end": {
                "line": 0,
                "character": 119
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:110"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeedupdatedsince(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeedupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 103
                },
                "end": {
                  "line": 0,
                  "character": 109
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:103"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeedupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeedupdatedsince(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 129
              },
              "end": {
                "line": 0,
                "character": 147
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:129"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 129
              },
              "end": {
                "line": 0,
                "character": 147
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:129"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeedupdatedsince(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeedupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 121
                },
                "end": {
                  "line": 0,
                  "character": 128
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:121"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeedupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeedupdatedsince(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 172
              },
              "end": {
                "line": 0,
                "character": 179
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:172"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 172
              },
              "end": {
                "line": 0,
                "character": 179
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:172"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeedupdatedsince(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeedupdatedsince.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 149
                },
                "end": {
                  "line": 0,
                  "character": 159
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:149"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeedupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeedupdatedsince(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 188
              },
              "end": {
                "line": 0,
                "character": 197
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:188"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 188
              },
              "end": {
                "line": 0,
                "character": 197
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:188"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeedupdatedsince(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeedupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 181
                },
                "end": {
                  "line": 0,
                  "character": 187
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:181"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeedupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeedupdatedsince(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 207
              },
              "end": {
                "line": 0,
                "character": 215
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:207"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 207
              },
              "end": {
                "line": 0,
                "character": 215
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:207"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeedupdatedsince(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeedupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 199
                },
                "end": {
                  "line": 0,
                  "character": 206
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:199"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeedupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeedupdatedsince(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 242
              },
              "end": {
                "line": 0,
                "character": 251
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:242"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 242
              },
              "end": {
                "line": 0,
                "character": 251
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:242"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeedupdatedsince(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeedupdatedsince.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 217
                },
                "end": {
                  "line": 0,
                  "character": 227
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:217"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeedupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "updatedsince": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeedupdatedsince(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.updatedsince",
          "nodeType": "variable",
          "name": "updatedSince",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 260
              },
              "end": {
                "line": 0,
                "character": 272
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:260"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 260
              },
              "end": {
                "line": 0,
                "character": 272
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:260"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeedupdatedsince(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeedupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 253
                },
                "end": {
                  "line": 0,
                  "character": 259
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:253"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeedupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeedupdatedsince(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 298
              },
              "end": {
                "line": 0,
                "character": 304
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:298"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 298
              },
              "end": {
                "line": 0,
                "character": 304
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:298"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsfromfilterfeedupdatedsince(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeedupdatedsince.datatype.ConnectApi.FeedItemPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedItemPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 274
                },
                "end": {
                  "line": 0,
                  "character": 284
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:274"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsfromfilterfeedupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedItemPage"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the context user or the alias me. A key prefix that specifies record type. A key prefix is the first three characters in the object ID, which specifies the object type. For example, User objects have a prefix of 005 and Group objects have a prefix of 0F9. The maximum number of comments to return with each feed item. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   Sorts the returned feed by the most recently created feed item, or by the most recently modified feed item. If you pass in null, the default value CreatedDateDesc is used. An opaque token containing information about the last modified date of the feed. Do not construct this token. To retrieve this token, call getFeedItemsFromFilterFeed and take the value from the updatesToken property of the ConnectApi.FeedItemPage response body. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeeditemsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feeditempage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feeditempage)",
      "nodeType": "method",
      "name": "setTestGetFeedItemsUpdatedSince",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFeedItemsUpdatedSince",
        "textToLower": "settestgetfeeditemsupdatedsince",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFeedItemsUpdatedSince_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 247,
      "memberOrder": 247,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFeedItemsUpdatedSince(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, ConnectApi.FeedItemPage results)",
      "overrideSignature": "public static override Void setTestGetFeedItemsUpdatedSince(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, ConnectApi.FeedItemPage results)",
      "simplifiedSignature": "setTestGetFeedItemsUpdatedSince(String,ConnectApi.FeedType,Integer,ConnectApi.FeedDensity,String,Integer,String,ConnectApi.FeedItemPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedItemPage object to be returned when getFeedItems​UpdatedSince is called with matching parameters in a test context. Use the method with the same parameters or the code throws an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feeditempage).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.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feeditempage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince.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.chatterfeeds.settestgetfeeditemsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feeditempage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 99
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:91"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 99
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:91"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feeditempage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 71
                },
                "end": {
                  "line": 0,
                  "character": 81
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:71"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feeditempage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 109
              },
              "end": {
                "line": 0,
                "character": 127
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:109"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 109
              },
              "end": {
                "line": 0,
                "character": 127
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:109"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feeditempage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 101
                },
                "end": {
                  "line": 0,
                  "character": 108
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:101"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feeditempage).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 152
              },
              "end": {
                "line": 0,
                "character": 159
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:152"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 152
              },
              "end": {
                "line": 0,
                "character": 159
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:152"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feeditempage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 129
                },
                "end": {
                  "line": 0,
                  "character": 139
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:129"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feeditempage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 168
              },
              "end": {
                "line": 0,
                "character": 177
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:168"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 168
              },
              "end": {
                "line": 0,
                "character": 177
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:168"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feeditempage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 161
                },
                "end": {
                  "line": 0,
                  "character": 167
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:161"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feeditempage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 187
              },
              "end": {
                "line": 0,
                "character": 195
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:187"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 187
              },
              "end": {
                "line": 0,
                "character": 195
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:187"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feeditempage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 179
                },
                "end": {
                  "line": 0,
                  "character": 186
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:179"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "updatedsince": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feeditempage).varParam.updatedsince",
          "nodeType": "variable",
          "name": "updatedSince",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 204
              },
              "end": {
                "line": 0,
                "character": 216
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:204"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 204
              },
              "end": {
                "line": 0,
                "character": 216
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:204"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feeditempage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 197
                },
                "end": {
                  "line": 0,
                  "character": 203
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:197"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "results": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feeditempage).varParam.results",
          "nodeType": "variable",
          "name": "results",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "results",
            "textToLower": "results",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 242
              },
              "end": {
                "line": 0,
                "character": 249
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_results_0:242"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "results",
            "textToLower": "results",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 242
              },
              "end": {
                "line": 0,
                "character": 249
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_results_0:242"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,string,connectapi.feeditempage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince.datatype.ConnectApi.FeedItemPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedItemPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 218
                },
                "end": {
                  "line": 0,
                  "character": 228
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:218"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedItemPage"
          },
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,connectapi.feeditempage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,connectapi.feeditempage)",
      "nodeType": "method",
      "name": "setTestGetFeedItemsUpdatedSince",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFeedItemsUpdatedSince",
        "textToLower": "settestgetfeeditemsupdatedsince",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFeedItemsUpdatedSince_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 248,
      "memberOrder": 248,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFeedItemsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, ConnectApi.FeedItemPage result)",
      "overrideSignature": "public static override Void setTestGetFeedItemsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, ConnectApi.FeedItemPage result)",
      "simplifiedSignature": "setTestGetFeedItemsUpdatedSince(String,ConnectApi.FeedType,String,Integer,ConnectApi.FeedDensity,String,Integer,String,ConnectApi.FeedItemPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedItemPage object to be returned when getFeedItems​UpdatedSince is called with matching parameters in a test context. Use the method with the same parameters or the code throws an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,connectapi.feeditempage).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.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,connectapi.feeditempage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince.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.chatterfeeds.settestgetfeeditemsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,connectapi.feeditempage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 99
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:91"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 99
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:91"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,connectapi.feeditempage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 71
                },
                "end": {
                  "line": 0,
                  "character": 81
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:71"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,connectapi.feeditempage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 108
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:108"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 108
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:108"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,connectapi.feeditempage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 101
                },
                "end": {
                  "line": 0,
                  "character": 107
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:101"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,connectapi.feeditempage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 127
              },
              "end": {
                "line": 0,
                "character": 145
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:127"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 127
              },
              "end": {
                "line": 0,
                "character": 145
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:127"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,connectapi.feeditempage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 119
                },
                "end": {
                  "line": 0,
                  "character": 126
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:119"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,connectapi.feeditempage).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 170
              },
              "end": {
                "line": 0,
                "character": 177
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:170"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 170
              },
              "end": {
                "line": 0,
                "character": 177
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:170"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,connectapi.feeditempage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 147
                },
                "end": {
                  "line": 0,
                  "character": 157
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:147"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,connectapi.feeditempage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 186
              },
              "end": {
                "line": 0,
                "character": 195
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:186"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 186
              },
              "end": {
                "line": 0,
                "character": 195
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:186"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,connectapi.feeditempage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 179
                },
                "end": {
                  "line": 0,
                  "character": 185
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:179"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,connectapi.feeditempage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 205
              },
              "end": {
                "line": 0,
                "character": 213
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:205"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 205
              },
              "end": {
                "line": 0,
                "character": 213
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:205"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,connectapi.feeditempage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 197
                },
                "end": {
                  "line": 0,
                  "character": 204
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:197"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "updatedsince": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,connectapi.feeditempage).varParam.updatedsince",
          "nodeType": "variable",
          "name": "updatedSince",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 222
              },
              "end": {
                "line": 0,
                "character": 234
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:222"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 222
              },
              "end": {
                "line": 0,
                "character": 234
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:222"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,connectapi.feeditempage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 215
                },
                "end": {
                  "line": 0,
                  "character": 221
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:215"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,connectapi.feeditempage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 260
              },
              "end": {
                "line": 0,
                "character": 266
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:260"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 260
              },
              "end": {
                "line": 0,
                "character": 266
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:260"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,connectapi.feeditempage)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince.datatype.ConnectApi.FeedItemPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedItemPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 236
                },
                "end": {
                  "line": 0,
                  "character": 246
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:236"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedItemPage"
          },
          "description": "Use either the ID for a community, internal, or null. One of these values: Files  Groups  News  People  Record    If feedType is ConnectApi.Record, subjectId can be any record ID, including a group ID. Otherwise, it must be the context user or the alias me. The maximum number of comments to return with each feed item. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. An opaque token containing information about the last modified date of the feed. Do not construct this token. Retrieve this token from the updatesToken property of the ConnectApi.FeedItemPage response body. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feeditempage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feeditempage)",
      "nodeType": "method",
      "name": "setTestGetFeedItemsUpdatedSince",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFeedItemsUpdatedSince",
        "textToLower": "settestgetfeeditemsupdatedsince",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFeedItemsUpdatedSince_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 249,
      "memberOrder": 249,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetFeedItemsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, Boolean showInternalOnly, ConnectApi.FeedItemPage result)",
      "overrideSignature": "public static override Void setTestGetFeedItemsUpdatedSince(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, String updatedSince, Boolean showInternalOnly, ConnectApi.FeedItemPage result)",
      "simplifiedSignature": "setTestGetFeedItemsUpdatedSince(String,ConnectApi.FeedType,String,Integer,ConnectApi.FeedDensity,String,Integer,String,Boolean,ConnectApi.FeedItemPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedItemPage object to be returned when getFeedItems​UpdatedSince is called with matching parameters in a test context. Use the method with the same parameters or the code throws an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feeditempage).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.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feeditempage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince.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.chatterfeeds.settestgetfeeditemsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feeditempage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 99
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:91"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 99
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:91"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feeditempage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 71
                },
                "end": {
                  "line": 0,
                  "character": 81
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:71"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feeditempage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 108
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:108"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 108
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:108"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feeditempage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 101
                },
                "end": {
                  "line": 0,
                  "character": 107
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:101"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feeditempage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 127
              },
              "end": {
                "line": 0,
                "character": 145
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:127"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 127
              },
              "end": {
                "line": 0,
                "character": 145
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:127"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feeditempage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 119
                },
                "end": {
                  "line": 0,
                  "character": 126
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:119"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feeditempage).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 170
              },
              "end": {
                "line": 0,
                "character": 177
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:170"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 170
              },
              "end": {
                "line": 0,
                "character": 177
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:170"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feeditempage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 147
                },
                "end": {
                  "line": 0,
                  "character": 157
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:147"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feeditempage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 186
              },
              "end": {
                "line": 0,
                "character": 195
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:186"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 186
              },
              "end": {
                "line": 0,
                "character": 195
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:186"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feeditempage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 179
                },
                "end": {
                  "line": 0,
                  "character": 185
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:179"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feeditempage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 205
              },
              "end": {
                "line": 0,
                "character": 213
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:205"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 205
              },
              "end": {
                "line": 0,
                "character": 213
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:205"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feeditempage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 197
                },
                "end": {
                  "line": 0,
                  "character": 204
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:197"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "updatedsince": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feeditempage).varParam.updatedsince",
          "nodeType": "variable",
          "name": "updatedSince",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 222
              },
              "end": {
                "line": 0,
                "character": 234
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:222"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "updatedSince",
            "textToLower": "updatedsince",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 222
              },
              "end": {
                "line": 0,
                "character": 234
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updatedSince_0:222"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feeditempage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 215
                },
                "end": {
                  "line": 0,
                  "character": 221
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:215"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "showinternalonly": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feeditempage).varParam.showinternalonly",
          "nodeType": "variable",
          "name": "showInternalOnly",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 244
              },
              "end": {
                "line": 0,
                "character": 260
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:244"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 244
              },
              "end": {
                "line": 0,
                "character": 260
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:244"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feeditempage)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 236
                },
                "end": {
                  "line": 0,
                  "character": 243
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:236"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feeditempage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 286
              },
              "end": {
                "line": 0,
                "character": 292
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:286"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 286
              },
              "end": {
                "line": 0,
                "character": 292
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:286"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetfeeditemsupdatedsince(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,string,boolean,connectapi.feeditempage)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince.datatype.ConnectApi.FeedItemPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedItemPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 262
                },
                "end": {
                  "line": 0,
                  "character": 272
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:262"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetfeeditemsupdatedsince",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedItemPage"
          },
          "description": "Use either the ID for a community, internal, or null. One of these values: Files  Groups  News  People  Record    If feedType is ConnectApi.Record, subjectId can be any record ID, including a group ID. Otherwise, it must be the context user or the alias me. The maximum number of comments to return with each feed item. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. An opaque token containing information about the last modified date of the feed. Do not construct this token. Retrieve this token from the updatesToken property of the ConnectApi.FeedItemPage response body. Specifies whether to show only feed items from internal (non-community) users (true), or not (false). The default value is false. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetrelatedposts(string,string,connectapi.relatedfeedposttype,integer,connectapi.relatedfeedposts)": {
      "id": "ConnectApi.chatterfeeds.method.settestgetrelatedposts(string,string,connectapi.relatedfeedposttype,integer,connectapi.relatedfeedposts)",
      "nodeType": "method",
      "name": "setTestGetRelatedPosts",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetRelatedPosts",
        "textToLower": "settestgetrelatedposts",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetRelatedPosts_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 250,
      "memberOrder": 250,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetRelatedPosts(String communityId, String feedElementId, ConnectApi.RelatedFeedPostType filter, Integer maxResults, ConnectApi.RelatedFeedPosts result)",
      "overrideSignature": "public static override Void setTestGetRelatedPosts(String communityId, String feedElementId, ConnectApi.RelatedFeedPostType filter, Integer maxResults, ConnectApi.RelatedFeedPosts result)",
      "simplifiedSignature": "setTestGetRelatedPosts(String,String,ConnectApi.RelatedFeedPostType,Integer,ConnectApi.RelatedFeedPosts)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestgetrelatedposts.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestgetrelatedposts",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.RelatedFeedPosts object to be returned when the matching ConnectApi.getRelatedPosts(communityId, feedElementId, filter, maxResults) method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetrelatedposts(string,string,connectapi.relatedfeedposttype,integer,connectapi.relatedfeedposts).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 49
              },
              "end": {
                "line": 0,
                "character": 60
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:49"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 49
              },
              "end": {
                "line": 0,
                "character": 60
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:49"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetrelatedposts(string,string,connectapi.relatedfeedposttype,integer,connectapi.relatedfeedposts)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetrelatedposts.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 42
                },
                "end": {
                  "line": 0,
                  "character": 48
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:42"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetrelatedposts",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedelementid": {
          "id": "ConnectApi.chatterfeeds.method.settestgetrelatedposts(string,string,connectapi.relatedfeedposttype,integer,connectapi.relatedfeedposts).varParam.feedelementid",
          "nodeType": "variable",
          "name": "feedElementId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 69
              },
              "end": {
                "line": 0,
                "character": 82
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:69"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedElementId",
            "textToLower": "feedelementid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 69
              },
              "end": {
                "line": 0,
                "character": 82
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedElementId_0:69"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetrelatedposts(string,string,connectapi.relatedfeedposttype,integer,connectapi.relatedfeedposts)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetrelatedposts.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 62
                },
                "end": {
                  "line": 0,
                  "character": 68
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:62"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetrelatedposts",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "filter": {
          "id": "ConnectApi.chatterfeeds.method.settestgetrelatedposts(string,string,connectapi.relatedfeedposttype,integer,connectapi.relatedfeedposts).varParam.filter",
          "nodeType": "variable",
          "name": "filter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 115
              },
              "end": {
                "line": 0,
                "character": 121
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:115"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 115
              },
              "end": {
                "line": 0,
                "character": 121
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:115"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetrelatedposts(string,string,connectapi.relatedfeedposttype,integer,connectapi.relatedfeedposts)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetrelatedposts.datatype.ConnectApi.RelatedFeedPostType",
            "nodeType": "datatype",
            "name": "ConnectApi.RelatedFeedPostType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 84
                },
                "end": {
                  "line": 0,
                  "character": 94
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:84"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetrelatedposts",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.RelatedFeedPostType"
          },
          "scope": null
        },
        "maxresults": {
          "id": "ConnectApi.chatterfeeds.method.settestgetrelatedposts(string,string,connectapi.relatedfeedposttype,integer,connectapi.relatedfeedposts).varParam.maxresults",
          "nodeType": "variable",
          "name": "maxResults",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "maxResults",
            "textToLower": "maxresults",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 131
              },
              "end": {
                "line": 0,
                "character": 141
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_maxResults_0:131"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "maxResults",
            "textToLower": "maxresults",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 131
              },
              "end": {
                "line": 0,
                "character": 141
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_maxResults_0:131"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetrelatedposts(string,string,connectapi.relatedfeedposttype,integer,connectapi.relatedfeedposts)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetrelatedposts.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 123
                },
                "end": {
                  "line": 0,
                  "character": 130
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:123"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetrelatedposts",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgetrelatedposts(string,string,connectapi.relatedfeedposttype,integer,connectapi.relatedfeedposts).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 171
              },
              "end": {
                "line": 0,
                "character": 177
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:171"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 171
              },
              "end": {
                "line": 0,
                "character": 177
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:171"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgetrelatedposts(string,string,connectapi.relatedfeedposttype,integer,connectapi.relatedfeedposts)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgetrelatedposts.datatype.ConnectApi.RelatedFeedPosts",
            "nodeType": "datatype",
            "name": "ConnectApi.RelatedFeedPosts",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 143
                },
                "end": {
                  "line": 0,
                  "character": 153
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:143"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgetrelatedposts",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.RelatedFeedPosts"
          },
          "description": "Use either the ID for a community, internal, or null. ID of the feed element. The feed element must be a question. Specifies the type of related feed post. Values are:  Answered—Related questions that have at least one answer.   BestAnswer—Related questions that have a best answer.   Generic—All types of related questions, including answered, with a best answer, and unanswered.   Unanswered—Related questions that don’t have answers.   Generic is the default value. The maximum number of results to return. You can return up to 25 results; 5 is the default. The object containing test data.In version 37.0 and later, related feed posts are questions.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgettopunansweredquestions(string,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgettopunansweredquestions(string,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestGetTopUnansweredQuestions",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetTopUnansweredQuestions",
        "textToLower": "settestgettopunansweredquestions",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetTopUnansweredQuestions_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 251,
      "memberOrder": 251,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetTopUnansweredQuestions(String communityId, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestGetTopUnansweredQuestions(String communityId, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestGetTopUnansweredQuestions(String,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestgettopunansweredquestions.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestgettopunansweredquestions",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when the matching ConnectApi.getTopUnansweredQuestions method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgettopunansweredquestions(string,connectapi.feedelementpage).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.chatterfeeds.method.settestgettopunansweredquestions(string,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgettopunansweredquestions.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.chatterfeeds.settestgettopunansweredquestions",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgettopunansweredquestions(string,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 99
              },
              "end": {
                "line": 0,
                "character": 105
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:99"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 99
              },
              "end": {
                "line": 0,
                "character": 105
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:99"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgettopunansweredquestions(string,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgettopunansweredquestions.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 72
                },
                "end": {
                  "line": 0,
                  "character": 82
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:72"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgettopunansweredquestions",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "ID of the community. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgettopunansweredquestions(string,connectapi.topunansweredquestionsfiltertype,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgettopunansweredquestions(string,connectapi.topunansweredquestionsfiltertype,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestGetTopUnansweredQuestions",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetTopUnansweredQuestions",
        "textToLower": "settestgettopunansweredquestions",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetTopUnansweredQuestions_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 252,
      "memberOrder": 252,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetTopUnansweredQuestions(String communityId, ConnectApi.TopUnansweredQuestionsFilterType filter, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestGetTopUnansweredQuestions(String communityId, ConnectApi.TopUnansweredQuestionsFilterType filter, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestGetTopUnansweredQuestions(String,ConnectApi.TopUnansweredQuestionsFilterType,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestgettopunansweredquestions.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestgettopunansweredquestions",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when the matching ConnectApi.getTopUnansweredQuestions method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgettopunansweredquestions(string,connectapi.topunansweredquestionsfiltertype,connectapi.feedelementpage).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.chatterfeeds.method.settestgettopunansweredquestions(string,connectapi.topunansweredquestionsfiltertype,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgettopunansweredquestions.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.chatterfeeds.settestgettopunansweredquestions",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "filter": {
          "id": "ConnectApi.chatterfeeds.method.settestgettopunansweredquestions(string,connectapi.topunansweredquestionsfiltertype,connectapi.feedelementpage).varParam.filter",
          "nodeType": "variable",
          "name": "filter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 116
              },
              "end": {
                "line": 0,
                "character": 122
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:116"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 116
              },
              "end": {
                "line": 0,
                "character": 122
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:116"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgettopunansweredquestions(string,connectapi.topunansweredquestionsfiltertype,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgettopunansweredquestions.datatype.ConnectApi.TopUnansweredQuestionsFilterType",
            "nodeType": "datatype",
            "name": "ConnectApi.TopUnansweredQuestionsFilterType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 72
                },
                "end": {
                  "line": 0,
                  "character": 82
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:72"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgettopunansweredquestions",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.TopUnansweredQuestionsFilterType"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgettopunansweredquestions(string,connectapi.topunansweredquestionsfiltertype,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 151
              },
              "end": {
                "line": 0,
                "character": 157
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:151"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 151
              },
              "end": {
                "line": 0,
                "character": 157
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:151"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgettopunansweredquestions(string,connectapi.topunansweredquestionsfiltertype,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgettopunansweredquestions.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 124
                },
                "end": {
                  "line": 0,
                  "character": 134
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:124"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgettopunansweredquestions",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "ID of the community. Specifies the filter for the feed. UnansweredQuestionsWithCandidate​Answers is the only valid value. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgettopunansweredquestions(string,integer,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgettopunansweredquestions(string,integer,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestGetTopUnansweredQuestions",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetTopUnansweredQuestions",
        "textToLower": "settestgettopunansweredquestions",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetTopUnansweredQuestions_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 253,
      "memberOrder": 253,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetTopUnansweredQuestions(String communityId, Integer pageSize, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestGetTopUnansweredQuestions(String communityId, Integer pageSize, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestGetTopUnansweredQuestions(String,Integer,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestgettopunansweredquestions.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestgettopunansweredquestions",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when the matching ConnectApi.getTopUnansweredQuestions method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgettopunansweredquestions(string,integer,connectapi.feedelementpage).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.chatterfeeds.method.settestgettopunansweredquestions(string,integer,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgettopunansweredquestions.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.chatterfeeds.settestgettopunansweredquestions",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestgettopunansweredquestions(string,integer,connectapi.feedelementpage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 80
              },
              "end": {
                "line": 0,
                "character": 88
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:80"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 80
              },
              "end": {
                "line": 0,
                "character": 88
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:80"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgettopunansweredquestions(string,integer,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgettopunansweredquestions.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 72
                },
                "end": {
                  "line": 0,
                  "character": 79
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:72"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgettopunansweredquestions",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgettopunansweredquestions(string,integer,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 117
              },
              "end": {
                "line": 0,
                "character": 123
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:117"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 117
              },
              "end": {
                "line": 0,
                "character": 123
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:117"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgettopunansweredquestions(string,integer,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgettopunansweredquestions.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 90
                },
                "end": {
                  "line": 0,
                  "character": 100
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:90"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgettopunansweredquestions",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "ID of the community. Specifies the number of items per page. Valid values are from 0 through 10. If you pass in null, the default size is 5. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgettopunansweredquestions(string,connectapi.feedfilter,integer,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestgettopunansweredquestions(string,connectapi.feedfilter,integer,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestGetTopUnansweredQuestions",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetTopUnansweredQuestions",
        "textToLower": "settestgettopunansweredquestions",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetTopUnansweredQuestions_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 254,
      "memberOrder": 254,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestGetTopUnansweredQuestions(String communityId, ConnectApi.FeedFilter filter, Integer pageSize, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestGetTopUnansweredQuestions(String communityId, ConnectApi.FeedFilter filter, Integer pageSize, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestGetTopUnansweredQuestions(String,ConnectApi.FeedFilter,Integer,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestgettopunansweredquestions.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestgettopunansweredquestions",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when the matching ConnectApi.getTopUnansweredQuestions method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestgettopunansweredquestions(string,connectapi.feedfilter,integer,connectapi.feedelementpage).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.chatterfeeds.method.settestgettopunansweredquestions(string,connectapi.feedfilter,integer,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgettopunansweredquestions.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.chatterfeeds.settestgettopunansweredquestions",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "filter": {
          "id": "ConnectApi.chatterfeeds.method.settestgettopunansweredquestions(string,connectapi.feedfilter,integer,connectapi.feedelementpage).varParam.filter",
          "nodeType": "variable",
          "name": "filter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 100
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:94"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 100
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:94"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgettopunansweredquestions(string,connectapi.feedfilter,integer,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgettopunansweredquestions.datatype.ConnectApi.FeedFilter",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedFilter",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 72
                },
                "end": {
                  "line": 0,
                  "character": 82
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:72"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgettopunansweredquestions",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedFilter"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestgettopunansweredquestions(string,connectapi.feedfilter,integer,connectapi.feedelementpage).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.chatterfeeds.method.settestgettopunansweredquestions(string,connectapi.feedfilter,integer,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgettopunansweredquestions.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.chatterfeeds.settestgettopunansweredquestions",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestgettopunansweredquestions(string,connectapi.feedfilter,integer,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 147
              },
              "end": {
                "line": 0,
                "character": 153
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:147"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 147
              },
              "end": {
                "line": 0,
                "character": 153
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:147"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestgettopunansweredquestions(string,connectapi.feedfilter,integer,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestgettopunansweredquestions.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 120
                },
                "end": {
                  "line": 0,
                  "character": 130
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:120"
            },
            "parentId": "ConnectApi.chatterfeeds.settestgettopunansweredquestions",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "ID of the community. Specifies the filter for the feed. UnansweredQuestionsWithCandidate​Answers is the only valid value. Specifies the number of items per page. Valid values are from 0 through 10. If you pass in null, the default size is 5. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestsearchfeedelements(string,string,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestSearchFeedElements",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestSearchFeedElements",
        "textToLower": "settestsearchfeedelements",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestSearchFeedElements_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 255,
      "memberOrder": 255,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestSearchFeedElements(String communityId, String q, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestSearchFeedElements(String communityId, String q, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestSearchFeedElements(String,String,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestsearchfeedelements.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelements",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when the matching ConnectApi.searchFeedElements method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,connectapi.feedelementpage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 52
              },
              "end": {
                "line": 0,
                "character": 63
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:52"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 52
              },
              "end": {
                "line": 0,
                "character": 63
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:52"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelements.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 45
                },
                "end": {
                  "line": 0,
                  "character": 51
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:45"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,connectapi.feedelementpage).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 73
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:72"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 73
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:72"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelements.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.chatterfeeds.settestsearchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 102
              },
              "end": {
                "line": 0,
                "character": 108
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:102"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 102
              },
              "end": {
                "line": 0,
                "character": 108
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:102"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelements.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 75
                },
                "end": {
                  "line": 0,
                  "character": 85
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:75"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "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.  The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestsearchfeedelements(string,string,connectapi.feedsortorder,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,connectapi.feedsortorder,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestSearchFeedElements",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestSearchFeedElements",
        "textToLower": "settestsearchfeedelements",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestSearchFeedElements_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 256,
      "memberOrder": 256,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestSearchFeedElements(String communityId, String q, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestSearchFeedElements(String communityId, String q, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestSearchFeedElements(String,String,ConnectApi.FeedSortOrder,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestsearchfeedelements.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelements",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when the matching ConnectApi.searchFeedElements method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,connectapi.feedsortorder,connectapi.feedelementpage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 52
              },
              "end": {
                "line": 0,
                "character": 63
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:52"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 52
              },
              "end": {
                "line": 0,
                "character": 63
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:52"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelements.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 45
                },
                "end": {
                  "line": 0,
                  "character": 51
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:45"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,connectapi.feedsortorder,connectapi.feedelementpage).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 73
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:72"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 73
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:72"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelements.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.chatterfeeds.settestsearchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,connectapi.feedsortorder,connectapi.feedelementpage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 100
              },
              "end": {
                "line": 0,
                "character": 109
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:100"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 100
              },
              "end": {
                "line": 0,
                "character": 109
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:100"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelements.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 75
                },
                "end": {
                  "line": 0,
                  "character": 85
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:75"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,connectapi.feedsortorder,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 138
              },
              "end": {
                "line": 0,
                "character": 144
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:138"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 138
              },
              "end": {
                "line": 0,
                "character": 144
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:138"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelements.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 111
                },
                "end": {
                  "line": 0,
                  "character": 121
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:111"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "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.  Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestsearchfeedelements(string,string,boolean,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,boolean,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestSearchFeedElements",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestSearchFeedElements",
        "textToLower": "settestsearchfeedelements",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestSearchFeedElements_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 257,
      "memberOrder": 257,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestSearchFeedElements(String communityId, String q, Boolean threadedCommentsCollapsed, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestSearchFeedElements(String communityId, String q, Boolean threadedCommentsCollapsed, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestSearchFeedElements(String,String,Boolean,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestsearchfeedelements.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelements",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when the matching ConnectApi.searchFeedElements method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,boolean,connectapi.feedelementpage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 52
              },
              "end": {
                "line": 0,
                "character": 63
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:52"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 52
              },
              "end": {
                "line": 0,
                "character": 63
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:52"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,boolean,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelements.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 45
                },
                "end": {
                  "line": 0,
                  "character": 51
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:45"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,boolean,connectapi.feedelementpage).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 73
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:72"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 73
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:72"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,boolean,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelements.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.chatterfeeds.settestsearchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "threadedcommentscollapsed": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,boolean,connectapi.feedelementpage).varParam.threadedcommentscollapsed",
          "nodeType": "variable",
          "name": "threadedCommentsCollapsed",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "threadedCommentsCollapsed",
            "textToLower": "threadedcommentscollapsed",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 83
              },
              "end": {
                "line": 0,
                "character": 108
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_threadedCommentsCollapsed_0:83"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "threadedCommentsCollapsed",
            "textToLower": "threadedcommentscollapsed",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 83
              },
              "end": {
                "line": 0,
                "character": 108
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_threadedCommentsCollapsed_0:83"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,boolean,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelements.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 75
                },
                "end": {
                  "line": 0,
                  "character": 82
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:75"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,boolean,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 137
              },
              "end": {
                "line": 0,
                "character": 143
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:137"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 137
              },
              "end": {
                "line": 0,
                "character": 143
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:137"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,boolean,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelements.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 110
                },
                "end": {
                  "line": 0,
                  "character": 120
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:110"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "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.   Specifies whether to return threaded comments in a collapsed style (true) or not (false). If you pass in null, the default is false. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestsearchfeedelements(string,string,string,integer,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,string,integer,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestSearchFeedElements",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestSearchFeedElements",
        "textToLower": "settestsearchfeedelements",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestSearchFeedElements_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 258,
      "memberOrder": 258,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestSearchFeedElements(String communityId, String q, String pageParam, Integer pageSize, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestSearchFeedElements(String communityId, String q, String pageParam, Integer pageSize, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestSearchFeedElements(String,String,String,Integer,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestsearchfeedelements.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelements",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when the matching ConnectApi.searchFeedElements method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,string,integer,connectapi.feedelementpage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 52
              },
              "end": {
                "line": 0,
                "character": 63
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:52"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 52
              },
              "end": {
                "line": 0,
                "character": 63
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:52"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,string,integer,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelements.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 45
                },
                "end": {
                  "line": 0,
                  "character": 51
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:45"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,string,integer,connectapi.feedelementpage).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 73
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:72"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 73
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:72"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,string,integer,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelements.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.chatterfeeds.settestsearchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,string,integer,connectapi.feedelementpage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 82
              },
              "end": {
                "line": 0,
                "character": 91
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:82"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 82
              },
              "end": {
                "line": 0,
                "character": 91
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:82"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,string,integer,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelements.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.chatterfeeds.settestsearchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,string,integer,connectapi.feedelementpage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 101
              },
              "end": {
                "line": 0,
                "character": 109
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:101"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 101
              },
              "end": {
                "line": 0,
                "character": 109
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:101"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,string,integer,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelements.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 93
                },
                "end": {
                  "line": 0,
                  "character": 100
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:93"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,string,integer,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 138
              },
              "end": {
                "line": 0,
                "character": 144
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:138"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 138
              },
              "end": {
                "line": 0,
                "character": 144
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:138"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,string,integer,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelements.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 111
                },
                "end": {
                  "line": 0,
                  "character": 121
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:111"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "Use either the ID for a community, internal, or null.D Required and cannot be null. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards.  The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestsearchfeedelements(string,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestSearchFeedElements",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestSearchFeedElements",
        "textToLower": "settestsearchfeedelements",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestSearchFeedElements_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 259,
      "memberOrder": 259,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestSearchFeedElements(String communityId, String q, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestSearchFeedElements(String communityId, String q, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestSearchFeedElements(String,String,String,Integer,ConnectApi.FeedSortOrder,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestsearchfeedelements.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelements",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when the matching ConnectApi.searchFeedElements method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 52
              },
              "end": {
                "line": 0,
                "character": 63
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:52"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 52
              },
              "end": {
                "line": 0,
                "character": 63
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:52"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelements.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 45
                },
                "end": {
                  "line": 0,
                  "character": 51
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:45"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 73
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:72"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 73
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:72"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelements.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.chatterfeeds.settestsearchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 82
              },
              "end": {
                "line": 0,
                "character": 91
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:82"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 82
              },
              "end": {
                "line": 0,
                "character": 91
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:82"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelements.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.chatterfeeds.settestsearchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 101
              },
              "end": {
                "line": 0,
                "character": 109
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:101"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 101
              },
              "end": {
                "line": 0,
                "character": 109
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:101"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelements.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 93
                },
                "end": {
                  "line": 0,
                  "character": 100
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:93"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 136
              },
              "end": {
                "line": 0,
                "character": 145
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:136"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 136
              },
              "end": {
                "line": 0,
                "character": 145
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:136"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelements.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 111
                },
                "end": {
                  "line": 0,
                  "character": 121
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:111"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 174
              },
              "end": {
                "line": 0,
                "character": 180
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:174"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 174
              },
              "end": {
                "line": 0,
                "character": 180
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:174"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelements.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 147
                },
                "end": {
                  "line": 0,
                  "character": 157
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:147"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "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.  The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestsearchfeedelements(string,string,string,integer,boolean,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,string,integer,boolean,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestSearchFeedElements",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestSearchFeedElements",
        "textToLower": "settestsearchfeedelements",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestSearchFeedElements_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 260,
      "memberOrder": 260,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestSearchFeedElements(String communityId, String q, String pageParam, Integer pageSize, Boolean threadedCommentsCollapsed, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestSearchFeedElements(String communityId, String q, String pageParam, Integer pageSize, Boolean threadedCommentsCollapsed, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestSearchFeedElements(String,String,String,Integer,Boolean,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestsearchfeedelements.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelements",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when the matching ConnectApi.searchFeedElements method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,string,integer,boolean,connectapi.feedelementpage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 52
              },
              "end": {
                "line": 0,
                "character": 63
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:52"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 52
              },
              "end": {
                "line": 0,
                "character": 63
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:52"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,string,integer,boolean,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelements.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 45
                },
                "end": {
                  "line": 0,
                  "character": 51
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:45"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,string,integer,boolean,connectapi.feedelementpage).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 73
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:72"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 73
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:72"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,string,integer,boolean,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelements.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.chatterfeeds.settestsearchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,string,integer,boolean,connectapi.feedelementpage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 82
              },
              "end": {
                "line": 0,
                "character": 91
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:82"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 82
              },
              "end": {
                "line": 0,
                "character": 91
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:82"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,string,integer,boolean,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelements.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.chatterfeeds.settestsearchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,string,integer,boolean,connectapi.feedelementpage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 101
              },
              "end": {
                "line": 0,
                "character": 109
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:101"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 101
              },
              "end": {
                "line": 0,
                "character": 109
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:101"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,string,integer,boolean,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelements.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 93
                },
                "end": {
                  "line": 0,
                  "character": 100
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:93"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "threadedcommentscollapsed": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,string,integer,boolean,connectapi.feedelementpage).varParam.threadedcommentscollapsed",
          "nodeType": "variable",
          "name": "threadedCommentsCollapsed",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "threadedCommentsCollapsed",
            "textToLower": "threadedcommentscollapsed",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 119
              },
              "end": {
                "line": 0,
                "character": 144
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_threadedCommentsCollapsed_0:119"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "threadedCommentsCollapsed",
            "textToLower": "threadedcommentscollapsed",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 119
              },
              "end": {
                "line": 0,
                "character": 144
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_threadedCommentsCollapsed_0:119"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,string,integer,boolean,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelements.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 111
                },
                "end": {
                  "line": 0,
                  "character": 118
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:111"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,string,integer,boolean,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 173
              },
              "end": {
                "line": 0,
                "character": 179
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:173"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 173
              },
              "end": {
                "line": 0,
                "character": 179
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:173"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,string,integer,boolean,connectapi.feedelementpage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelements.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 146
                },
                "end": {
                  "line": 0,
                  "character": 156
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:146"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "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.  The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25.  Specifies whether to return threaded comments in a collapsed style (true) or not (false). If you pass in null, the default is false. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestsearchfeedelements(string,string,integer,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,integer,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestSearchFeedElements",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestSearchFeedElements",
        "textToLower": "settestsearchfeedelements",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestSearchFeedElements_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 261,
      "memberOrder": 261,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestSearchFeedElements(String communityId, String q, Integer recentCommentCount, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestSearchFeedElements(String communityId, String q, Integer recentCommentCount, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestSearchFeedElements(String,String,Integer,String,Integer,ConnectApi.FeedSortOrder,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestsearchfeedelements.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelements",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when the matching ConnectApi.searchFeedElements method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,integer,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 52
              },
              "end": {
                "line": 0,
                "character": 63
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:52"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 52
              },
              "end": {
                "line": 0,
                "character": 63
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:52"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,integer,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelements.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 45
                },
                "end": {
                  "line": 0,
                  "character": 51
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:45"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,integer,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 73
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:72"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 72
              },
              "end": {
                "line": 0,
                "character": 73
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:72"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,integer,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelements.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.chatterfeeds.settestsearchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,integer,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 83
              },
              "end": {
                "line": 0,
                "character": 101
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:83"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 83
              },
              "end": {
                "line": 0,
                "character": 101
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:83"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,integer,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelements.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 75
                },
                "end": {
                  "line": 0,
                  "character": 82
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:75"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,integer,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 110
              },
              "end": {
                "line": 0,
                "character": 119
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:110"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 110
              },
              "end": {
                "line": 0,
                "character": 119
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:110"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,integer,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelements.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 103
                },
                "end": {
                  "line": 0,
                  "character": 109
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:103"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,integer,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).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.chatterfeeds.method.settestsearchfeedelements(string,string,integer,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelements.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 121
                },
                "end": {
                  "line": 0,
                  "character": 128
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:121"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,integer,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 164
              },
              "end": {
                "line": 0,
                "character": 173
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:164"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 164
              },
              "end": {
                "line": 0,
                "character": 173
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:164"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,integer,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelements.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 139
                },
                "end": {
                  "line": 0,
                  "character": 149
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:139"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,integer,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 202
              },
              "end": {
                "line": 0,
                "character": 208
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:202"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 202
              },
              "end": {
                "line": 0,
                "character": 208
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:202"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelements(string,string,integer,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelements.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 175
                },
                "end": {
                  "line": 0,
                  "character": 185
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:175"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "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.  Maximum number of comments to return with each feed element. The default value is 3. The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestSearchFeedElementsInFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestSearchFeedElementsInFeed",
        "textToLower": "settestsearchfeedelementsinfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestSearchFeedElementsInFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 262,
      "memberOrder": 262,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestSearchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String q, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestSearchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String q, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestSearchFeedElementsInFeed(String,ConnectApi.FeedType,String,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when the matching ConnectApi.searchFeedElementsInFeed method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,connectapi.feedelementpage).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.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.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.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,connectapi.feedelementpage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 99
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:91"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 99
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:91"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 71
                },
                "end": {
                  "line": 0,
                  "character": 81
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:71"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,connectapi.feedelementpage).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 108
              },
              "end": {
                "line": 0,
                "character": 109
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:108"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 108
              },
              "end": {
                "line": 0,
                "character": 109
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:108"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 101
                },
                "end": {
                  "line": 0,
                  "character": 107
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:101"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 138
              },
              "end": {
                "line": 0,
                "character": 144
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:138"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 138
              },
              "end": {
                "line": 0,
                "character": 144
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:138"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 111
                },
                "end": {
                  "line": 0,
                  "character": 121
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:111"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values are Company, DirectMessageModeration, Home, Moderation, and PendingReview. Required and cannot be null. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards.  The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestSearchFeedElementsInFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestSearchFeedElementsInFeed",
        "textToLower": "settestsearchfeedelementsinfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestSearchFeedElementsInFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 263,
      "memberOrder": 263,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestSearchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestSearchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestSearchFeedElementsInFeed(String,ConnectApi.FeedType,String,Integer,ConnectApi.FeedSortOrder,String,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when the matching ConnectApi.searchFeedElementsInFeed method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).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.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.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.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 99
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:91"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 99
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:91"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 71
                },
                "end": {
                  "line": 0,
                  "character": 81
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:71"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 108
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:108"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 108
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:108"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 101
                },
                "end": {
                  "line": 0,
                  "character": 107
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:101"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 127
              },
              "end": {
                "line": 0,
                "character": 135
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:127"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 127
              },
              "end": {
                "line": 0,
                "character": 135
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:127"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 119
                },
                "end": {
                  "line": 0,
                  "character": 126
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:119"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 162
              },
              "end": {
                "line": 0,
                "character": 171
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:162"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 162
              },
              "end": {
                "line": 0,
                "character": 171
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:162"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 137
                },
                "end": {
                  "line": 0,
                  "character": 147
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:137"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 180
              },
              "end": {
                "line": 0,
                "character": 181
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:180"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 180
              },
              "end": {
                "line": 0,
                "character": 181
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:180"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 173
                },
                "end": {
                  "line": 0,
                  "character": 179
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:173"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 210
              },
              "end": {
                "line": 0,
                "character": 216
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:210"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 210
              },
              "end": {
                "line": 0,
                "character": 216
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:210"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 183
                },
                "end": {
                  "line": 0,
                  "character": 193
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:183"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values are Company, DirectMessageModeration, Home, Moderation, and PendingReview. The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. Required and cannot be null. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards.  The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestsearchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestSearchFeedElementsInFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestSearchFeedElementsInFeed",
        "textToLower": "settestsearchfeedelementsinfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestSearchFeedElementsInFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 264,
      "memberOrder": 264,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestSearchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestSearchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestSearchFeedElementsInFeed(String,ConnectApi.FeedType,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,String,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when the matching ConnectApi.searchFeedElementsInFeed method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).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.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.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.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 99
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:91"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 99
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:91"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 71
                },
                "end": {
                  "line": 0,
                  "character": 81
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:71"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 109
              },
              "end": {
                "line": 0,
                "character": 127
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:109"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 109
              },
              "end": {
                "line": 0,
                "character": 127
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:109"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 101
                },
                "end": {
                  "line": 0,
                  "character": 108
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:101"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 152
              },
              "end": {
                "line": 0,
                "character": 159
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:152"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 152
              },
              "end": {
                "line": 0,
                "character": 159
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:152"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 129
                },
                "end": {
                  "line": 0,
                  "character": 139
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:129"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 168
              },
              "end": {
                "line": 0,
                "character": 177
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:168"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 168
              },
              "end": {
                "line": 0,
                "character": 177
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:168"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 161
                },
                "end": {
                  "line": 0,
                  "character": 167
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:161"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 187
              },
              "end": {
                "line": 0,
                "character": 195
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:187"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 187
              },
              "end": {
                "line": 0,
                "character": 195
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:187"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 179
                },
                "end": {
                  "line": 0,
                  "character": 186
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:179"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 222
              },
              "end": {
                "line": 0,
                "character": 231
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:222"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 222
              },
              "end": {
                "line": 0,
                "character": 231
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:222"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 197
                },
                "end": {
                  "line": 0,
                  "character": 207
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:197"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 240
              },
              "end": {
                "line": 0,
                "character": 241
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:240"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 240
              },
              "end": {
                "line": 0,
                "character": 241
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:240"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 233
                },
                "end": {
                  "line": 0,
                  "character": 239
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:233"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 270
              },
              "end": {
                "line": 0,
                "character": 276
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:270"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 270
              },
              "end": {
                "line": 0,
                "character": 276
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:270"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 243
                },
                "end": {
                  "line": 0,
                  "character": 253
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:243"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values are Company, DirectMessageModeration, Home, Moderation, and PendingReview. Maximum number of comments to return with each feed element. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. Required and cannot be null. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards.  The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestsearchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestSearchFeedElementsInFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestSearchFeedElementsInFeed",
        "textToLower": "settestsearchfeedelementsinfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestSearchFeedElementsInFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 265,
      "memberOrder": 265,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestSearchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, ConnectApi.FeedFilter filter, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestSearchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, ConnectApi.FeedFilter filter, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestSearchFeedElementsInFeed(String,ConnectApi.FeedType,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,String,ConnectApi.FeedFilter,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when the matching ConnectApi.searchFeedElementsInFeed method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter,connectapi.feedelementpage).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.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.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.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter,connectapi.feedelementpage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 99
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:91"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 99
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:91"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 71
                },
                "end": {
                  "line": 0,
                  "character": 81
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:71"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter,connectapi.feedelementpage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 109
              },
              "end": {
                "line": 0,
                "character": 127
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:109"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 109
              },
              "end": {
                "line": 0,
                "character": 127
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:109"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 101
                },
                "end": {
                  "line": 0,
                  "character": 108
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:101"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter,connectapi.feedelementpage).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 152
              },
              "end": {
                "line": 0,
                "character": 159
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:152"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 152
              },
              "end": {
                "line": 0,
                "character": 159
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:152"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 129
                },
                "end": {
                  "line": 0,
                  "character": 139
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:129"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter,connectapi.feedelementpage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 168
              },
              "end": {
                "line": 0,
                "character": 177
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:168"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 168
              },
              "end": {
                "line": 0,
                "character": 177
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:168"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 161
                },
                "end": {
                  "line": 0,
                  "character": 167
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:161"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter,connectapi.feedelementpage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 187
              },
              "end": {
                "line": 0,
                "character": 195
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:187"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 187
              },
              "end": {
                "line": 0,
                "character": 195
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:187"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 179
                },
                "end": {
                  "line": 0,
                  "character": 186
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:179"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter,connectapi.feedelementpage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 222
              },
              "end": {
                "line": 0,
                "character": 231
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:222"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 222
              },
              "end": {
                "line": 0,
                "character": 231
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:222"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 197
                },
                "end": {
                  "line": 0,
                  "character": 207
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:197"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter,connectapi.feedelementpage).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 240
              },
              "end": {
                "line": 0,
                "character": 241
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:240"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 240
              },
              "end": {
                "line": 0,
                "character": 241
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:240"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 233
                },
                "end": {
                  "line": 0,
                  "character": 239
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:233"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "filter": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter,connectapi.feedelementpage).varParam.filter",
          "nodeType": "variable",
          "name": "filter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 265
              },
              "end": {
                "line": 0,
                "character": 271
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:265"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 265
              },
              "end": {
                "line": 0,
                "character": 271
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:265"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.ConnectApi.FeedFilter",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedFilter",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 243
                },
                "end": {
                  "line": 0,
                  "character": 253
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:243"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedFilter"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 300
              },
              "end": {
                "line": 0,
                "character": 306
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:300"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 300
              },
              "end": {
                "line": 0,
                "character": 306
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:300"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 273
                },
                "end": {
                  "line": 0,
                  "character": 283
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:273"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. The only valid value is Home. Maximum number of comments to return with each feed element. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. Required and cannot be null. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards.  Specifies the feed filters.  AllQuestions—Feed elements that are questions.   AuthoredBy—Feed elements authored by the user profile owner. This value is valid only for the UserProfile feed.   CommunityScoped—Feed elements that are scoped to communities. Currently, these feed elements have a User or a Group parent record. However, other parent record types could be scoped to communities in the future. Feed elements that are always visible in all communities are filtered out. This value is valid only for the UserProfile feed.   QuestionsWithCandidateAnswers—Feed elements that are questions that have candidate answers associated with them. This value is valid only for users with the Access Einstein-Generated Answers permission.    QuestionsWithCandidateAnswers​ReviewedPublished—Feed elements that are questions that have candidate answers that have been reviewed or published. This value is valid only for users with the Access Einstein-Generated Answers permission.   Read—Feed elements that are older than 30 days or are marked as read for the context user. Includes existing feed elements when the context user joined the group. This value is valid only for the Record feed of a group.   SolvedQuestions—Feed elements that are questions and that have a best answer.   UnansweredQuestions—Feed elements that are questions and that don’t have any answers.   UnansweredQuestionsWithCandidate​Answers—Feed elements that are questions that don’t have answers but have candidate answers associated with them. This value is valid only for users with the Access Einstein-Generated Answers permission.   Unread—Feed elements that are created in the past 30 days and aren’t marked as read for the context user. This value is valid only for the Record feed of a group.   UnsolvedQuestions—Feed elements that are questions and that don’t have a best answer.    The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,string,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,string,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestSearchFeedElementsInFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestSearchFeedElementsInFeed",
        "textToLower": "settestsearchfeedelementsinfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestSearchFeedElementsInFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 266,
      "memberOrder": 266,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestSearchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, String q, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestSearchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, String q, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestSearchFeedElementsInFeed(String,ConnectApi.FeedType,String,String,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when the matching ConnectApi.searchFeedElementsInFeed method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,string,connectapi.feedelementpage).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.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,string,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.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.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,string,connectapi.feedelementpage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 99
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:91"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 99
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:91"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,string,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 71
                },
                "end": {
                  "line": 0,
                  "character": 81
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:71"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,string,connectapi.feedelementpage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 108
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:108"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 108
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:108"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,string,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 101
                },
                "end": {
                  "line": 0,
                  "character": 107
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:101"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,string,connectapi.feedelementpage).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 127
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:126"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 127
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:126"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,string,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 119
                },
                "end": {
                  "line": 0,
                  "character": 125
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:119"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,string,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 156
              },
              "end": {
                "line": 0,
                "character": 162
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:156"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 156
              },
              "end": {
                "line": 0,
                "character": 162
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:156"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,string,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 129
                },
                "end": {
                  "line": 0,
                  "character": 139
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:129"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values include every ConnectApi.FeedType except Company, DirectMessages, Filter, Landing, and Streams. If feedType is Record, subjectId can be any record ID, including a group ID. If feed type is UserProfile, subjectId can be any user ID. If feedType is any other value, subjectId must be the ID of the context user or the alias me. Required and cannot be null. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards.  The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestSearchFeedElementsInFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestSearchFeedElementsInFeed",
        "textToLower": "settestsearchfeedelementsinfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestSearchFeedElementsInFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 267,
      "memberOrder": 267,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestSearchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestSearchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestSearchFeedElementsInFeed(String,ConnectApi.FeedType,String,String,Integer,ConnectApi.FeedSortOrder,String,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when the matching ConnectApi.searchFeedElementsInFeed method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).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.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.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.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 99
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:91"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 99
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:91"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 71
                },
                "end": {
                  "line": 0,
                  "character": 81
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:71"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 108
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:108"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 108
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:108"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 101
                },
                "end": {
                  "line": 0,
                  "character": 107
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:101"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 135
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:126"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 135
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:126"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 119
                },
                "end": {
                  "line": 0,
                  "character": 125
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:119"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 145
              },
              "end": {
                "line": 0,
                "character": 153
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:145"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 145
              },
              "end": {
                "line": 0,
                "character": 153
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:145"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 137
                },
                "end": {
                  "line": 0,
                  "character": 144
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:137"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 180
              },
              "end": {
                "line": 0,
                "character": 189
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:180"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 180
              },
              "end": {
                "line": 0,
                "character": 189
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:180"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 155
                },
                "end": {
                  "line": 0,
                  "character": 165
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:155"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 198
              },
              "end": {
                "line": 0,
                "character": 199
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:198"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 198
              },
              "end": {
                "line": 0,
                "character": 199
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:198"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 191
                },
                "end": {
                  "line": 0,
                  "character": 197
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:191"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 228
              },
              "end": {
                "line": 0,
                "character": 234
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:228"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 228
              },
              "end": {
                "line": 0,
                "character": 234
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:228"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 201
                },
                "end": {
                  "line": 0,
                  "character": 211
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:201"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values include every ConnectApi.FeedType except Company, DirectMessages, Filter, Landing, and Streams. If feedType is Record, subjectId can be any record ID, including a group ID. If feedType is Streams, subjectId must be a stream ID. If feedType is Topics, subjectId must be a topic ID. If feedType is UserProfile, subjectId can be any user ID. If the feedType is any other value, subjectId must be the ID of the context user or the alias me. The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Order of feed items in the feed.  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. Search term. Searches keywords in the user or group name. A minimum of one character is required. This parameter does not support wildcards. This parameter is required. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestSearchFeedElementsInFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestSearchFeedElementsInFeed",
        "textToLower": "settestsearchfeedelementsinfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestSearchFeedElementsInFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 268,
      "memberOrder": 268,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestSearchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestSearchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestSearchFeedElementsInFeed(String,ConnectApi.FeedType,String,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,String,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when the matching ConnectApi.searchFeedElementsInFeed method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).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.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.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.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 99
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:91"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 99
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:91"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 71
                },
                "end": {
                  "line": 0,
                  "character": 81
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:71"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 108
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:108"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 108
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:108"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 101
                },
                "end": {
                  "line": 0,
                  "character": 107
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:101"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 127
              },
              "end": {
                "line": 0,
                "character": 145
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:127"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 127
              },
              "end": {
                "line": 0,
                "character": 145
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:127"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 119
                },
                "end": {
                  "line": 0,
                  "character": 126
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:119"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 170
              },
              "end": {
                "line": 0,
                "character": 177
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:170"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 170
              },
              "end": {
                "line": 0,
                "character": 177
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:170"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 147
                },
                "end": {
                  "line": 0,
                  "character": 157
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:147"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 186
              },
              "end": {
                "line": 0,
                "character": 195
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:186"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 186
              },
              "end": {
                "line": 0,
                "character": 195
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:186"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 179
                },
                "end": {
                  "line": 0,
                  "character": 185
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:179"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 205
              },
              "end": {
                "line": 0,
                "character": 213
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:205"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 205
              },
              "end": {
                "line": 0,
                "character": 213
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:205"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 197
                },
                "end": {
                  "line": 0,
                  "character": 204
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:197"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 240
              },
              "end": {
                "line": 0,
                "character": 249
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:240"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 240
              },
              "end": {
                "line": 0,
                "character": 249
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:240"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 215
                },
                "end": {
                  "line": 0,
                  "character": 225
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:215"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 258
              },
              "end": {
                "line": 0,
                "character": 259
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:258"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 258
              },
              "end": {
                "line": 0,
                "character": 259
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:258"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 251
                },
                "end": {
                  "line": 0,
                  "character": 257
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:251"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 288
              },
              "end": {
                "line": 0,
                "character": 294
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:288"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 288
              },
              "end": {
                "line": 0,
                "character": 294
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:288"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 261
                },
                "end": {
                  "line": 0,
                  "character": 271
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:261"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values include every ConnectApi.FeedType except Company, DirectMessages, Filter, Landing, and Streams. If feedType is Record, subjectId can be any record ID, including a group ID. If feedType is Streams, subjectId must be a stream ID. If feedType is Topics, subjectId must be a topic ID. If feedType is UserProfile, subjectId can be any user ID. If the feedType is any other value, subjectId must be the ID of the context user or the alias me. Maximum number of comments to return with each feed element. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. Required and cannot be null. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards.  The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestSearchFeedElementsInFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "",
        "textToLower": "",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function__-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 269,
      "memberOrder": 269,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestSearchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, ConnectApi.FeedFilter filter, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestSearchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, ConnectApi.FeedFilter filter, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestSearchFeedElementsInFeed(String,ConnectApi.FeedType,String,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,String,ConnectApi.FeedFilter,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds..datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when searchFeedElementsInFeed is called with matching parameters in a test context. Use the method with the same parameters or the code throws an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter,connectapi.feedelementpage).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.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..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.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter,connectapi.feedelementpage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 99
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:91"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 99
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:91"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 71
                },
                "end": {
                  "line": 0,
                  "character": 81
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:71"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter,connectapi.feedelementpage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 108
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:108"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 108
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:108"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 101
                },
                "end": {
                  "line": 0,
                  "character": 107
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:101"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter,connectapi.feedelementpage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 127
              },
              "end": {
                "line": 0,
                "character": 145
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:127"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 127
              },
              "end": {
                "line": 0,
                "character": 145
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:127"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 119
                },
                "end": {
                  "line": 0,
                  "character": 126
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:119"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter,connectapi.feedelementpage).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 170
              },
              "end": {
                "line": 0,
                "character": 177
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:170"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 170
              },
              "end": {
                "line": 0,
                "character": 177
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:170"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 147
                },
                "end": {
                  "line": 0,
                  "character": 157
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:147"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter,connectapi.feedelementpage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 186
              },
              "end": {
                "line": 0,
                "character": 195
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:186"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 186
              },
              "end": {
                "line": 0,
                "character": 195
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:186"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 179
                },
                "end": {
                  "line": 0,
                  "character": 185
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:179"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter,connectapi.feedelementpage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 205
              },
              "end": {
                "line": 0,
                "character": 213
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:205"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 205
              },
              "end": {
                "line": 0,
                "character": 213
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:205"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 197
                },
                "end": {
                  "line": 0,
                  "character": 204
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:197"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter,connectapi.feedelementpage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 240
              },
              "end": {
                "line": 0,
                "character": 249
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:240"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 240
              },
              "end": {
                "line": 0,
                "character": 249
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:240"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 215
                },
                "end": {
                  "line": 0,
                  "character": 225
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:215"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter,connectapi.feedelementpage).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 258
              },
              "end": {
                "line": 0,
                "character": 259
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:258"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 258
              },
              "end": {
                "line": 0,
                "character": 259
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:258"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 251
                },
                "end": {
                  "line": 0,
                  "character": 257
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:251"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "filter": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter,connectapi.feedelementpage).varParam.filter",
          "nodeType": "variable",
          "name": "filter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 283
              },
              "end": {
                "line": 0,
                "character": 289
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:283"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 283
              },
              "end": {
                "line": 0,
                "character": 289
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:283"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.ConnectApi.FeedFilter",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedFilter",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 261
                },
                "end": {
                  "line": 0,
                  "character": 271
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:261"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedFilter"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 318
              },
              "end": {
                "line": 0,
                "character": 324
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:318"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 318
              },
              "end": {
                "line": 0,
                "character": 324
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:318"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 11,
          "memberOrder": 11,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 291
                },
                "end": {
                  "line": 0,
                  "character": 301
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:291"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "Use either the ID for a community, internal, or null. Value must be ConnectApi.FeedType.UserProfile. The ID of any user. To specify the context user, use the user ID or the alias me. Maximum number of comments to return with each feed element. The default value is 3. The amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    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 feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. One or more keywords to search for in the feed elements visible to the context user. The search string can contain wildcards and must contain at least two characters that aren’t wildcards. See Wildcards. Value must be ConnectApi.FeedFilter.CommunityScoped. Filters the feed to include only feed elements that are scoped to communities. Feed elements that are always visible in all communities are filtered out. Currently, feed elements scoped to communities have a User or a Group parent record. However, other parent record types could be scoped to communities in the future. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,string,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,string,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestSearchFeedElementsInFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "",
        "textToLower": "",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function__-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 270,
      "memberOrder": 270,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestSearchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, String customFilter, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestSearchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, String customFilter, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestSearchFeedElementsInFeed(String,ConnectApi.FeedType,String,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,String,String,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds..datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when the matching ConnectApi.searchFeedElementsInFeed method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,string,connectapi.feedelementpage).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.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,string,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..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.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,string,connectapi.feedelementpage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 99
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:91"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 99
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:91"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,string,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 71
                },
                "end": {
                  "line": 0,
                  "character": 81
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:71"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,string,connectapi.feedelementpage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 108
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:108"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 108
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:108"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,string,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 101
                },
                "end": {
                  "line": 0,
                  "character": 107
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:101"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,string,connectapi.feedelementpage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 127
              },
              "end": {
                "line": 0,
                "character": 145
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:127"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 127
              },
              "end": {
                "line": 0,
                "character": 145
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:127"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,string,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 119
                },
                "end": {
                  "line": 0,
                  "character": 126
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:119"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,string,connectapi.feedelementpage).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 170
              },
              "end": {
                "line": 0,
                "character": 177
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:170"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 170
              },
              "end": {
                "line": 0,
                "character": 177
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:170"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,string,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 147
                },
                "end": {
                  "line": 0,
                  "character": 157
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:147"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,string,connectapi.feedelementpage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 186
              },
              "end": {
                "line": 0,
                "character": 195
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:186"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 186
              },
              "end": {
                "line": 0,
                "character": 195
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:186"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,string,connectapi.feedelementpage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 179
                },
                "end": {
                  "line": 0,
                  "character": 185
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:179"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,string,connectapi.feedelementpage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 205
              },
              "end": {
                "line": 0,
                "character": 213
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:205"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 205
              },
              "end": {
                "line": 0,
                "character": 213
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:205"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,string,connectapi.feedelementpage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 197
                },
                "end": {
                  "line": 0,
                  "character": 204
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:197"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,string,connectapi.feedelementpage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 240
              },
              "end": {
                "line": 0,
                "character": 249
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:240"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 240
              },
              "end": {
                "line": 0,
                "character": 249
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:240"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,string,connectapi.feedelementpage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 215
                },
                "end": {
                  "line": 0,
                  "character": 225
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:215"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,string,connectapi.feedelementpage).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 258
              },
              "end": {
                "line": 0,
                "character": 259
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:258"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 258
              },
              "end": {
                "line": 0,
                "character": 259
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:258"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,string,connectapi.feedelementpage)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 251
                },
                "end": {
                  "line": 0,
                  "character": 257
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:251"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "customfilter": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,string,connectapi.feedelementpage).varParam.customfilter",
          "nodeType": "variable",
          "name": "customFilter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "customFilter",
            "textToLower": "customfilter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 268
              },
              "end": {
                "line": 0,
                "character": 280
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_customFilter_0:268"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "customFilter",
            "textToLower": "customfilter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 268
              },
              "end": {
                "line": 0,
                "character": 280
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_customFilter_0:268"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,string,connectapi.feedelementpage)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 261
                },
                "end": {
                  "line": 0,
                  "character": 267
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:261"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,string,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 309
              },
              "end": {
                "line": 0,
                "character": 315
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:309"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 309
              },
              "end": {
                "line": 0,
                "character": 315
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:309"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,string,connectapi.feedelementpage)",
          "order": 11,
          "memberOrder": 11,
          "datatype": {
            "id": "ConnectApi.chatterfeeds..datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 282
                },
                "end": {
                  "line": 0,
                  "character": 292
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:282"
            },
            "parentId": "ConnectApi.chatterfeeds.",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "Use either the ID for a community, internal, or null. Value must be ConnectApi.FeedType.Record. The ID of a case. Maximum number of comments to return with each feed element. The default value is 3. The amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    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 feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. One or more keywords to search for in the feed elements visible to the context user. The search string can contain wildcards and must contain at least two characters that aren’t wildcards. See Wildcards. Custom filter that applies only to the case feed. See customFeedFilter in the Metadata API Developer Guide for supported values. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestSearchFeedElementsInFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestSearchFeedElementsInFeed",
        "textToLower": "settestsearchfeedelementsinfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestSearchFeedElementsInFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 271,
      "memberOrder": 271,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestSearchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, Boolean showInternalOnly, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestSearchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, Boolean showInternalOnly, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestSearchFeedElementsInFeed(String,ConnectApi.FeedType,String,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,String,Boolean,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when the matching ConnectApi.searchFeedElementsInFeed method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedelementpage).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.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.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.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedelementpage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 99
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:91"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 99
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:91"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 71
                },
                "end": {
                  "line": 0,
                  "character": 81
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:71"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedelementpage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 108
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:108"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 108
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:108"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 101
                },
                "end": {
                  "line": 0,
                  "character": 107
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:101"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedelementpage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 127
              },
              "end": {
                "line": 0,
                "character": 145
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:127"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 127
              },
              "end": {
                "line": 0,
                "character": 145
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:127"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 119
                },
                "end": {
                  "line": 0,
                  "character": 126
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:119"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedelementpage).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 170
              },
              "end": {
                "line": 0,
                "character": 177
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:170"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 170
              },
              "end": {
                "line": 0,
                "character": 177
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:170"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 147
                },
                "end": {
                  "line": 0,
                  "character": 157
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:147"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedelementpage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 186
              },
              "end": {
                "line": 0,
                "character": 195
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:186"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 186
              },
              "end": {
                "line": 0,
                "character": 195
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:186"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedelementpage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 179
                },
                "end": {
                  "line": 0,
                  "character": 185
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:179"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedelementpage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 205
              },
              "end": {
                "line": 0,
                "character": 213
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:205"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 205
              },
              "end": {
                "line": 0,
                "character": 213
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:205"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedelementpage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 197
                },
                "end": {
                  "line": 0,
                  "character": 204
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:197"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedelementpage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 240
              },
              "end": {
                "line": 0,
                "character": 249
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:240"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 240
              },
              "end": {
                "line": 0,
                "character": 249
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:240"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedelementpage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 215
                },
                "end": {
                  "line": 0,
                  "character": 225
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:215"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedelementpage).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 258
              },
              "end": {
                "line": 0,
                "character": 259
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:258"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 258
              },
              "end": {
                "line": 0,
                "character": 259
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:258"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedelementpage)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 251
                },
                "end": {
                  "line": 0,
                  "character": 257
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:251"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "showinternalonly": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedelementpage).varParam.showinternalonly",
          "nodeType": "variable",
          "name": "showInternalOnly",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 269
              },
              "end": {
                "line": 0,
                "character": 285
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:269"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 269
              },
              "end": {
                "line": 0,
                "character": 285
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:269"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedelementpage)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 261
                },
                "end": {
                  "line": 0,
                  "character": 268
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:261"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 314
              },
              "end": {
                "line": 0,
                "character": 320
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:314"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 314
              },
              "end": {
                "line": 0,
                "character": 320
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:314"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedelementpage)",
          "order": 11,
          "memberOrder": 11,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 287
                },
                "end": {
                  "line": 0,
                  "character": 297
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:287"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "Use either the ID for a community, internal, or null. Value must be ConnectApi.FeedType.Record. Any record ID, including a group ID. Maximum number of comments to return with each feed element. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. Required and cannot be null. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards.  Specifies whether to show only feed elements from internal (non-community) users (true), or not (false). The default value is false. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestSearchFeedElementsInFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestSearchFeedElementsInFeed",
        "textToLower": "settestsearchfeedelementsinfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestSearchFeedElementsInFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 272,
      "memberOrder": 272,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestSearchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, Boolean showInternalOnly, ConnectApi.FeedFilter filter, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestSearchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, Boolean showInternalOnly, ConnectApi.FeedFilter filter, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestSearchFeedElementsInFeed(String,ConnectApi.FeedType,String,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,String,Boolean,ConnectApi.FeedFilter,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when the matching ConnectApi.searchFeedElementsInFeed method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter,connectapi.feedelementpage).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.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.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.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter,connectapi.feedelementpage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 99
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:91"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 99
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:91"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 71
                },
                "end": {
                  "line": 0,
                  "character": 81
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:71"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter,connectapi.feedelementpage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 108
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:108"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 108
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:108"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 101
                },
                "end": {
                  "line": 0,
                  "character": 107
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:101"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter,connectapi.feedelementpage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 127
              },
              "end": {
                "line": 0,
                "character": 145
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:127"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 127
              },
              "end": {
                "line": 0,
                "character": 145
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:127"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 119
                },
                "end": {
                  "line": 0,
                  "character": 126
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:119"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter,connectapi.feedelementpage).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 170
              },
              "end": {
                "line": 0,
                "character": 177
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:170"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 170
              },
              "end": {
                "line": 0,
                "character": 177
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:170"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 147
                },
                "end": {
                  "line": 0,
                  "character": 157
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:147"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter,connectapi.feedelementpage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 186
              },
              "end": {
                "line": 0,
                "character": 195
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:186"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 186
              },
              "end": {
                "line": 0,
                "character": 195
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:186"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 179
                },
                "end": {
                  "line": 0,
                  "character": 185
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:179"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter,connectapi.feedelementpage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 205
              },
              "end": {
                "line": 0,
                "character": 213
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:205"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 205
              },
              "end": {
                "line": 0,
                "character": 213
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:205"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 197
                },
                "end": {
                  "line": 0,
                  "character": 204
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:197"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter,connectapi.feedelementpage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 240
              },
              "end": {
                "line": 0,
                "character": 249
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:240"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 240
              },
              "end": {
                "line": 0,
                "character": 249
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:240"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 215
                },
                "end": {
                  "line": 0,
                  "character": 225
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:215"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter,connectapi.feedelementpage).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 258
              },
              "end": {
                "line": 0,
                "character": 259
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:258"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 258
              },
              "end": {
                "line": 0,
                "character": 259
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:258"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 251
                },
                "end": {
                  "line": 0,
                  "character": 257
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:251"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "showinternalonly": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter,connectapi.feedelementpage).varParam.showinternalonly",
          "nodeType": "variable",
          "name": "showInternalOnly",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 269
              },
              "end": {
                "line": 0,
                "character": 285
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:269"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 269
              },
              "end": {
                "line": 0,
                "character": 285
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:269"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 261
                },
                "end": {
                  "line": 0,
                  "character": 268
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:261"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "scope": null
        },
        "filter": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter,connectapi.feedelementpage).varParam.filter",
          "nodeType": "variable",
          "name": "filter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 309
              },
              "end": {
                "line": 0,
                "character": 315
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:309"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "filter",
            "textToLower": "filter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 309
              },
              "end": {
                "line": 0,
                "character": 315
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_filter_0:309"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 11,
          "memberOrder": 11,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.ConnectApi.FeedFilter",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedFilter",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 287
                },
                "end": {
                  "line": 0,
                  "character": 297
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:287"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedFilter"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 344
              },
              "end": {
                "line": 0,
                "character": 350
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:344"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 344
              },
              "end": {
                "line": 0,
                "character": 350
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:344"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feedfilter,connectapi.feedelementpage)",
          "order": 12,
          "memberOrder": 12,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 317
                },
                "end": {
                  "line": 0,
                  "character": 327
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:317"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "Use either the ID for a community, internal, or null. Value must be ConnectApi.FeedType.Record. Any record ID, including a group ID. Maximum number of comments to return with each feed element. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. Required and cannot be null. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards.  Specifies whether to show only feed elements from internal (non-community) users (true), or not (false). The default value is false. Specifies the feed filters.  AllQuestions—Feed elements that are questions.   AuthoredBy—Feed elements authored by the user profile owner. This value is valid only for the UserProfile feed.   CommunityScoped—Feed elements that are scoped to communities. Currently, these feed elements have a User or a Group parent record. However, other parent record types could be scoped to communities in the future. Feed elements that are always visible in all communities are filtered out. This value is valid only for the UserProfile feed.   QuestionsWithCandidateAnswers—Feed elements that are questions that have candidate answers associated with them. This value is valid only for users with the Access Einstein-Generated Answers permission.    QuestionsWithCandidateAnswers​ReviewedPublished—Feed elements that are questions that have candidate answers that have been reviewed or published. This value is valid only for users with the Access Einstein-Generated Answers permission.   Read—Feed elements that are older than 30 days or are marked as read for the context user. Includes existing feed elements when the context user joined the group. This value is valid only for the Record feed of a group.   SolvedQuestions—Feed elements that are questions and that have a best answer.   UnansweredQuestions—Feed elements that are questions and that don’t have any answers.   UnansweredQuestionsWithCandidate​Answers—Feed elements that are questions that don’t have answers but have candidate answers associated with them. This value is valid only for users with the Access Einstein-Generated Answers permission.   Unread—Feed elements that are created in the past 30 days and aren’t marked as read for the context user. This value is valid only for the Record feed of a group.   UnsolvedQuestions—Feed elements that are questions and that don’t have a best answer.    The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestSearchFeedElementsInFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestSearchFeedElementsInFeed",
        "textToLower": "settestsearchfeedelementsinfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestSearchFeedElementsInFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 273,
      "memberOrder": 273,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestSearchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, Boolean showInternalOnly, String customFilter, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestSearchFeedElementsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, Boolean showInternalOnly, String customFilter, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestSearchFeedElementsInFeed(String,ConnectApi.FeedType,String,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,String,Boolean,String,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when the matching ConnectApi.searchFeedElementsInFeed method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string,connectapi.feedelementpage).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.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.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.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string,connectapi.feedelementpage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 99
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:91"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 99
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:91"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 71
                },
                "end": {
                  "line": 0,
                  "character": 81
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:71"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string,connectapi.feedelementpage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 108
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:108"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 108
              },
              "end": {
                "line": 0,
                "character": 117
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:108"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 101
                },
                "end": {
                  "line": 0,
                  "character": 107
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:101"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string,connectapi.feedelementpage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 127
              },
              "end": {
                "line": 0,
                "character": 145
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:127"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 127
              },
              "end": {
                "line": 0,
                "character": 145
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:127"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 119
                },
                "end": {
                  "line": 0,
                  "character": 126
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:119"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string,connectapi.feedelementpage).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 170
              },
              "end": {
                "line": 0,
                "character": 177
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:170"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 170
              },
              "end": {
                "line": 0,
                "character": 177
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:170"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 147
                },
                "end": {
                  "line": 0,
                  "character": 157
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:147"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string,connectapi.feedelementpage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 186
              },
              "end": {
                "line": 0,
                "character": 195
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:186"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 186
              },
              "end": {
                "line": 0,
                "character": 195
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:186"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string,connectapi.feedelementpage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 179
                },
                "end": {
                  "line": 0,
                  "character": 185
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:179"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string,connectapi.feedelementpage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 205
              },
              "end": {
                "line": 0,
                "character": 213
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:205"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 205
              },
              "end": {
                "line": 0,
                "character": 213
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:205"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string,connectapi.feedelementpage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 197
                },
                "end": {
                  "line": 0,
                  "character": 204
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:197"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string,connectapi.feedelementpage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 240
              },
              "end": {
                "line": 0,
                "character": 249
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:240"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 240
              },
              "end": {
                "line": 0,
                "character": 249
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:240"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string,connectapi.feedelementpage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 215
                },
                "end": {
                  "line": 0,
                  "character": 225
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:215"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string,connectapi.feedelementpage).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 258
              },
              "end": {
                "line": 0,
                "character": 259
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:258"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 258
              },
              "end": {
                "line": 0,
                "character": 259
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:258"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string,connectapi.feedelementpage)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 251
                },
                "end": {
                  "line": 0,
                  "character": 257
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:251"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "showinternalonly": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string,connectapi.feedelementpage).varParam.showinternalonly",
          "nodeType": "variable",
          "name": "showInternalOnly",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 269
              },
              "end": {
                "line": 0,
                "character": 285
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:269"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 269
              },
              "end": {
                "line": 0,
                "character": 285
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:269"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string,connectapi.feedelementpage)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 261
                },
                "end": {
                  "line": 0,
                  "character": 268
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:261"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "scope": null
        },
        "customfilter": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string,connectapi.feedelementpage).varParam.customfilter",
          "nodeType": "variable",
          "name": "customFilter",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "customFilter",
            "textToLower": "customfilter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 294
              },
              "end": {
                "line": 0,
                "character": 306
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_customFilter_0:294"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "customFilter",
            "textToLower": "customfilter",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 294
              },
              "end": {
                "line": 0,
                "character": 306
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_customFilter_0:294"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string,connectapi.feedelementpage)",
          "order": 11,
          "memberOrder": 11,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 287
                },
                "end": {
                  "line": 0,
                  "character": 293
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:287"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 335
              },
              "end": {
                "line": 0,
                "character": 341
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:335"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 335
              },
              "end": {
                "line": 0,
                "character": 341
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:335"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,string,connectapi.feedelementpage)",
          "order": 12,
          "memberOrder": 12,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 308
                },
                "end": {
                  "line": 0,
                  "character": 318
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:308"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "Use either the ID for a community, internal, or null. Value must be ConnectApi.FeedType.Record. The ID of a case. Maximum number of comments to return with each feed element. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. Required and cannot be null. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards.  Specifies whether to show only feed elements from internal (non-community) users (true), or not (false). The default value is false. Custom filter that applies only to the case feed. See customFeedFilter in the Metadata API Developer Guide for supported values. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestsearchfeedelementsinfilterfeed(string,string,string,string,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,string,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestSearchFeedElementsInFilterFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestSearchFeedElementsInFilterFeed",
        "textToLower": "settestsearchfeedelementsinfilterfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestSearchFeedElementsInFilterFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 274,
      "memberOrder": 274,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestSearchFeedElementsInFilterFeed(String communityId, String subjectId, String keyPrefix, String q, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestSearchFeedElementsInFilterFeed(String communityId, String subjectId, String keyPrefix, String q, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestSearchFeedElementsInFilterFeed(String,String,String,String,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when the matching ConnectApi.searchFeedElementsInFilterFeed method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,string,connectapi.feedelementpage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 64
              },
              "end": {
                "line": 0,
                "character": 75
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:64"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 64
              },
              "end": {
                "line": 0,
                "character": 75
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:64"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,string,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 57
                },
                "end": {
                  "line": 0,
                  "character": 63
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:57"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,string,connectapi.feedelementpage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 84
              },
              "end": {
                "line": 0,
                "character": 93
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:84"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 84
              },
              "end": {
                "line": 0,
                "character": 93
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:84"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,string,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 77
                },
                "end": {
                  "line": 0,
                  "character": 83
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:77"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "keyprefix": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,string,connectapi.feedelementpage).varParam.keyprefix",
          "nodeType": "variable",
          "name": "keyPrefix",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 102
              },
              "end": {
                "line": 0,
                "character": 111
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:102"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 102
              },
              "end": {
                "line": 0,
                "character": 111
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:102"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,string,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed.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.chatterfeeds.settestsearchfeedelementsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,string,connectapi.feedelementpage).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 120
              },
              "end": {
                "line": 0,
                "character": 121
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:120"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 120
              },
              "end": {
                "line": 0,
                "character": 121
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:120"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,string,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 113
                },
                "end": {
                  "line": 0,
                  "character": 119
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:113"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,string,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 150
              },
              "end": {
                "line": 0,
                "character": 156
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:150"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 150
              },
              "end": {
                "line": 0,
                "character": 156
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:150"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,string,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 123
                },
                "end": {
                  "line": 0,
                  "character": 133
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:123"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the context user or the alias me. A key prefix that specifies record type. A key prefix is the first three characters in the object ID, which specifies the object type. For example, User objects have a prefix of 005 and Group objects have a prefix of 0F9. Required and cannot be null. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards.  The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestsearchfeedelementsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestSearchFeedElementsInFilterFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestSearchFeedElementsInFilterFeed",
        "textToLower": "settestsearchfeedelementsinfilterfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestSearchFeedElementsInFilterFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 275,
      "memberOrder": 275,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestSearchFeedElementsInFilterFeed(String communityId, String subjectId, String keyPrefix, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestSearchFeedElementsInFilterFeed(String communityId, String subjectId, String keyPrefix, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestSearchFeedElementsInFilterFeed(String,String,String,String,Integer,ConnectApi.FeedSortOrder,String,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when the matching ConnectApi.searchFeedElementsInFilterFeed method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 64
              },
              "end": {
                "line": 0,
                "character": 75
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:64"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 64
              },
              "end": {
                "line": 0,
                "character": 75
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:64"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 57
                },
                "end": {
                  "line": 0,
                  "character": 63
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:57"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 84
              },
              "end": {
                "line": 0,
                "character": 93
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:84"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 84
              },
              "end": {
                "line": 0,
                "character": 93
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:84"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 77
                },
                "end": {
                  "line": 0,
                  "character": 83
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:77"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "keyprefix": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.keyprefix",
          "nodeType": "variable",
          "name": "keyPrefix",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 102
              },
              "end": {
                "line": 0,
                "character": 111
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:102"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 102
              },
              "end": {
                "line": 0,
                "character": 111
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:102"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed.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.chatterfeeds.settestsearchfeedelementsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 120
              },
              "end": {
                "line": 0,
                "character": 129
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:120"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 120
              },
              "end": {
                "line": 0,
                "character": 129
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:120"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 113
                },
                "end": {
                  "line": 0,
                  "character": 119
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:113"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 139
              },
              "end": {
                "line": 0,
                "character": 147
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:139"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 139
              },
              "end": {
                "line": 0,
                "character": 147
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:139"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 131
                },
                "end": {
                  "line": 0,
                  "character": 138
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:131"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 174
              },
              "end": {
                "line": 0,
                "character": 183
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:174"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 174
              },
              "end": {
                "line": 0,
                "character": 183
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:174"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 149
                },
                "end": {
                  "line": 0,
                  "character": 159
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:149"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 192
              },
              "end": {
                "line": 0,
                "character": 193
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:192"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 192
              },
              "end": {
                "line": 0,
                "character": 193
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:192"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 185
                },
                "end": {
                  "line": 0,
                  "character": 191
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:185"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 222
              },
              "end": {
                "line": 0,
                "character": 228
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:222"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 222
              },
              "end": {
                "line": 0,
                "character": 228
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:222"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 195
                },
                "end": {
                  "line": 0,
                  "character": 205
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:195"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the context user or the alias me. A key prefix that specifies record type. A key prefix is the first three characters in the object ID, which specifies the object type. For example, User objects have a prefix of 005 and Group objects have a prefix of 0F9. The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. Required and cannot be null. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards.  The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestsearchfeedelementsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestSearchFeedElementsInFilterFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestSearchFeedElementsInFilterFeed",
        "textToLower": "settestsearchfeedelementsinfilterfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestSearchFeedElementsInFilterFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 276,
      "memberOrder": 276,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestSearchFeedElementsInFilterFeed(String communityId, String subjectId, String keyPrefix, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestSearchFeedElementsInFilterFeed(String communityId, String subjectId, String keyPrefix, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestSearchFeedElementsInFilterFeed(String,String,String,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,String,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when the matching ConnectApi.searchFeedElementsInFilterFeed method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 64
              },
              "end": {
                "line": 0,
                "character": 75
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:64"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 64
              },
              "end": {
                "line": 0,
                "character": 75
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:64"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 57
                },
                "end": {
                  "line": 0,
                  "character": 63
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:57"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 84
              },
              "end": {
                "line": 0,
                "character": 93
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:84"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 84
              },
              "end": {
                "line": 0,
                "character": 93
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:84"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 77
                },
                "end": {
                  "line": 0,
                  "character": 83
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:77"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "keyprefix": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.keyprefix",
          "nodeType": "variable",
          "name": "keyPrefix",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 102
              },
              "end": {
                "line": 0,
                "character": 111
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:102"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 102
              },
              "end": {
                "line": 0,
                "character": 111
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:102"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed.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.chatterfeeds.settestsearchfeedelementsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 121
              },
              "end": {
                "line": 0,
                "character": 139
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:121"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 121
              },
              "end": {
                "line": 0,
                "character": 139
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:121"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 113
                },
                "end": {
                  "line": 0,
                  "character": 120
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:113"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 164
              },
              "end": {
                "line": 0,
                "character": 171
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:164"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 164
              },
              "end": {
                "line": 0,
                "character": 171
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:164"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 141
                },
                "end": {
                  "line": 0,
                  "character": 151
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:141"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 180
              },
              "end": {
                "line": 0,
                "character": 189
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:180"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 180
              },
              "end": {
                "line": 0,
                "character": 189
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:180"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 173
                },
                "end": {
                  "line": 0,
                  "character": 179
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:173"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 199
              },
              "end": {
                "line": 0,
                "character": 207
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:199"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 199
              },
              "end": {
                "line": 0,
                "character": 207
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:199"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 191
                },
                "end": {
                  "line": 0,
                  "character": 198
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:191"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 234
              },
              "end": {
                "line": 0,
                "character": 243
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:234"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 234
              },
              "end": {
                "line": 0,
                "character": 243
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:234"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 209
                },
                "end": {
                  "line": 0,
                  "character": 219
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:209"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 252
              },
              "end": {
                "line": 0,
                "character": 253
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:252"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 252
              },
              "end": {
                "line": 0,
                "character": 253
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:252"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 245
                },
                "end": {
                  "line": 0,
                  "character": 251
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:245"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 282
              },
              "end": {
                "line": 0,
                "character": 288
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:282"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 282
              },
              "end": {
                "line": 0,
                "character": 288
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:282"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeedelementsinfilterfeed(string,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feedelementpage)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 255
                },
                "end": {
                  "line": 0,
                  "character": 265
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:255"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeedelementsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedElementPage"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the context user or the alias me. A key prefix that specifies record type. A key prefix is the first three characters in the object ID, which specifies the object type. For example, User objects have a prefix of 005 and Group objects have a prefix of 0F9. Maximum number of comments to return with each feed element. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed elements per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   If you pass in null, the default value CreatedDateDesc is used. Required and cannot be null. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards.  The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "searchfeeditems(string,string,connectapi.feeditempage)": {
      "id": "ConnectApi.chatterfeeds.method.searchfeeditems(string,string,connectapi.feeditempage)",
      "nodeType": "method",
      "name": "searchFeedItems",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestSearchFeedItems",
        "textToLower": "settestsearchfeeditems",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestSearchFeedItems_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 277,
      "memberOrder": 277,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void searchFeedItems(String communityId, String q, ConnectApi.FeedItemPage result)",
      "overrideSignature": "public static override Void searchFeedItems(String communityId, String q, ConnectApi.FeedItemPage result)",
      "simplifiedSignature": "searchFeedItems(String,String,ConnectApi.FeedItemPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestsearchfeeditems.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditems",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a test feed item page to be returned when searchFeedItems(communityId, q) is called during a test.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditems(string,string,connectapi.feeditempage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 42
              },
              "end": {
                "line": 0,
                "character": 53
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:42"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 42
              },
              "end": {
                "line": 0,
                "character": 53
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:42"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditems(string,string,connectapi.feeditempage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditems.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 35
                },
                "end": {
                  "line": 0,
                  "character": 41
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:35"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditems(string,string,connectapi.feeditempage).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 62
              },
              "end": {
                "line": 0,
                "character": 63
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:62"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 62
              },
              "end": {
                "line": 0,
                "character": 63
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:62"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditems(string,string,connectapi.feeditempage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditems.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.chatterfeeds.settestsearchfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.searchfeeditems(string,string,connectapi.feeditempage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 89
              },
              "end": {
                "line": 0,
                "character": 95
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:89"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 89
              },
              "end": {
                "line": 0,
                "character": 95
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:89"
          },
          "parentId": "ConnectApi.chatterfeeds.method.searchfeeditems(string,string,connectapi.feeditempage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditems.datatype.ConnectApi.FeedItemPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedItemPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 65
                },
                "end": {
                  "line": 0,
                  "character": 75
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:65"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedItemPage"
          },
          "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.  The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestsearchfeeditems(string,string,connectapi.feedsortorder,connectapi.feeditempage)": {
      "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,connectapi.feedsortorder,connectapi.feeditempage)",
      "nodeType": "method",
      "name": "setTestSearchFeedItems",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestSearchFeedItems",
        "textToLower": "settestsearchfeeditems",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestSearchFeedItems_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 278,
      "memberOrder": 278,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestSearchFeedItems(String communityId, String q, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedItemPage result)",
      "overrideSignature": "public static override Void setTestSearchFeedItems(String communityId, String q, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedItemPage result)",
      "simplifiedSignature": "setTestSearchFeedItems(String,String,ConnectApi.FeedSortOrder,ConnectApi.FeedItemPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestsearchfeeditems.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditems",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a test feed item page to be returned when searchFeedItems(String, String, ConnectApi.FeedSortOrder) is called during a test.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,connectapi.feedsortorder,connectapi.feeditempage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 49
              },
              "end": {
                "line": 0,
                "character": 60
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:49"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 49
              },
              "end": {
                "line": 0,
                "character": 60
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:49"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditems.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 42
                },
                "end": {
                  "line": 0,
                  "character": 48
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:42"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,connectapi.feedsortorder,connectapi.feeditempage).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 69
              },
              "end": {
                "line": 0,
                "character": 70
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:69"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 69
              },
              "end": {
                "line": 0,
                "character": 70
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:69"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditems.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 62
                },
                "end": {
                  "line": 0,
                  "character": 68
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:62"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,connectapi.feedsortorder,connectapi.feeditempage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 97
              },
              "end": {
                "line": 0,
                "character": 106
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:97"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 97
              },
              "end": {
                "line": 0,
                "character": 106
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:97"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditems.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 72
                },
                "end": {
                  "line": 0,
                  "character": 82
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:72"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,connectapi.feedsortorder,connectapi.feeditempage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 132
              },
              "end": {
                "line": 0,
                "character": 138
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:132"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 132
              },
              "end": {
                "line": 0,
                "character": 138
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:132"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditems.datatype.ConnectApi.FeedItemPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedItemPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 108
                },
                "end": {
                  "line": 0,
                  "character": 118
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:108"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedItemPage"
          },
          "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.  Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   Sorts the returned feed by the most recently created feed item, or by the most recently modified feed item. If you pass in null, the default value CreatedDateDesc is used. The feed item test page.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestsearchfeeditems(string,string,string,integer,connectapi.feeditempage)": {
      "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,string,integer,connectapi.feeditempage)",
      "nodeType": "method",
      "name": "setTestSearchFeedItems",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestSearchFeedItems",
        "textToLower": "settestsearchfeeditems",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestSearchFeedItems_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 279,
      "memberOrder": 279,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestSearchFeedItems(String communityId, String q, String pageParam, Integer pageSize, ConnectApi.FeedItemPage result)",
      "overrideSignature": "public static override Void setTestSearchFeedItems(String communityId, String q, String pageParam, Integer pageSize, ConnectApi.FeedItemPage result)",
      "simplifiedSignature": "setTestSearchFeedItems(String,String,String,Integer,ConnectApi.FeedItemPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestsearchfeeditems.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditems",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a test feed item page to be returned when searchFeedItems(String, String, String, Integer) is called during a test.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,string,integer,connectapi.feeditempage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 49
              },
              "end": {
                "line": 0,
                "character": 60
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:49"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 49
              },
              "end": {
                "line": 0,
                "character": 60
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:49"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,string,integer,connectapi.feeditempage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditems.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 42
                },
                "end": {
                  "line": 0,
                  "character": 48
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:42"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,string,integer,connectapi.feeditempage).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 69
              },
              "end": {
                "line": 0,
                "character": 70
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:69"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 69
              },
              "end": {
                "line": 0,
                "character": 70
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:69"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,string,integer,connectapi.feeditempage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditems.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 62
                },
                "end": {
                  "line": 0,
                  "character": 68
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:62"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,string,integer,connectapi.feeditempage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 88
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:79"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 88
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:79"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,string,integer,connectapi.feeditempage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditems.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.chatterfeeds.settestsearchfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,string,integer,connectapi.feeditempage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 98
              },
              "end": {
                "line": 0,
                "character": 106
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:98"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 98
              },
              "end": {
                "line": 0,
                "character": 106
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:98"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,string,integer,connectapi.feeditempage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditems.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 90
                },
                "end": {
                  "line": 0,
                  "character": 97
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:90"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,string,integer,connectapi.feeditempage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 132
              },
              "end": {
                "line": 0,
                "character": 138
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:132"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 132
              },
              "end": {
                "line": 0,
                "character": 138
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:132"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,string,integer,connectapi.feeditempage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditems.datatype.ConnectApi.FeedItemPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedItemPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 108
                },
                "end": {
                  "line": 0,
                  "character": 118
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:108"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedItemPage"
          },
          "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.  The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. The test feed item page.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestsearchfeeditems(string,string,string,integer,connectapi.feedsortorder,connectapi.feeditempage)": {
      "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
      "nodeType": "method",
      "name": "setTestSearchFeedItems",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestSearchFeedItems",
        "textToLower": "settestsearchfeeditems",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestSearchFeedItems_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 280,
      "memberOrder": 280,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestSearchFeedItems(String communityId, String q, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedItemPage result)",
      "overrideSignature": "public static override Void setTestSearchFeedItems(String communityId, String q, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedItemPage result)",
      "simplifiedSignature": "setTestSearchFeedItems(String,String,String,Integer,ConnectApi.FeedSortOrder,ConnectApi.FeedItemPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestsearchfeeditems.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditems",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a test feed item page to be returned when searchFeedItems(String, String, String, Integer, ConnectApi.FeedSortOrder) is called during a test.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 49
              },
              "end": {
                "line": 0,
                "character": 60
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:49"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 49
              },
              "end": {
                "line": 0,
                "character": 60
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:49"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditems.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 42
                },
                "end": {
                  "line": 0,
                  "character": 48
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:42"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 69
              },
              "end": {
                "line": 0,
                "character": 70
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:69"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 69
              },
              "end": {
                "line": 0,
                "character": 70
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:69"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditems.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 62
                },
                "end": {
                  "line": 0,
                  "character": 68
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:62"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 88
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:79"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 88
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:79"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditems.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.chatterfeeds.settestsearchfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 98
              },
              "end": {
                "line": 0,
                "character": 106
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:98"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 98
              },
              "end": {
                "line": 0,
                "character": 106
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:98"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditems.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 90
                },
                "end": {
                  "line": 0,
                  "character": 97
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:90"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 133
              },
              "end": {
                "line": 0,
                "character": 142
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:133"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 133
              },
              "end": {
                "line": 0,
                "character": 142
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:133"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditems.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 108
                },
                "end": {
                  "line": 0,
                  "character": 118
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:108"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 168
              },
              "end": {
                "line": 0,
                "character": 174
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:168"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 168
              },
              "end": {
                "line": 0,
                "character": 174
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:168"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditems.datatype.ConnectApi.FeedItemPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedItemPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 144
                },
                "end": {
                  "line": 0,
                  "character": 154
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:144"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedItemPage"
          },
          "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.  The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   Sorts the returned feed by the most recently created feed item, or by the most recently modified feed item. If you pass in null, the default value CreatedDateDesc is used. The test feed item page.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestsearchfeeditems(string,string,integer,string,integer,connectapi.feedsortorder,connectapi.feeditempage)": {
      "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,integer,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
      "nodeType": "method",
      "name": "setTestSearchFeedItems",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestSearchFeedItems",
        "textToLower": "settestsearchfeeditems",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestSearchFeedItems_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 281,
      "memberOrder": 281,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestSearchFeedItems(String communityId, String q, Integer recentCommentCount, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedItemPage result)",
      "overrideSignature": "public static override Void setTestSearchFeedItems(String communityId, String q, Integer recentCommentCount, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedItemPage result)",
      "simplifiedSignature": "setTestSearchFeedItems(String,String,Integer,String,Integer,ConnectApi.FeedSortOrder,ConnectApi.FeedItemPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestsearchfeeditems.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditems",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a test feed item page to be returned when searchFeedItems(communityId, q, recentCommentCount, pageParam, pageSize, sortParam) is called during a test.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,integer,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 49
              },
              "end": {
                "line": 0,
                "character": 60
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:49"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 49
              },
              "end": {
                "line": 0,
                "character": 60
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:49"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,integer,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditems.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 42
                },
                "end": {
                  "line": 0,
                  "character": 48
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:42"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,integer,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 69
              },
              "end": {
                "line": 0,
                "character": 70
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:69"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 69
              },
              "end": {
                "line": 0,
                "character": 70
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:69"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,integer,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditems.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 62
                },
                "end": {
                  "line": 0,
                  "character": 68
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:62"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,integer,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 80
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:80"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 80
              },
              "end": {
                "line": 0,
                "character": 98
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:80"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,integer,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditems.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 72
                },
                "end": {
                  "line": 0,
                  "character": 79
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:72"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,integer,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 107
              },
              "end": {
                "line": 0,
                "character": 116
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:107"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 107
              },
              "end": {
                "line": 0,
                "character": 116
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:107"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,integer,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditems.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 100
                },
                "end": {
                  "line": 0,
                  "character": 106
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:100"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,integer,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 134
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:126"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 134
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:126"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,integer,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditems.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 118
                },
                "end": {
                  "line": 0,
                  "character": 125
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:118"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,integer,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 161
              },
              "end": {
                "line": 0,
                "character": 170
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:161"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 161
              },
              "end": {
                "line": 0,
                "character": 170
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:161"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,integer,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditems.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 136
                },
                "end": {
                  "line": 0,
                  "character": 146
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:136"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,integer,string,integer,connectapi.feedsortorder,connectapi.feeditempage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 196
              },
              "end": {
                "line": 0,
                "character": 202
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:196"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 196
              },
              "end": {
                "line": 0,
                "character": 202
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:196"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditems(string,string,integer,string,integer,connectapi.feedsortorder,connectapi.feeditempage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditems.datatype.ConnectApi.FeedItemPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedItemPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 172
                },
                "end": {
                  "line": 0,
                  "character": 182
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:172"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedItemPage"
          },
          "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.  The maximum number of comments to return with each feed item. The default value is 3. The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   Sorts the returned feed by the most recently created feed item, or by the most recently modified feed item. If you pass in null, the default value CreatedDateDesc is used. The test feed item page.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,connectapi.feeditempage)": {
      "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,connectapi.feeditempage)",
      "nodeType": "method",
      "name": "setTestSearchFeedItemsInFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestSearchFeedItemsInFeed",
        "textToLower": "settestsearchfeeditemsinfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestSearchFeedItemsInFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 282,
      "memberOrder": 282,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestSearchFeedItemsInFeed(String communityId, ConnectApi.FeedType feedType, String q, ConnectApi.FeedItemPage result)",
      "overrideSignature": "public static override Void setTestSearchFeedItemsInFeed(String communityId, ConnectApi.FeedType feedType, String q, ConnectApi.FeedItemPage result)",
      "simplifiedSignature": "setTestSearchFeedItemsInFeed(String,ConnectApi.FeedType,String,ConnectApi.FeedItemPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedItemPage object to be returned when the matching ConnectApi.searchFeedItemsInFeed method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,connectapi.feeditempage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 55
              },
              "end": {
                "line": 0,
                "character": 66
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:55"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 55
              },
              "end": {
                "line": 0,
                "character": 66
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:55"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,connectapi.feeditempage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 48
                },
                "end": {
                  "line": 0,
                  "character": 54
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:48"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,connectapi.feeditempage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 88
              },
              "end": {
                "line": 0,
                "character": 96
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:88"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 88
              },
              "end": {
                "line": 0,
                "character": 96
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:88"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,connectapi.feeditempage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 68
                },
                "end": {
                  "line": 0,
                  "character": 78
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:68"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,connectapi.feeditempage).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 106
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:105"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 106
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:105"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,connectapi.feeditempage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 98
                },
                "end": {
                  "line": 0,
                  "character": 104
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:98"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,connectapi.feeditempage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 132
              },
              "end": {
                "line": 0,
                "character": 138
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:132"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 132
              },
              "end": {
                "line": 0,
                "character": 138
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:132"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,connectapi.feeditempage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.ConnectApi.FeedItemPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedItemPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 108
                },
                "end": {
                  "line": 0,
                  "character": 118
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:108"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedItemPage"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values are Company, DirectMessageModeration, DirectMessages, Home, Moderation, and PendingReview. Required and cannot be null. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards.  The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)": {
      "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
      "nodeType": "method",
      "name": "setTestSearchFeedItemsInFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestSearchFeedItemsInFeed",
        "textToLower": "settestsearchfeeditemsinfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestSearchFeedItemsInFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 283,
      "memberOrder": 283,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestSearchFeedItemsInFeed(String communityId, ConnectApi.FeedType feedType, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, ConnectApi.FeedItemPage result)",
      "overrideSignature": "public static override Void setTestSearchFeedItemsInFeed(String communityId, ConnectApi.FeedType feedType, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, ConnectApi.FeedItemPage result)",
      "simplifiedSignature": "setTestSearchFeedItemsInFeed(String,ConnectApi.FeedType,String,Integer,ConnectApi.FeedSortOrder,String,ConnectApi.FeedItemPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedItemPage object to be returned when the matching ConnectApi.searchFeedItemsInFeed method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 55
              },
              "end": {
                "line": 0,
                "character": 66
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:55"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 55
              },
              "end": {
                "line": 0,
                "character": 66
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:55"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 48
                },
                "end": {
                  "line": 0,
                  "character": 54
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:48"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 88
              },
              "end": {
                "line": 0,
                "character": 96
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:88"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 88
              },
              "end": {
                "line": 0,
                "character": 96
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:88"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 68
                },
                "end": {
                  "line": 0,
                  "character": 78
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:68"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 114
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:105"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 114
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:105"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 98
                },
                "end": {
                  "line": 0,
                  "character": 104
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:98"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 124
              },
              "end": {
                "line": 0,
                "character": 132
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:124"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 124
              },
              "end": {
                "line": 0,
                "character": 132
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:124"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 116
                },
                "end": {
                  "line": 0,
                  "character": 123
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:116"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 159
              },
              "end": {
                "line": 0,
                "character": 168
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:159"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 159
              },
              "end": {
                "line": 0,
                "character": 168
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:159"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 134
                },
                "end": {
                  "line": 0,
                  "character": 144
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:134"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 177
              },
              "end": {
                "line": 0,
                "character": 178
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:177"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 177
              },
              "end": {
                "line": 0,
                "character": 178
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:177"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 170
                },
                "end": {
                  "line": 0,
                  "character": 176
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:170"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 204
              },
              "end": {
                "line": 0,
                "character": 210
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:204"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 204
              },
              "end": {
                "line": 0,
                "character": 210
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:204"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.ConnectApi.FeedItemPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedItemPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 180
                },
                "end": {
                  "line": 0,
                  "character": 190
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:180"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedItemPage"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values include every ConnectApi.FeedType except Company, DirectMessageModeration, DirectMessages, Filter, Home, Landing, Moderation, and PendingReview. The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   Sorts the returned feed by the most recently created feed item, or by the most recently modified feed item. If you pass in null, the default value CreatedDateDesc is used. Required and cannot be null. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards.  The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestsearchfeeditemsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)": {
      "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
      "nodeType": "method",
      "name": "setTestSearchFeedItemsInFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestSearchFeedItemsInFeed",
        "textToLower": "settestsearchfeeditemsinfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestSearchFeedItemsInFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 284,
      "memberOrder": 284,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestSearchFeedItemsInFeed(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, ConnectApi.FeedItemPage result)",
      "overrideSignature": "public static override Void setTestSearchFeedItemsInFeed(String communityId, ConnectApi.FeedType feedType, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, ConnectApi.FeedItemPage result)",
      "simplifiedSignature": "setTestSearchFeedItemsInFeed(String,ConnectApi.FeedType,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,String,ConnectApi.FeedItemPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedItemPage object to be returned when the matching ConnectApi.searchFeedItemsInFeed method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 55
              },
              "end": {
                "line": 0,
                "character": 66
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:55"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 55
              },
              "end": {
                "line": 0,
                "character": 66
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:55"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 48
                },
                "end": {
                  "line": 0,
                  "character": 54
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:48"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 88
              },
              "end": {
                "line": 0,
                "character": 96
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:88"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 88
              },
              "end": {
                "line": 0,
                "character": 96
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:88"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 68
                },
                "end": {
                  "line": 0,
                  "character": 78
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:68"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 106
              },
              "end": {
                "line": 0,
                "character": 124
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:106"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 106
              },
              "end": {
                "line": 0,
                "character": 124
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:106"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 98
                },
                "end": {
                  "line": 0,
                  "character": 105
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:98"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 149
              },
              "end": {
                "line": 0,
                "character": 156
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:149"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 149
              },
              "end": {
                "line": 0,
                "character": 156
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:149"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 126
                },
                "end": {
                  "line": 0,
                  "character": 136
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:126"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 165
              },
              "end": {
                "line": 0,
                "character": 174
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:165"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 165
              },
              "end": {
                "line": 0,
                "character": 174
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:165"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 158
                },
                "end": {
                  "line": 0,
                  "character": 164
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:158"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 184
              },
              "end": {
                "line": 0,
                "character": 192
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:184"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 184
              },
              "end": {
                "line": 0,
                "character": 192
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:184"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 176
                },
                "end": {
                  "line": 0,
                  "character": 183
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:176"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 219
              },
              "end": {
                "line": 0,
                "character": 228
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:219"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 219
              },
              "end": {
                "line": 0,
                "character": 228
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:219"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 194
                },
                "end": {
                  "line": 0,
                  "character": 204
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:194"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 237
              },
              "end": {
                "line": 0,
                "character": 238
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:237"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 237
              },
              "end": {
                "line": 0,
                "character": 238
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:237"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 230
                },
                "end": {
                  "line": 0,
                  "character": 236
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:230"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 264
              },
              "end": {
                "line": 0,
                "character": 270
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:264"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 264
              },
              "end": {
                "line": 0,
                "character": 270
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:264"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.ConnectApi.FeedItemPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedItemPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 240
                },
                "end": {
                  "line": 0,
                  "character": 250
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:240"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedItemPage"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values include every ConnectApi.FeedType except Company, DirectMessageModeration, DirectMessages, Filter, Home, Landing, Moderation, and PendingReview. The maximum number of comments to return with each feed item. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   Sorts the returned feed by the most recently created feed item, or by the most recently modified feed item. If you pass in null, the default value CreatedDateDesc is used. Required and cannot be null. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards.  The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,string,connectapi.feeditempage)": {
      "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,string,connectapi.feeditempage)",
      "nodeType": "method",
      "name": "setTestSearchFeedItemsInFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestSearchFeedItemsInFeed",
        "textToLower": "settestsearchfeeditemsinfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestSearchFeedItemsInFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 285,
      "memberOrder": 285,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestSearchFeedItemsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, String q, ConnectApi.FeedItemPage result)",
      "overrideSignature": "public static override Void setTestSearchFeedItemsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, String q, ConnectApi.FeedItemPage result)",
      "simplifiedSignature": "setTestSearchFeedItemsInFeed(String,ConnectApi.FeedType,String,String,ConnectApi.FeedItemPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedItemPage object to be returned when the matching ConnectApi.searchFeedItemsInFeed method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,string,connectapi.feeditempage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 55
              },
              "end": {
                "line": 0,
                "character": 66
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:55"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 55
              },
              "end": {
                "line": 0,
                "character": 66
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:55"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,string,connectapi.feeditempage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 48
                },
                "end": {
                  "line": 0,
                  "character": 54
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:48"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,string,connectapi.feeditempage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 88
              },
              "end": {
                "line": 0,
                "character": 96
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:88"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 88
              },
              "end": {
                "line": 0,
                "character": 96
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:88"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,string,connectapi.feeditempage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 68
                },
                "end": {
                  "line": 0,
                  "character": 78
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:68"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,string,connectapi.feeditempage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 114
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:105"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 114
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:105"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,string,connectapi.feeditempage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 98
                },
                "end": {
                  "line": 0,
                  "character": 104
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:98"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,string,connectapi.feeditempage).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 123
              },
              "end": {
                "line": 0,
                "character": 124
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:123"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 123
              },
              "end": {
                "line": 0,
                "character": 124
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:123"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,string,connectapi.feeditempage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 116
                },
                "end": {
                  "line": 0,
                  "character": 122
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:116"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,string,connectapi.feeditempage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 150
              },
              "end": {
                "line": 0,
                "character": 156
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:150"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 150
              },
              "end": {
                "line": 0,
                "character": 156
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:150"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,string,connectapi.feeditempage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.ConnectApi.FeedItemPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedItemPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 126
                },
                "end": {
                  "line": 0,
                  "character": 136
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:126"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedItemPage"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values include every ConnectApi.FeedType except Company, DirectMessages, Filter, Landing, and Streams. If feedType is Record, subjectId can be any record ID, including a group ID. If feedType is Streams, subjectId must be a stream ID. If feedType is Topics, subjectId must be a topic ID. If feedType is UserProfile, subjectId can be any user ID. If the feedType is any other value, subjectId must be the ID of the context user or the alias me. Required and cannot be null. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards.  The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)": {
      "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
      "nodeType": "method",
      "name": "setTestSearchFeedItemsInFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestSearchFeedItemsInFeed",
        "textToLower": "settestsearchfeeditemsinfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestSearchFeedItemsInFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 286,
      "memberOrder": 286,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestSearchFeedItemsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, ConnectApi.FeedItemPage result)",
      "overrideSignature": "public static override Void setTestSearchFeedItemsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, ConnectApi.FeedItemPage result)",
      "simplifiedSignature": "setTestSearchFeedItemsInFeed(String,ConnectApi.FeedType,String,String,Integer,ConnectApi.FeedSortOrder,String,ConnectApi.FeedItemPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedItemPage object to be returned when the matching ConnectApi.searchFeedItemsInFeed method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 55
              },
              "end": {
                "line": 0,
                "character": 66
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:55"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 55
              },
              "end": {
                "line": 0,
                "character": 66
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:55"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 48
                },
                "end": {
                  "line": 0,
                  "character": 54
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:48"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 88
              },
              "end": {
                "line": 0,
                "character": 96
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:88"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 88
              },
              "end": {
                "line": 0,
                "character": 96
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:88"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 68
                },
                "end": {
                  "line": 0,
                  "character": 78
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:68"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 114
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:105"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 114
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:105"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 98
                },
                "end": {
                  "line": 0,
                  "character": 104
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:98"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 123
              },
              "end": {
                "line": 0,
                "character": 132
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:123"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 123
              },
              "end": {
                "line": 0,
                "character": 132
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:123"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 116
                },
                "end": {
                  "line": 0,
                  "character": 122
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:116"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 142
              },
              "end": {
                "line": 0,
                "character": 150
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:142"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 142
              },
              "end": {
                "line": 0,
                "character": 150
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:142"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 134
                },
                "end": {
                  "line": 0,
                  "character": 141
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:134"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 177
              },
              "end": {
                "line": 0,
                "character": 186
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:177"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 177
              },
              "end": {
                "line": 0,
                "character": 186
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:177"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 152
                },
                "end": {
                  "line": 0,
                  "character": 162
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:152"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 195
              },
              "end": {
                "line": 0,
                "character": 196
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:195"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 195
              },
              "end": {
                "line": 0,
                "character": 196
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:195"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 188
                },
                "end": {
                  "line": 0,
                  "character": 194
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:188"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 222
              },
              "end": {
                "line": 0,
                "character": 228
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:222"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 222
              },
              "end": {
                "line": 0,
                "character": 228
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:222"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.ConnectApi.FeedItemPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedItemPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 198
                },
                "end": {
                  "line": 0,
                  "character": 208
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:198"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedItemPage"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values include every ConnectApi.FeedType except Company, DirectMessages, Filter, Landing, and Streams. If feedType is Record, subjectId can be any record ID, including a group ID. If feedType is Streams, subjectId must be a stream ID. If feedType is Topics, subjectId must be a topic ID. If feedType is UserProfile, subjectId can be any user ID. If the feedType is any other value, subjectId must be the ID of the context user or the alias me. The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   Sorts the returned feed by the most recently created feed item, or by the most recently modified feed item. If you pass in null, the default value CreatedDateDesc is used. Required and cannot be null. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards.  The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)": {
      "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
      "nodeType": "method",
      "name": "setTestSearchFeedItemsInFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestSearchFeedItemsInFeed",
        "textToLower": "settestsearchfeeditemsinfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestSearchFeedItemsInFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 287,
      "memberOrder": 287,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestSearchFeedItemsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, ConnectApi.FeedItemPage result)",
      "overrideSignature": "public static override Void setTestSearchFeedItemsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, ConnectApi.FeedItemPage result)",
      "simplifiedSignature": "setTestSearchFeedItemsInFeed(String,ConnectApi.FeedType,String,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,String,ConnectApi.FeedItemPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedItemPage object to be returned when the matching ConnectApi.searchFeedItemsInFeed method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 55
              },
              "end": {
                "line": 0,
                "character": 66
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:55"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 55
              },
              "end": {
                "line": 0,
                "character": 66
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:55"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 48
                },
                "end": {
                  "line": 0,
                  "character": 54
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:48"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 88
              },
              "end": {
                "line": 0,
                "character": 96
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:88"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 88
              },
              "end": {
                "line": 0,
                "character": 96
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:88"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 68
                },
                "end": {
                  "line": 0,
                  "character": 78
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:68"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 114
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:105"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 114
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:105"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 98
                },
                "end": {
                  "line": 0,
                  "character": 104
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:98"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 124
              },
              "end": {
                "line": 0,
                "character": 142
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:124"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 124
              },
              "end": {
                "line": 0,
                "character": 142
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:124"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 116
                },
                "end": {
                  "line": 0,
                  "character": 123
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:116"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 167
              },
              "end": {
                "line": 0,
                "character": 174
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:167"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 167
              },
              "end": {
                "line": 0,
                "character": 174
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:167"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 144
                },
                "end": {
                  "line": 0,
                  "character": 154
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:144"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 183
              },
              "end": {
                "line": 0,
                "character": 192
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:183"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 183
              },
              "end": {
                "line": 0,
                "character": 192
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:183"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 176
                },
                "end": {
                  "line": 0,
                  "character": 182
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:176"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 202
              },
              "end": {
                "line": 0,
                "character": 210
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:202"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 202
              },
              "end": {
                "line": 0,
                "character": 210
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:202"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 194
                },
                "end": {
                  "line": 0,
                  "character": 201
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:194"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 237
              },
              "end": {
                "line": 0,
                "character": 246
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:237"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 237
              },
              "end": {
                "line": 0,
                "character": 246
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:237"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 212
                },
                "end": {
                  "line": 0,
                  "character": 222
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:212"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 255
              },
              "end": {
                "line": 0,
                "character": 256
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:255"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 255
              },
              "end": {
                "line": 0,
                "character": 256
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:255"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 248
                },
                "end": {
                  "line": 0,
                  "character": 254
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:248"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 282
              },
              "end": {
                "line": 0,
                "character": 288
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:282"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 282
              },
              "end": {
                "line": 0,
                "character": 288
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:282"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.ConnectApi.FeedItemPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedItemPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 258
                },
                "end": {
                  "line": 0,
                  "character": 268
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:258"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedItemPage"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values include every ConnectApi.FeedType except Company, DirectMessages, Filter, Landing, and Streams. If feedType is Record, subjectId can be any record ID, including a group ID. If feedType is Streams, subjectId must be a stream ID. If feedType is Topics, subjectId must be a topic ID. If feedType is UserProfile, subjectId can be any user ID. If the feedType is any other value, subjectId must be the ID of the context user or the alias me. The maximum number of comments to return with each feed item. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   Sorts the returned feed by the most recently created feed item, or by the most recently modified feed item. If you pass in null, the default value CreatedDateDesc is used. Required and cannot be null. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards.  The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feeditempage)": {
      "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feeditempage)",
      "nodeType": "method",
      "name": "setTestSearchFeedItemsInFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestSearchFeedItemsInFeed",
        "textToLower": "settestsearchfeeditemsinfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestSearchFeedItemsInFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 288,
      "memberOrder": 288,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestSearchFeedItemsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, Boolean showInternalOnly, ConnectApi.FeedItemPage result)",
      "overrideSignature": "public static override Void setTestSearchFeedItemsInFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, Boolean showInternalOnly, ConnectApi.FeedItemPage result)",
      "simplifiedSignature": "setTestSearchFeedItemsInFeed(String,ConnectApi.FeedType,String,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,String,Boolean,ConnectApi.FeedItemPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedItemPage object to be returned when the matching ConnectApi.searchFeedItemsInFeed method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feeditempage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 55
              },
              "end": {
                "line": 0,
                "character": 66
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:55"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 55
              },
              "end": {
                "line": 0,
                "character": 66
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:55"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feeditempage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 48
                },
                "end": {
                  "line": 0,
                  "character": 54
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:48"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feeditempage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 88
              },
              "end": {
                "line": 0,
                "character": 96
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:88"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 88
              },
              "end": {
                "line": 0,
                "character": 96
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:88"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feeditempage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 68
                },
                "end": {
                  "line": 0,
                  "character": 78
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:68"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feeditempage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 114
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:105"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 105
              },
              "end": {
                "line": 0,
                "character": 114
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:105"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feeditempage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 98
                },
                "end": {
                  "line": 0,
                  "character": 104
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:98"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feeditempage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 124
              },
              "end": {
                "line": 0,
                "character": 142
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:124"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 124
              },
              "end": {
                "line": 0,
                "character": 142
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:124"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feeditempage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 116
                },
                "end": {
                  "line": 0,
                  "character": 123
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:116"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feeditempage).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 167
              },
              "end": {
                "line": 0,
                "character": 174
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:167"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 167
              },
              "end": {
                "line": 0,
                "character": 174
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:167"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feeditempage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 144
                },
                "end": {
                  "line": 0,
                  "character": 154
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:144"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feeditempage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 183
              },
              "end": {
                "line": 0,
                "character": 192
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:183"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 183
              },
              "end": {
                "line": 0,
                "character": 192
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:183"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feeditempage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 176
                },
                "end": {
                  "line": 0,
                  "character": 182
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:176"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feeditempage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 202
              },
              "end": {
                "line": 0,
                "character": 210
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:202"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 202
              },
              "end": {
                "line": 0,
                "character": 210
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:202"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feeditempage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 194
                },
                "end": {
                  "line": 0,
                  "character": 201
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:194"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feeditempage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 237
              },
              "end": {
                "line": 0,
                "character": 246
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:237"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 237
              },
              "end": {
                "line": 0,
                "character": 246
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:237"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feeditempage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 212
                },
                "end": {
                  "line": 0,
                  "character": 222
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:212"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feeditempage).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 255
              },
              "end": {
                "line": 0,
                "character": 256
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:255"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 255
              },
              "end": {
                "line": 0,
                "character": 256
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:255"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feeditempage)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 248
                },
                "end": {
                  "line": 0,
                  "character": 254
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:248"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "showinternalonly": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feeditempage).varParam.showinternalonly",
          "nodeType": "variable",
          "name": "showInternalOnly",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 266
              },
              "end": {
                "line": 0,
                "character": 282
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:266"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "showInternalOnly",
            "textToLower": "showinternalonly",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 266
              },
              "end": {
                "line": 0,
                "character": 282
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_showInternalOnly_0:266"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feeditempage)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 258
                },
                "end": {
                  "line": 0,
                  "character": 265
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:258"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feeditempage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 308
              },
              "end": {
                "line": 0,
                "character": 314
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:308"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 308
              },
              "end": {
                "line": 0,
                "character": 314
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:308"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfeed(string,connectapi.feedtype,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,boolean,connectapi.feeditempage)",
          "order": 11,
          "memberOrder": 11,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed.datatype.ConnectApi.FeedItemPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedItemPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 284
                },
                "end": {
                  "line": 0,
                  "character": 294
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:284"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedItemPage"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values include every ConnectApi.FeedType except Company, DirectMessages, Filter, Landing, and Streams. If feedType is Record, subjectId can be any record ID, including a group ID. If feedType is Streams, subjectId must be a stream ID. If feedType is Topics, subjectId must be a topic ID. If feedType is UserProfile, subjectId can be any user ID. If the feedType is any other value, subjectId must be the ID of the context user or the alias me. The maximum number of comments to return with each feed item. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   Sorts the returned feed by the most recently created feed item, or by the most recently modified feed item. If you pass in null, the default value CreatedDateDesc is used. Required and cannot be null. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards.  Specifies whether to show only feed items from internal (non-community) users (true), or not (false). The default value is false. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestsearchfeeditemsinfilterfeed(string,string,string,string,connectapi.feeditempage)": {
      "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,string,string,string,connectapi.feeditempage)",
      "nodeType": "method",
      "name": "setTestSearchFeedItemsInFilterFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestSearchFeedItemsInFilterFeed",
        "textToLower": "settestsearchfeeditemsinfilterfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestSearchFeedItemsInFilterFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 289,
      "memberOrder": 289,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestSearchFeedItemsInFilterFeed(String communityId, String subjectId, String keyPrefix, String q, ConnectApi.FeedItemPage result)",
      "overrideSignature": "public static override Void setTestSearchFeedItemsInFilterFeed(String communityId, String subjectId, String keyPrefix, String q, ConnectApi.FeedItemPage result)",
      "simplifiedSignature": "setTestSearchFeedItemsInFilterFeed(String,String,String,String,ConnectApi.FeedItemPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedItemPage object to be returned when the matching ConnectApi.searchFeedItemsInFilterFeed method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,string,string,string,connectapi.feeditempage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,string,string,string,connectapi.feeditempage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 54
                },
                "end": {
                  "line": 0,
                  "character": 60
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:54"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,string,string,string,connectapi.feeditempage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 81
              },
              "end": {
                "line": 0,
                "character": 90
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:81"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 81
              },
              "end": {
                "line": 0,
                "character": 90
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:81"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,string,string,string,connectapi.feeditempage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 74
                },
                "end": {
                  "line": 0,
                  "character": 80
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:74"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "keyprefix": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,string,string,string,connectapi.feeditempage).varParam.keyprefix",
          "nodeType": "variable",
          "name": "keyPrefix",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 99
              },
              "end": {
                "line": 0,
                "character": 108
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:99"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 99
              },
              "end": {
                "line": 0,
                "character": 108
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:99"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,string,string,string,connectapi.feeditempage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 92
                },
                "end": {
                  "line": 0,
                  "character": 98
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:92"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,string,string,string,connectapi.feeditempage).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 117
              },
              "end": {
                "line": 0,
                "character": 118
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:117"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 117
              },
              "end": {
                "line": 0,
                "character": 118
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:117"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,string,string,string,connectapi.feeditempage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 110
                },
                "end": {
                  "line": 0,
                  "character": 116
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:110"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,string,string,string,connectapi.feeditempage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 144
              },
              "end": {
                "line": 0,
                "character": 150
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:144"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 144
              },
              "end": {
                "line": 0,
                "character": 150
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:144"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,string,string,string,connectapi.feeditempage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed.datatype.ConnectApi.FeedItemPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedItemPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 120
                },
                "end": {
                  "line": 0,
                  "character": 130
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:120"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedItemPage"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the context user or the alias me. A key prefix that specifies record type. A key prefix is the first three characters in the object ID, which specifies the object type. For example, User objects have a prefix of 005 and Group objects have a prefix of 0F9. Required and cannot be null. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards.  Specify the test feed item page.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestsearchfeeditemsinfilterfeed(string,connectapi.feedtype,string,string,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)": {
      "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,connectapi.feedtype,string,string,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
      "nodeType": "method",
      "name": "setTestSearchFeedItemsInFilterFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestSearchFeedItemsInFilterFeed",
        "textToLower": "settestsearchfeeditemsinfilterfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestSearchFeedItemsInFilterFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 290,
      "memberOrder": 290,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestSearchFeedItemsInFilterFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, String keyPrefix, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, ConnectApi.FeedItemPage result)",
      "overrideSignature": "public static override Void setTestSearchFeedItemsInFilterFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, String keyPrefix, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, ConnectApi.FeedItemPage result)",
      "simplifiedSignature": "setTestSearchFeedItemsInFilterFeed(String,ConnectApi.FeedType,String,String,String,Integer,ConnectApi.FeedSortOrder,String,ConnectApi.FeedItemPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedItemPage object to be returned when the matching ConnectApi.searchFeedItemsInFilterFeed method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,connectapi.feedtype,string,string,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,connectapi.feedtype,string,string,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 54
                },
                "end": {
                  "line": 0,
                  "character": 60
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:54"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,connectapi.feedtype,string,string,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 102
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:94"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 102
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:94"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,connectapi.feedtype,string,string,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 74
                },
                "end": {
                  "line": 0,
                  "character": 84
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:74"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,connectapi.feedtype,string,string,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 111
              },
              "end": {
                "line": 0,
                "character": 120
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:111"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 111
              },
              "end": {
                "line": 0,
                "character": 120
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:111"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,connectapi.feedtype,string,string,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed.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.chatterfeeds.settestsearchfeeditemsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "keyprefix": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,connectapi.feedtype,string,string,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.keyprefix",
          "nodeType": "variable",
          "name": "keyPrefix",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 129
              },
              "end": {
                "line": 0,
                "character": 138
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:129"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 129
              },
              "end": {
                "line": 0,
                "character": 138
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:129"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,connectapi.feedtype,string,string,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed.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.chatterfeeds.settestsearchfeeditemsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,connectapi.feedtype,string,string,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 147
              },
              "end": {
                "line": 0,
                "character": 156
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:147"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 147
              },
              "end": {
                "line": 0,
                "character": 156
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:147"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,connectapi.feedtype,string,string,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 140
                },
                "end": {
                  "line": 0,
                  "character": 146
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:140"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,connectapi.feedtype,string,string,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 166
              },
              "end": {
                "line": 0,
                "character": 174
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:166"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 166
              },
              "end": {
                "line": 0,
                "character": 174
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:166"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,connectapi.feedtype,string,string,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 158
                },
                "end": {
                  "line": 0,
                  "character": 165
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:158"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,connectapi.feedtype,string,string,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 201
              },
              "end": {
                "line": 0,
                "character": 210
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:201"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 201
              },
              "end": {
                "line": 0,
                "character": 210
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:201"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,connectapi.feedtype,string,string,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 176
                },
                "end": {
                  "line": 0,
                  "character": 186
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:176"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,connectapi.feedtype,string,string,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 219
              },
              "end": {
                "line": 0,
                "character": 220
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:219"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 219
              },
              "end": {
                "line": 0,
                "character": 220
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:219"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,connectapi.feedtype,string,string,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 212
                },
                "end": {
                  "line": 0,
                  "character": 218
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:212"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,connectapi.feedtype,string,string,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 246
              },
              "end": {
                "line": 0,
                "character": 252
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:246"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 246
              },
              "end": {
                "line": 0,
                "character": 252
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:246"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,connectapi.feedtype,string,string,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed.datatype.ConnectApi.FeedItemPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedItemPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 222
                },
                "end": {
                  "line": 0,
                  "character": 232
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:222"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedItemPage"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values include every ConnectApi.FeedType except Company, DirectMessageModeration, DirectMessages, Filter, Home, Landing, Moderation, and PendingReview. The ID of the context user or the alias me. A key prefix that specifies record type. A key prefix is the first three characters in the object ID, which specifies the object type. For example, User objects have a prefix of 005 and Group objects have a prefix of 0F9. The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   Sorts the returned feed by the most recently created feed item, or by the most recently modified feed item. If you pass in null, the default value CreatedDateDesc is used. Required and cannot be null. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards.  Specify the test feed item page.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestsearchfeeditemsinfilterfeed(string,connectapi.feedtype,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)": {
      "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,connectapi.feedtype,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
      "nodeType": "method",
      "name": "setTestSearchFeedItemsInFilterFeed",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestSearchFeedItemsInFilterFeed",
        "textToLower": "settestsearchfeeditemsinfilterfeed",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestSearchFeedItemsInFilterFeed_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 291,
      "memberOrder": 291,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestSearchFeedItemsInFilterFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, String keyPrefix, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, ConnectApi.FeedItemPage result)",
      "overrideSignature": "public static override Void setTestSearchFeedItemsInFilterFeed(String communityId, ConnectApi.FeedType feedType, String subjectId, String keyPrefix, Integer recentCommentCount, ConnectApi.FeedDensity density, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, String q, ConnectApi.FeedItemPage result)",
      "simplifiedSignature": "setTestSearchFeedItemsInFilterFeed(String,ConnectApi.FeedType,String,String,Integer,ConnectApi.FeedDensity,String,Integer,ConnectApi.FeedSortOrder,String,ConnectApi.FeedItemPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedItemPage object to be returned when the matching ConnectApi.searchFeedItemsInFilterFeed method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,connectapi.feedtype,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 72
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:61"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,connectapi.feedtype,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 54
                },
                "end": {
                  "line": 0,
                  "character": 60
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:54"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "feedtype": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,connectapi.feedtype,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.feedtype",
          "nodeType": "variable",
          "name": "feedType",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 102
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:94"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "feedType",
            "textToLower": "feedtype",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 94
              },
              "end": {
                "line": 0,
                "character": 102
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_feedType_0:94"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,connectapi.feedtype,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed.datatype.ConnectApi.FeedType",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedType",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 74
                },
                "end": {
                  "line": 0,
                  "character": 84
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:74"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedType"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,connectapi.feedtype,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 111
              },
              "end": {
                "line": 0,
                "character": 120
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:111"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 111
              },
              "end": {
                "line": 0,
                "character": 120
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:111"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,connectapi.feedtype,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed.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.chatterfeeds.settestsearchfeeditemsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "keyprefix": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,connectapi.feedtype,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.keyprefix",
          "nodeType": "variable",
          "name": "keyPrefix",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 129
              },
              "end": {
                "line": 0,
                "character": 138
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:129"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "keyPrefix",
            "textToLower": "keyprefix",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 129
              },
              "end": {
                "line": 0,
                "character": 138
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_keyPrefix_0:129"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,connectapi.feedtype,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed.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.chatterfeeds.settestsearchfeeditemsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,connectapi.feedtype,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 148
              },
              "end": {
                "line": 0,
                "character": 166
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:148"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 148
              },
              "end": {
                "line": 0,
                "character": 166
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:148"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,connectapi.feedtype,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 140
                },
                "end": {
                  "line": 0,
                  "character": 147
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:140"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "density": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,connectapi.feedtype,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.density",
          "nodeType": "variable",
          "name": "density",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 191
              },
              "end": {
                "line": 0,
                "character": 198
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:191"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "density",
            "textToLower": "density",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 191
              },
              "end": {
                "line": 0,
                "character": 198
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_density_0:191"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,connectapi.feedtype,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed.datatype.ConnectApi.FeedDensity",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedDensity",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 168
                },
                "end": {
                  "line": 0,
                  "character": 178
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:168"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedDensity"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,connectapi.feedtype,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 207
              },
              "end": {
                "line": 0,
                "character": 216
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:207"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 207
              },
              "end": {
                "line": 0,
                "character": 216
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:207"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,connectapi.feedtype,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 200
                },
                "end": {
                  "line": 0,
                  "character": 206
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:200"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,connectapi.feedtype,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 226
              },
              "end": {
                "line": 0,
                "character": 234
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:226"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 226
              },
              "end": {
                "line": 0,
                "character": 234
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:226"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,connectapi.feedtype,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 218
                },
                "end": {
                  "line": 0,
                  "character": 225
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:218"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,connectapi.feedtype,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 261
              },
              "end": {
                "line": 0,
                "character": 270
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:261"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 261
              },
              "end": {
                "line": 0,
                "character": 270
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:261"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,connectapi.feedtype,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 236
                },
                "end": {
                  "line": 0,
                  "character": 246
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:236"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,connectapi.feedtype,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 279
              },
              "end": {
                "line": 0,
                "character": 280
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:279"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 279
              },
              "end": {
                "line": 0,
                "character": 280
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:279"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,connectapi.feedtype,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 10,
          "memberOrder": 10,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 272
                },
                "end": {
                  "line": 0,
                  "character": 278
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:272"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,connectapi.feedtype,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 306
              },
              "end": {
                "line": 0,
                "character": 312
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:306"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 306
              },
              "end": {
                "line": 0,
                "character": 312
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:306"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchfeeditemsinfilterfeed(string,connectapi.feedtype,string,string,integer,connectapi.feeddensity,string,integer,connectapi.feedsortorder,string,connectapi.feeditempage)",
          "order": 11,
          "memberOrder": 11,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed.datatype.ConnectApi.FeedItemPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedItemPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 282
                },
                "end": {
                  "line": 0,
                  "character": 292
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:282"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchfeeditemsinfilterfeed",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedItemPage"
          },
          "description": "Use either the ID for a community, internal, or null. The type of feed. Valid values include every ConnectApi.FeedType except Company, DirectMessageModeration, DirectMessages, Filter, Home, Landing, Moderation, and PendingReview. The ID of the context user or the alias me. A key prefix that specifies record type. A key prefix is the first three characters in the object ID, which specifies the object type. For example, User objects have a prefix of 005 and Group objects have a prefix of 0F9. The maximum number of comments to return with each feed item. The default value is 3. Specify the amount of content in a feed.  AllUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations.   FewerUpdates—Displays all updates from people and records the user follows and groups the user is a member of. Also displays custom recommendations, but hides some system-generated updates from records.    The page token to use to view the page. Page tokens are returned as part of the response class, for example, currentPageToken or nextPageToken. If you pass in null, the first page is returned. Specifies the number of feed items per page. Valid values are from 1 through 100. If you pass in null, the default size is 25. Values are:  CreatedDateAsc—Sorts by oldest creation date. This sort order is available only for DirectMessageModeration, Draft, Moderation, and PendingReview feeds.    CreatedDateDesc—Sorts by most recent creation date.   LastModifiedDateDesc—Sorts by most recent activity.   MostViewed—Sorts by most viewed content. This sort order is available only for Home feeds when the ConnectApi.FeedFilter is UnansweredQuestions.   Relevance—Sorts by most relevant content. This sort order is available only for Company, Home, and Topics feeds.   Sorts the returned feed by the most recently created feed item, or by the most recently modified feed item. If you pass in null, the default value CreatedDateDesc is used. Required and cannot be null. Specifies the string to search. The search string must contain at least two characters, not including wildcards. See Wildcards.  Specify the test feed item page.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestsearchstreams(string,string,connectapi.chatterstreampage)": {
      "id": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,connectapi.chatterstreampage)",
      "nodeType": "method",
      "name": "setTestSearchStreams",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestSearchStreams",
        "textToLower": "settestsearchstreams",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestSearchStreams_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 292,
      "memberOrder": 292,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestSearchStreams(String communityId, String q, ConnectApi.ChatterStreamPage result)",
      "overrideSignature": "public static override Void setTestSearchStreams(String communityId, String q, ConnectApi.ChatterStreamPage result)",
      "simplifiedSignature": "setTestSearchStreams(String,String,ConnectApi.ChatterStreamPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestsearchstreams.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestsearchstreams",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.ChatterStreamPage object to be returned when the matching ConnectApi.searchStream(communityId, q) method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,connectapi.chatterstreampage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 47
              },
              "end": {
                "line": 0,
                "character": 58
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:47"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 47
              },
              "end": {
                "line": 0,
                "character": 58
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:47"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,connectapi.chatterstreampage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchstreams.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 40
                },
                "end": {
                  "line": 0,
                  "character": 46
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:40"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,connectapi.chatterstreampage).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:67"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:67"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,connectapi.chatterstreampage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchstreams.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 60
                },
                "end": {
                  "line": 0,
                  "character": 66
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:60"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,connectapi.chatterstreampage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 99
              },
              "end": {
                "line": 0,
                "character": 105
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:99"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 99
              },
              "end": {
                "line": 0,
                "character": 105
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:99"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,connectapi.chatterstreampage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchstreams.datatype.ConnectApi.ChatterStreamPage",
            "nodeType": "datatype",
            "name": "ConnectApi.ChatterStreamPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 70
                },
                "end": {
                  "line": 0,
                  "character": 80
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:70"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.ChatterStreamPage"
          },
          "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.  The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestsearchstreams(string,string,connectapi.sortorder,connectapi.chatterstreampage)": {
      "id": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,connectapi.sortorder,connectapi.chatterstreampage)",
      "nodeType": "method",
      "name": "setTestSearchStreams",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestSearchStreams",
        "textToLower": "settestsearchstreams",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestSearchStreams_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 293,
      "memberOrder": 293,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestSearchStreams(String communityId, String q, ConnectApi.SortOrder sortParam, ConnectApi.ChatterStreamPage result)",
      "overrideSignature": "public static override Void setTestSearchStreams(String communityId, String q, ConnectApi.SortOrder sortParam, ConnectApi.ChatterStreamPage result)",
      "simplifiedSignature": "setTestSearchStreams(String,String,ConnectApi.SortOrder,ConnectApi.ChatterStreamPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestsearchstreams.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestsearchstreams",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.ChatterStreamPage object to be returned when the matching ConnectApi.searchStream(communityId, q, sortParam) method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,connectapi.sortorder,connectapi.chatterstreampage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 47
              },
              "end": {
                "line": 0,
                "character": 58
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:47"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 47
              },
              "end": {
                "line": 0,
                "character": 58
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:47"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,connectapi.sortorder,connectapi.chatterstreampage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchstreams.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 40
                },
                "end": {
                  "line": 0,
                  "character": 46
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:40"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,connectapi.sortorder,connectapi.chatterstreampage).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:67"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:67"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,connectapi.sortorder,connectapi.chatterstreampage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchstreams.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 60
                },
                "end": {
                  "line": 0,
                  "character": 66
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:60"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,connectapi.sortorder,connectapi.chatterstreampage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 100
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:91"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 91
              },
              "end": {
                "line": 0,
                "character": 100
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:91"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,connectapi.sortorder,connectapi.chatterstreampage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchstreams.datatype.ConnectApi.SortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.SortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 70
                },
                "end": {
                  "line": 0,
                  "character": 80
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:70"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.SortOrder"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,connectapi.sortorder,connectapi.chatterstreampage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 131
              },
              "end": {
                "line": 0,
                "character": 137
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:131"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 131
              },
              "end": {
                "line": 0,
                "character": 137
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:131"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,connectapi.sortorder,connectapi.chatterstreampage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchstreams.datatype.ConnectApi.ChatterStreamPage",
            "nodeType": "datatype",
            "name": "ConnectApi.ChatterStreamPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 102
                },
                "end": {
                  "line": 0,
                  "character": 112
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:102"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.ChatterStreamPage"
          },
          "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.   Specifies the sort order. Values are:  Ascending—Items are in ascending alphabetical order (A-Z).   Descending—Items are in descending alphabetical order (Z-A).   MostRecentlyViewed—Items are in descending chronological order by view. This sort order is valid only for Chatter feed streams.   If not specified, default value is Ascending.   The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestsearchstreams(string,string,integer,integer,connectapi.chatterstreampage)": {
      "id": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,integer,integer,connectapi.chatterstreampage)",
      "nodeType": "method",
      "name": "setTestSearchStreams",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestSearchStreams",
        "textToLower": "settestsearchstreams",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestSearchStreams_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 294,
      "memberOrder": 294,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestSearchStreams(String communityId, String q, Integer pageParam, Integer pageSize, ConnectApi.ChatterStreamPage result)",
      "overrideSignature": "public static override Void setTestSearchStreams(String communityId, String q, Integer pageParam, Integer pageSize, ConnectApi.ChatterStreamPage result)",
      "simplifiedSignature": "setTestSearchStreams(String,String,Integer,Integer,ConnectApi.ChatterStreamPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestsearchstreams.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestsearchstreams",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.ChatterStreamPage object to be returned when the matching ConnectApi.searchStreams(communityId, q, pageParam, pageSize) method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,integer,integer,connectapi.chatterstreampage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 47
              },
              "end": {
                "line": 0,
                "character": 58
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:47"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 47
              },
              "end": {
                "line": 0,
                "character": 58
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:47"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,integer,integer,connectapi.chatterstreampage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchstreams.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 40
                },
                "end": {
                  "line": 0,
                  "character": 46
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:40"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,integer,integer,connectapi.chatterstreampage).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:67"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:67"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,integer,integer,connectapi.chatterstreampage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchstreams.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 60
                },
                "end": {
                  "line": 0,
                  "character": 66
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:60"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,integer,integer,connectapi.chatterstreampage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 78
              },
              "end": {
                "line": 0,
                "character": 87
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:78"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 78
              },
              "end": {
                "line": 0,
                "character": 87
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:78"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,integer,integer,connectapi.chatterstreampage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchstreams.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 70
                },
                "end": {
                  "line": 0,
                  "character": 77
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:70"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,integer,integer,connectapi.chatterstreampage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 97
              },
              "end": {
                "line": 0,
                "character": 105
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:97"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 97
              },
              "end": {
                "line": 0,
                "character": 105
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:97"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,integer,integer,connectapi.chatterstreampage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchstreams.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 89
                },
                "end": {
                  "line": 0,
                  "character": 96
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:89"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,integer,integer,connectapi.chatterstreampage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 136
              },
              "end": {
                "line": 0,
                "character": 142
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:136"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 136
              },
              "end": {
                "line": 0,
                "character": 142
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:136"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,integer,integer,connectapi.chatterstreampage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchstreams.datatype.ConnectApi.ChatterStreamPage",
            "nodeType": "datatype",
            "name": "ConnectApi.ChatterStreamPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 107
                },
                "end": {
                  "line": 0,
                  "character": 117
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:107"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.ChatterStreamPage"
          },
          "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.  Specifies the number of the page you want returned. Starts at 0. If you pass in null or 0, the first page is returned. Specifies the number of items per page. Valid values are from 1 to 250. The default size is 25. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestsearchstreams(string,string,integer,integer,connectapi.sortorder,connectapi.chatterstreampage)": {
      "id": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,integer,integer,connectapi.sortorder,connectapi.chatterstreampage)",
      "nodeType": "method",
      "name": "setTestSearchStreams",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestSearchStreams",
        "textToLower": "settestsearchstreams",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestSearchStreams_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 295,
      "memberOrder": 295,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestSearchStreams(String communityId, String q, Integer pageParam, Integer pageSize, ConnectApi.SortOrder sortParam, ConnectApi.ChatterStreamPage result)",
      "overrideSignature": "public static override Void setTestSearchStreams(String communityId, String q, Integer pageParam, Integer pageSize, ConnectApi.SortOrder sortParam, ConnectApi.ChatterStreamPage result)",
      "simplifiedSignature": "setTestSearchStreams(String,String,Integer,Integer,ConnectApi.SortOrder,ConnectApi.ChatterStreamPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestsearchstreams.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestsearchstreams",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.ChatterStreamPage object to be returned when the matching ConnectApi.searchStreams(communityId, q, pageParam, pageSize, sortParam) method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,integer,integer,connectapi.sortorder,connectapi.chatterstreampage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 47
              },
              "end": {
                "line": 0,
                "character": 58
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:47"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 47
              },
              "end": {
                "line": 0,
                "character": 58
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:47"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,integer,integer,connectapi.sortorder,connectapi.chatterstreampage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchstreams.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 40
                },
                "end": {
                  "line": 0,
                  "character": 46
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:40"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,integer,integer,connectapi.sortorder,connectapi.chatterstreampage).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:67"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:67"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,integer,integer,connectapi.sortorder,connectapi.chatterstreampage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchstreams.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 60
                },
                "end": {
                  "line": 0,
                  "character": 66
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:60"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,integer,integer,connectapi.sortorder,connectapi.chatterstreampage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 78
              },
              "end": {
                "line": 0,
                "character": 87
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:78"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 78
              },
              "end": {
                "line": 0,
                "character": 87
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:78"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,integer,integer,connectapi.sortorder,connectapi.chatterstreampage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchstreams.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 70
                },
                "end": {
                  "line": 0,
                  "character": 77
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:70"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,integer,integer,connectapi.sortorder,connectapi.chatterstreampage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 97
              },
              "end": {
                "line": 0,
                "character": 105
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:97"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 97
              },
              "end": {
                "line": 0,
                "character": 105
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:97"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,integer,integer,connectapi.sortorder,connectapi.chatterstreampage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchstreams.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 89
                },
                "end": {
                  "line": 0,
                  "character": 96
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:89"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,integer,integer,connectapi.sortorder,connectapi.chatterstreampage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 128
              },
              "end": {
                "line": 0,
                "character": 137
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:128"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 128
              },
              "end": {
                "line": 0,
                "character": 137
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:128"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,integer,integer,connectapi.sortorder,connectapi.chatterstreampage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchstreams.datatype.ConnectApi.SortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.SortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 107
                },
                "end": {
                  "line": 0,
                  "character": 117
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:107"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.SortOrder"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,integer,integer,connectapi.sortorder,connectapi.chatterstreampage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 168
              },
              "end": {
                "line": 0,
                "character": 174
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:168"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 168
              },
              "end": {
                "line": 0,
                "character": 174
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:168"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,integer,integer,connectapi.sortorder,connectapi.chatterstreampage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchstreams.datatype.ConnectApi.ChatterStreamPage",
            "nodeType": "datatype",
            "name": "ConnectApi.ChatterStreamPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 139
                },
                "end": {
                  "line": 0,
                  "character": 149
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:139"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.ChatterStreamPage"
          },
          "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.  Specifies the number of the page you want returned. Starts at 0. If you pass in null or 0, the first page is returned. Specifies the number of items per page. Valid values are from 1 to 250. The default size is 25.  Specifies the sort order. Values are:  Ascending—Items are in ascending alphabetical order (A-Z).   Descending—Items are in descending alphabetical order (Z-A).   MostRecentlyViewed—Items are in descending chronological order by view. This sort order is valid only for Chatter feed streams.   If not specified, default value is Ascending.   The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestsearchstreams(string,string,integer,integer,connectapi.sortorder,boolean,connectapi.chatterstreampage)": {
      "id": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,integer,integer,connectapi.sortorder,boolean,connectapi.chatterstreampage)",
      "nodeType": "method",
      "name": "setTestSearchStreams",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestSearchStreams",
        "textToLower": "settestsearchstreams",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestSearchStreams_-1:0"
      },
      "parentId": "ConnectApi.chatterfeeds",
      "order": 296,
      "memberOrder": 296,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static Void setTestSearchStreams(String communityId, String q, Integer pageParam, Integer pageSize, ConnectApi.SortOrder sortParam, Boolean globalScope, ConnectApi.ChatterStreamPage result)",
      "overrideSignature": "public static override Void setTestSearchStreams(String communityId, String q, Integer pageParam, Integer pageSize, ConnectApi.SortOrder sortParam, Boolean globalScope, ConnectApi.ChatterStreamPage result)",
      "simplifiedSignature": "setTestSearchStreams(String,String,Integer,Integer,ConnectApi.SortOrder,Boolean,ConnectApi.ChatterStreamPage)",
      "datatype": {
        "id": "ConnectApi.chatterfeeds.settestsearchstreams.datatype.Void",
        "nodeType": "datatype",
        "name": "Void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Void_0:14"
        },
        "parentId": "ConnectApi.chatterfeeds.settestsearchstreams",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.ChatterStreamPage object to be returned when the matching ConnectApi.searchStreams(communityId, q, pageParam, pageSize, sortParam, globalScope) method is called in a test context. Use the method with the same parameters or you receive an exception.",
      "parentName": "ChatterFeeds",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,integer,integer,connectapi.sortorder,boolean,connectapi.chatterstreampage).varParam.communityid",
          "nodeType": "variable",
          "name": "communityId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 47
              },
              "end": {
                "line": 0,
                "character": 58
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:47"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 47
              },
              "end": {
                "line": 0,
                "character": 58
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:47"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,integer,integer,connectapi.sortorder,boolean,connectapi.chatterstreampage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchstreams.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 40
                },
                "end": {
                  "line": 0,
                  "character": 46
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:40"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "q": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,integer,integer,connectapi.sortorder,boolean,connectapi.chatterstreampage).varParam.q",
          "nodeType": "variable",
          "name": "q",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:67"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "q",
            "textToLower": "q",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 67
              },
              "end": {
                "line": 0,
                "character": 68
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_q_0:67"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,integer,integer,connectapi.sortorder,boolean,connectapi.chatterstreampage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchstreams.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 60
                },
                "end": {
                  "line": 0,
                  "character": 66
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:60"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,integer,integer,connectapi.sortorder,boolean,connectapi.chatterstreampage).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 78
              },
              "end": {
                "line": 0,
                "character": 87
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:78"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 78
              },
              "end": {
                "line": 0,
                "character": 87
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:78"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,integer,integer,connectapi.sortorder,boolean,connectapi.chatterstreampage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchstreams.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 70
                },
                "end": {
                  "line": 0,
                  "character": 77
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:70"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,integer,integer,connectapi.sortorder,boolean,connectapi.chatterstreampage).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 97
              },
              "end": {
                "line": 0,
                "character": 105
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:97"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 97
              },
              "end": {
                "line": 0,
                "character": 105
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:97"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,integer,integer,connectapi.sortorder,boolean,connectapi.chatterstreampage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchstreams.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 89
                },
                "end": {
                  "line": 0,
                  "character": 96
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:89"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,integer,integer,connectapi.sortorder,boolean,connectapi.chatterstreampage).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 128
              },
              "end": {
                "line": 0,
                "character": 137
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:128"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 128
              },
              "end": {
                "line": 0,
                "character": 137
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:128"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,integer,integer,connectapi.sortorder,boolean,connectapi.chatterstreampage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchstreams.datatype.ConnectApi.SortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.SortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 107
                },
                "end": {
                  "line": 0,
                  "character": 117
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:107"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.SortOrder"
          },
          "scope": null
        },
        "globalscope": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,integer,integer,connectapi.sortorder,boolean,connectapi.chatterstreampage).varParam.globalscope",
          "nodeType": "variable",
          "name": "globalScope",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "globalScope",
            "textToLower": "globalscope",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 147
              },
              "end": {
                "line": 0,
                "character": 158
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_globalScope_0:147"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "globalScope",
            "textToLower": "globalscope",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 147
              },
              "end": {
                "line": 0,
                "character": 158
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_globalScope_0:147"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,integer,integer,connectapi.sortorder,boolean,connectapi.chatterstreampage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchstreams.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 139
                },
                "end": {
                  "line": 0,
                  "character": 146
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:139"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,integer,integer,connectapi.sortorder,boolean,connectapi.chatterstreampage).varParam.result",
          "nodeType": "variable",
          "name": "result",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 189
              },
              "end": {
                "line": 0,
                "character": 195
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:189"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 189
              },
              "end": {
                "line": 0,
                "character": 195
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:189"
          },
          "parentId": "ConnectApi.chatterfeeds.method.settestsearchstreams(string,string,integer,integer,connectapi.sortorder,boolean,connectapi.chatterstreampage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfeeds.settestsearchstreams.datatype.ConnectApi.ChatterStreamPage",
            "nodeType": "datatype",
            "name": "ConnectApi.ChatterStreamPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 160
                },
                "end": {
                  "line": 0,
                  "character": 170
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:160"
            },
            "parentId": "ConnectApi.chatterfeeds.settestsearchstreams",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.ChatterStreamPage"
          },
          "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.  Specifies the number of the page you want returned. Starts at 0. If you pass in null or 0, the first page is returned. Specifies the number of items per page. Valid values are from 1 to 250. The default size is 25.  Specifies the sort order. Values are:  Ascending—Items are in ascending alphabetical order (A-Z).   Descending—Items are in descending alphabetical order (Z-A).   MostRecentlyViewed—Items are in descending chronological order by view. This sort order is valid only for Chatter feed streams.   If not specified, default value is Ascending.   Specifies whether to get streams from all the context user’s communities, regardless of the communityId value. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    }
  },
  "constructors": {},
  "extendsType": "",
  "implementTypes": [],
  "implements": {},
  "totalMembers": 296,
  "queries": []
}