{
  "id": "ConnectApi.chatterfavorites",
  "nodeType": "class",
  "name": "ChatterFavorites",
  "namespace": "ConnectApi",
  "startToken": {
    "type": "declaration.entity.name.class",
    "text": "ChatterFavorites",
    "textToLower": "chatterfavorites",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "declaration.entity.name.class_ChatterFavorites_-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": "Chatter favorites give you easy access to topics, list views, and feed searches.",
  "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_ConnectAPI_ChatterFavorites_static_methods.htm",
  "classes": {},
  "interfaces": {},
  "enums": {},
  "variables": {},
  "methods": {
    "addfavorite(string,string,string)": {
      "id": "ConnectApi.chatterfavorites.method.addfavorite(string,string,string)",
      "nodeType": "method",
      "name": "addFavorite",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "addFavorite",
        "textToLower": "addfavorite",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_addFavorite_-1:0"
      },
      "parentId": "ConnectApi.chatterfavorites",
      "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.FeedFavorite addFavorite(String communityId, String subjectId, String searchText)",
      "overrideSignature": "public static override ConnectApi.FeedFavorite addFavorite(String communityId, String subjectId, String searchText)",
      "simplifiedSignature": "addFavorite(String,String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfavorites.addfavorite.datatype.ConnectApi.FeedFavorite",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedFavorite",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.chatterfavorites.addfavorite",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedFavorite"
      },
      "description": "Add a feed search favorite for a user.",
      "parentName": "ChatterFavorites",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfavorites.method.addfavorite(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": 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.chatterfavorites.method.addfavorite(string,string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.addfavorite.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.chatterfavorites.addfavorite",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfavorites.method.addfavorite(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": 77
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:77"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 77
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:77"
          },
          "parentId": "ConnectApi.chatterfavorites.method.addfavorite(string,string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.addfavorite.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.chatterfavorites.addfavorite",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "searchtext": {
          "id": "ConnectApi.chatterfavorites.method.addfavorite(string,string,string).varParam.searchtext",
          "nodeType": "variable",
          "name": "searchText",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "searchText",
            "textToLower": "searchtext",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 105
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_searchText_0:95"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "searchText",
            "textToLower": "searchtext",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 105
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_searchText_0:95"
          },
          "parentId": "ConnectApi.chatterfavorites.method.addfavorite(string,string,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.addfavorite.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.chatterfavorites.addfavorite",
            "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. Specify the text of the search to be saved as a favorite. This method can only create a feed search favorite, not a list view favorite or a topic.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "addrecordfavorite(string,string,string)": {
      "id": "ConnectApi.chatterfavorites.method.addrecordfavorite(string,string,string)",
      "nodeType": "method",
      "name": "addRecordFavorite",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "addRecordFavorite",
        "textToLower": "addrecordfavorite",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_addRecordFavorite_-1:0"
      },
      "parentId": "ConnectApi.chatterfavorites",
      "order": 2,
      "memberOrder": 2,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.FeedFavorite addRecordFavorite(String communityId, String subjectId, String targetId)",
      "overrideSignature": "public static override ConnectApi.FeedFavorite addRecordFavorite(String communityId, String subjectId, String targetId)",
      "simplifiedSignature": "addRecordFavorite(String,String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfavorites.addrecordfavorite.datatype.ConnectApi.FeedFavorite",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedFavorite",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.chatterfavorites.addrecordfavorite",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedFavorite"
      },
      "description": "Add a topic as a favorite.",
      "parentName": "ChatterFavorites",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfavorites.method.addrecordfavorite(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": 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.chatterfavorites.method.addrecordfavorite(string,string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.addrecordfavorite.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.chatterfavorites.addrecordfavorite",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfavorites.method.addrecordfavorite(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": 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.chatterfavorites.method.addrecordfavorite(string,string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.addrecordfavorite.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.chatterfavorites.addrecordfavorite",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "targetid": {
          "id": "ConnectApi.chatterfavorites.method.addrecordfavorite(string,string,string).varParam.targetid",
          "nodeType": "variable",
          "name": "targetId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "targetId",
            "textToLower": "targetid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 101
              },
              "end": {
                "line": 0,
                "character": 109
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_targetId_0:101"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "targetId",
            "textToLower": "targetid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 101
              },
              "end": {
                "line": 0,
                "character": 109
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_targetId_0:101"
          },
          "parentId": "ConnectApi.chatterfavorites.method.addrecordfavorite(string,string,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.addrecordfavorite.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.chatterfavorites.addrecordfavorite",
            "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. The ID of the topic to add as a favorite.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "deletefavorite(string,string,string)": {
      "id": "ConnectApi.chatterfavorites.method.deletefavorite(string,string,string)",
      "nodeType": "method",
      "name": "deleteFavorite",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "deleteFavorite",
        "textToLower": "deletefavorite",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_deleteFavorite_-1:0"
      },
      "parentId": "ConnectApi.chatterfavorites",
      "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 Void deleteFavorite(String communityId, String subjectId, String favoriteId)",
      "overrideSignature": "public static override Void deleteFavorite(String communityId, String subjectId, String favoriteId)",
      "simplifiedSignature": "deleteFavorite(String,String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfavorites.deletefavorite.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.chatterfavorites.deletefavorite",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Delete a favorite.",
      "parentName": "ChatterFavorites",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfavorites.method.deletefavorite(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": 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.chatterfavorites.method.deletefavorite(string,string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.deletefavorite.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.chatterfavorites.deletefavorite",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfavorites.method.deletefavorite(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": 61
              },
              "end": {
                "line": 0,
                "character": 70
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:61"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 61
              },
              "end": {
                "line": 0,
                "character": 70
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:61"
          },
          "parentId": "ConnectApi.chatterfavorites.method.deletefavorite(string,string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.deletefavorite.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.chatterfavorites.deletefavorite",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "favoriteid": {
          "id": "ConnectApi.chatterfavorites.method.deletefavorite(string,string,string).varParam.favoriteid",
          "nodeType": "variable",
          "name": "favoriteId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "favoriteId",
            "textToLower": "favoriteid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 89
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_favoriteId_0:79"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "favoriteId",
            "textToLower": "favoriteid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 89
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_favoriteId_0:79"
          },
          "parentId": "ConnectApi.chatterfavorites.method.deletefavorite(string,string,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.deletefavorite.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.chatterfavorites.deletefavorite",
            "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. The ID of a favorite.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfavorite(string,string,string)": {
      "id": "ConnectApi.chatterfavorites.method.getfavorite(string,string,string)",
      "nodeType": "method",
      "name": "getFavorite",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFavorite",
        "textToLower": "getfavorite",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFavorite_-1:0"
      },
      "parentId": "ConnectApi.chatterfavorites",
      "order": 4,
      "memberOrder": 4,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.FeedFavorite getFavorite(String communityId, String subjectId, String favoriteId)",
      "overrideSignature": "public static override ConnectApi.FeedFavorite getFavorite(String communityId, String subjectId, String favoriteId)",
      "simplifiedSignature": "getFavorite(String,String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfavorites.getfavorite.datatype.ConnectApi.FeedFavorite",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedFavorite",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.chatterfavorites.getfavorite",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedFavorite"
      },
      "description": "Get information about a favorite.",
      "parentName": "ChatterFavorites",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfavorites.method.getfavorite(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": 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.chatterfavorites.method.getfavorite(string,string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.getfavorite.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.chatterfavorites.getfavorite",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfavorites.method.getfavorite(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": 77
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:77"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 77
              },
              "end": {
                "line": 0,
                "character": 86
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:77"
          },
          "parentId": "ConnectApi.chatterfavorites.method.getfavorite(string,string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.getfavorite.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.chatterfavorites.getfavorite",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "favoriteid": {
          "id": "ConnectApi.chatterfavorites.method.getfavorite(string,string,string).varParam.favoriteid",
          "nodeType": "variable",
          "name": "favoriteId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "favoriteId",
            "textToLower": "favoriteid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 105
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_favoriteId_0:95"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "favoriteId",
            "textToLower": "favoriteid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 95
              },
              "end": {
                "line": 0,
                "character": 105
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_favoriteId_0:95"
          },
          "parentId": "ConnectApi.chatterfavorites.method.getfavorite(string,string,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.getfavorite.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.chatterfavorites.getfavorite",
            "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. The ID of a favorite.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfavorites(string,string)": {
      "id": "ConnectApi.chatterfavorites.method.getfavorites(string,string)",
      "nodeType": "method",
      "name": "getFavorites",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFavorites",
        "textToLower": "getfavorites",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFavorites_-1:0"
      },
      "parentId": "ConnectApi.chatterfavorites",
      "order": 5,
      "memberOrder": 5,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.FeedFavorites getFavorites(String communityId, String subjectId)",
      "overrideSignature": "public static override ConnectApi.FeedFavorites getFavorites(String communityId, String subjectId)",
      "simplifiedSignature": "getFavorites(String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfavorites.getfavorites.datatype.ConnectApi.FeedFavorites",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedFavorites",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.chatterfavorites.getfavorites",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedFavorites"
      },
      "description": "Get a list of favorites for a user.",
      "parentName": "ChatterFavorites",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfavorites.method.getfavorites(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.chatterfavorites.method.getfavorites(string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.getfavorites.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.chatterfavorites.getfavorites",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfavorites.method.getfavorites(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": 79
              },
              "end": {
                "line": 0,
                "character": 88
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:79"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 79
              },
              "end": {
                "line": 0,
                "character": 88
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:79"
          },
          "parentId": "ConnectApi.chatterfavorites.method.getfavorites(string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.getfavorites.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.chatterfavorites.getfavorites",
            "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": []
    },
    "getfeedelements(string,string,string)": {
      "id": "ConnectApi.chatterfavorites.method.getfeedelements(string,string,string)",
      "nodeType": "method",
      "name": "getFeedElements",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedElements",
        "textToLower": "getfeedelements",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedElements_-1:0"
      },
      "parentId": "ConnectApi.chatterfavorites",
      "order": 6,
      "memberOrder": 6,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "static": {
        "type": "keyword.modifier.static",
        "text": "static",
        "textToLower": "static",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 7
          },
          "end": {
            "line": 0,
            "character": 13
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_static_0:7"
      },
      "signature": "public static ConnectApi.FeedElementPage getFeedElements(String communityId, String subjectId, String favoriteId)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage getFeedElements(String communityId, String subjectId, String favoriteId)",
      "simplifiedSignature": "getFeedElements(String,String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfavorites.getfeedelements.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.chatterfavorites.getfeedelements",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get the first page of feed elements for a favorite.",
      "parentName": "ChatterFavorites",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfavorites.method.getfeedelements(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": 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.chatterfavorites.method.getfeedelements(string,string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.getfeedelements.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.chatterfavorites.getfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfavorites.method.getfeedelements(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": 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.chatterfavorites.method.getfeedelements(string,string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.getfeedelements.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.chatterfavorites.getfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "favoriteid": {
          "id": "ConnectApi.chatterfavorites.method.getfeedelements(string,string,string).varParam.favoriteid",
          "nodeType": "variable",
          "name": "favoriteId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "favoriteId",
            "textToLower": "favoriteid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 102
              },
              "end": {
                "line": 0,
                "character": 112
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_favoriteId_0:102"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "favoriteId",
            "textToLower": "favoriteid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 102
              },
              "end": {
                "line": 0,
                "character": 112
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_favoriteId_0:102"
          },
          "parentId": "ConnectApi.chatterfavorites.method.getfeedelements(string,string,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.getfeedelements.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.chatterfavorites.getfeedelements",
            "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. The ID of a favorite.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeedelements(string,string,string,string,integer,connectapi.feedsortorder)": {
      "id": "ConnectApi.chatterfavorites.method.getfeedelements(string,string,string,string,integer,connectapi.feedsortorder)",
      "nodeType": "method",
      "name": "getFeedElements",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedElements",
        "textToLower": "getfeedelements",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedElements_-1:0"
      },
      "parentId": "ConnectApi.chatterfavorites",
      "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.FeedElementPage getFeedElements(String communityId, String subjectId, String favoriteId, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage getFeedElements(String communityId, String subjectId, String favoriteId, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam)",
      "simplifiedSignature": "getFeedElements(String,String,String,String,Integer,ConnectApi.FeedSortOrder)",
      "datatype": {
        "id": "ConnectApi.chatterfavorites.getfeedelements.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.chatterfavorites.getfeedelements",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of sorted feed elements for a favorite.",
      "parentName": "ChatterFavorites",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfavorites.method.getfeedelements(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": 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.chatterfavorites.method.getfeedelements(string,string,string,string,integer,connectapi.feedsortorder)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.getfeedelements.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.chatterfavorites.getfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfavorites.method.getfeedelements(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": 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.chatterfavorites.method.getfeedelements(string,string,string,string,integer,connectapi.feedsortorder)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.getfeedelements.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.chatterfavorites.getfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "favoriteid": {
          "id": "ConnectApi.chatterfavorites.method.getfeedelements(string,string,string,string,integer,connectapi.feedsortorder).varParam.favoriteid",
          "nodeType": "variable",
          "name": "favoriteId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "favoriteId",
            "textToLower": "favoriteid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 102
              },
              "end": {
                "line": 0,
                "character": 112
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_favoriteId_0:102"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "favoriteId",
            "textToLower": "favoriteid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 102
              },
              "end": {
                "line": 0,
                "character": 112
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_favoriteId_0:102"
          },
          "parentId": "ConnectApi.chatterfavorites.method.getfeedelements(string,string,string,string,integer,connectapi.feedsortorder)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.getfeedelements.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.chatterfavorites.getfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfavorites.method.getfeedelements(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": 121
              },
              "end": {
                "line": 0,
                "character": 130
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:121"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 121
              },
              "end": {
                "line": 0,
                "character": 130
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:121"
          },
          "parentId": "ConnectApi.chatterfavorites.method.getfeedelements(string,string,string,string,integer,connectapi.feedsortorder)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.getfeedelements.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.chatterfavorites.getfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfavorites.method.getfeedelements(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": 140
              },
              "end": {
                "line": 0,
                "character": 148
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:140"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 140
              },
              "end": {
                "line": 0,
                "character": 148
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:140"
          },
          "parentId": "ConnectApi.chatterfavorites.method.getfeedelements(string,string,string,string,integer,connectapi.feedsortorder)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.getfeedelements.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.chatterfavorites.getfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfavorites.method.getfeedelements(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": 175
              },
              "end": {
                "line": 0,
                "character": 184
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:175"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 175
              },
              "end": {
                "line": 0,
                "character": 184
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:175"
          },
          "parentId": "ConnectApi.chatterfavorites.method.getfeedelements(string,string,string,string,integer,connectapi.feedsortorder)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.getfeedelements.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "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.chatterfavorites.getfeedelements",
            "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. The ID of a favorite. 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": []
    },
    "getfeedelements(string,string,string,integer,integer,string,integer,connectapi.feedsortorder)": {
      "id": "ConnectApi.chatterfavorites.method.getfeedelements(string,string,string,integer,integer,string,integer,connectapi.feedsortorder)",
      "nodeType": "method",
      "name": "getFeedElements",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedElements",
        "textToLower": "getfeedelements",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedElements_-1:0"
      },
      "parentId": "ConnectApi.chatterfavorites",
      "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.FeedElementPage getFeedElements(String communityId, String subjectId, String favoriteId, Integer recentCommentCount, Integer elementsPerBundle, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam)",
      "overrideSignature": "public static override ConnectApi.FeedElementPage getFeedElements(String communityId, String subjectId, String favoriteId, Integer recentCommentCount, Integer elementsPerBundle, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam)",
      "simplifiedSignature": "getFeedElements(String,String,String,Integer,Integer,String,Integer,ConnectApi.FeedSortOrder)",
      "datatype": {
        "id": "ConnectApi.chatterfavorites.getfeedelements.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.chatterfavorites.getfeedelements",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedElementPage"
      },
      "description": "Get a page of sorted feed elements for a favorite. Include no more than the specified number of comments per feed element.",
      "parentName": "ChatterFavorites",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfavorites.method.getfeedelements(string,string,string,integer,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": 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.chatterfavorites.method.getfeedelements(string,string,string,integer,integer,string,integer,connectapi.feedsortorder)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.getfeedelements.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.chatterfavorites.getfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfavorites.method.getfeedelements(string,string,string,integer,integer,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": 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.chatterfavorites.method.getfeedelements(string,string,string,integer,integer,string,integer,connectapi.feedsortorder)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.getfeedelements.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.chatterfavorites.getfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "favoriteid": {
          "id": "ConnectApi.chatterfavorites.method.getfeedelements(string,string,string,integer,integer,string,integer,connectapi.feedsortorder).varParam.favoriteid",
          "nodeType": "variable",
          "name": "favoriteId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "favoriteId",
            "textToLower": "favoriteid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 102
              },
              "end": {
                "line": 0,
                "character": 112
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_favoriteId_0:102"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "favoriteId",
            "textToLower": "favoriteid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 102
              },
              "end": {
                "line": 0,
                "character": 112
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_favoriteId_0:102"
          },
          "parentId": "ConnectApi.chatterfavorites.method.getfeedelements(string,string,string,integer,integer,string,integer,connectapi.feedsortorder)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.getfeedelements.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.chatterfavorites.getfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfavorites.method.getfeedelements(string,string,string,integer,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": 122
              },
              "end": {
                "line": 0,
                "character": 140
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:122"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 122
              },
              "end": {
                "line": 0,
                "character": 140
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:122"
          },
          "parentId": "ConnectApi.chatterfavorites.method.getfeedelements(string,string,string,integer,integer,string,integer,connectapi.feedsortorder)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.getfeedelements.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 114
                },
                "end": {
                  "line": 0,
                  "character": 121
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:114"
            },
            "parentId": "ConnectApi.chatterfavorites.getfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "elementsperbundle": {
          "id": "ConnectApi.chatterfavorites.method.getfeedelements(string,string,string,integer,integer,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": 150
              },
              "end": {
                "line": 0,
                "character": 167
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:150"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 150
              },
              "end": {
                "line": 0,
                "character": 167
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:150"
          },
          "parentId": "ConnectApi.chatterfavorites.method.getfeedelements(string,string,string,integer,integer,string,integer,connectapi.feedsortorder)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.getfeedelements.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 142
                },
                "end": {
                  "line": 0,
                  "character": 149
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:142"
            },
            "parentId": "ConnectApi.chatterfavorites.getfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfavorites.method.getfeedelements(string,string,string,integer,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": 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.chatterfavorites.method.getfeedelements(string,string,string,integer,integer,string,integer,connectapi.feedsortorder)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.getfeedelements.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.chatterfavorites.getfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfavorites.method.getfeedelements(string,string,string,integer,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": 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.chatterfavorites.method.getfeedelements(string,string,string,integer,integer,string,integer,connectapi.feedsortorder)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.getfeedelements.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.chatterfavorites.getfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfavorites.method.getfeedelements(string,string,string,integer,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": 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.chatterfavorites.method.getfeedelements(string,string,string,integer,integer,string,integer,connectapi.feedsortorder)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.getfeedelements.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.chatterfavorites.getfeedelements",
            "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. The ID of a favorite. 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. 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": []
    },
    "getfeeditems(string,string,string)": {
      "id": "ConnectApi.chatterfavorites.method.getfeeditems(string,string,string)",
      "nodeType": "method",
      "name": "getFeedItems",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedItems",
        "textToLower": "getfeeditems",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedItems_-1:0"
      },
      "parentId": "ConnectApi.chatterfavorites",
      "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.FeedItemPage getFeedItems(String communityId, String subjectId, String favoriteId)",
      "overrideSignature": "public static override ConnectApi.FeedItemPage getFeedItems(String communityId, String subjectId, String favoriteId)",
      "simplifiedSignature": "getFeedItems(String,String,String)",
      "datatype": {
        "id": "ConnectApi.chatterfavorites.getfeeditems.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.chatterfavorites.getfeeditems",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedItemPage"
      },
      "description": "Get the first page of feed items for a favorite.",
      "parentName": "ChatterFavorites",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfavorites.method.getfeeditems(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": 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.chatterfavorites.method.getfeeditems(string,string,string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.getfeeditems.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.chatterfavorites.getfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfavorites.method.getfeeditems(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": 78
              },
              "end": {
                "line": 0,
                "character": 87
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:78"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 78
              },
              "end": {
                "line": 0,
                "character": 87
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:78"
          },
          "parentId": "ConnectApi.chatterfavorites.method.getfeeditems(string,string,string)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.getfeeditems.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.chatterfavorites.getfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "favoriteid": {
          "id": "ConnectApi.chatterfavorites.method.getfeeditems(string,string,string).varParam.favoriteid",
          "nodeType": "variable",
          "name": "favoriteId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "favoriteId",
            "textToLower": "favoriteid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 96
              },
              "end": {
                "line": 0,
                "character": 106
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_favoriteId_0:96"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "favoriteId",
            "textToLower": "favoriteid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 96
              },
              "end": {
                "line": 0,
                "character": 106
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_favoriteId_0:96"
          },
          "parentId": "ConnectApi.chatterfavorites.method.getfeeditems(string,string,string)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.getfeeditems.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.chatterfavorites.getfeeditems",
            "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. The ID of a favorite.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "getfeeditems(string,string,string,string,integer,connectapi.feedsortorder)": {
      "id": "ConnectApi.chatterfavorites.method.getfeeditems(string,string,string,string,integer,connectapi.feedsortorder)",
      "nodeType": "method",
      "name": "getFeedItems",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedItems",
        "textToLower": "getfeeditems",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedItems_-1:0"
      },
      "parentId": "ConnectApi.chatterfavorites",
      "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.FeedItemPage getFeedItems(String communityId, String subjectId, String favoriteId, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam)",
      "overrideSignature": "public static override ConnectApi.FeedItemPage getFeedItems(String communityId, String subjectId, String favoriteId, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam)",
      "simplifiedSignature": "getFeedItems(String,String,String,String,Integer,ConnectApi.FeedSortOrder)",
      "datatype": {
        "id": "ConnectApi.chatterfavorites.getfeeditems.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.chatterfavorites.getfeeditems",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedItemPage"
      },
      "description": "Get a page of sorted feed items for a favorite.",
      "parentName": "ChatterFavorites",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfavorites.method.getfeeditems(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": 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.chatterfavorites.method.getfeeditems(string,string,string,string,integer,connectapi.feedsortorder)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.getfeeditems.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.chatterfavorites.getfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfavorites.method.getfeeditems(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": 78
              },
              "end": {
                "line": 0,
                "character": 87
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:78"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 78
              },
              "end": {
                "line": 0,
                "character": 87
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:78"
          },
          "parentId": "ConnectApi.chatterfavorites.method.getfeeditems(string,string,string,string,integer,connectapi.feedsortorder)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.getfeeditems.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.chatterfavorites.getfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "favoriteid": {
          "id": "ConnectApi.chatterfavorites.method.getfeeditems(string,string,string,string,integer,connectapi.feedsortorder).varParam.favoriteid",
          "nodeType": "variable",
          "name": "favoriteId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "favoriteId",
            "textToLower": "favoriteid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 96
              },
              "end": {
                "line": 0,
                "character": 106
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_favoriteId_0:96"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "favoriteId",
            "textToLower": "favoriteid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 96
              },
              "end": {
                "line": 0,
                "character": 106
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_favoriteId_0:96"
          },
          "parentId": "ConnectApi.chatterfavorites.method.getfeeditems(string,string,string,string,integer,connectapi.feedsortorder)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.getfeeditems.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.chatterfavorites.getfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfavorites.method.getfeeditems(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": 115
              },
              "end": {
                "line": 0,
                "character": 124
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:115"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 115
              },
              "end": {
                "line": 0,
                "character": 124
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:115"
          },
          "parentId": "ConnectApi.chatterfavorites.method.getfeeditems(string,string,string,string,integer,connectapi.feedsortorder)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.getfeeditems.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 108
                },
                "end": {
                  "line": 0,
                  "character": 114
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:108"
            },
            "parentId": "ConnectApi.chatterfavorites.getfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfavorites.method.getfeeditems(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": 134
              },
              "end": {
                "line": 0,
                "character": 142
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:134"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 134
              },
              "end": {
                "line": 0,
                "character": 142
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:134"
          },
          "parentId": "ConnectApi.chatterfavorites.method.getfeeditems(string,string,string,string,integer,connectapi.feedsortorder)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.getfeeditems.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 126
                },
                "end": {
                  "line": 0,
                  "character": 133
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:126"
            },
            "parentId": "ConnectApi.chatterfavorites.getfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfavorites.method.getfeeditems(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": 169
              },
              "end": {
                "line": 0,
                "character": 178
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:169"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 169
              },
              "end": {
                "line": 0,
                "character": 178
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:169"
          },
          "parentId": "ConnectApi.chatterfavorites.method.getfeeditems(string,string,string,string,integer,connectapi.feedsortorder)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.getfeeditems.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "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.chatterfavorites.getfeeditems",
            "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. The ID of a favorite. 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": []
    },
    "getfeeditems(string,string,string,integer,string,integer,feedsortorder)": {
      "id": "ConnectApi.chatterfavorites.method.getfeeditems(string,string,string,integer,string,integer,feedsortorder)",
      "nodeType": "method",
      "name": "getFeedItems",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFeedItems",
        "textToLower": "getfeeditems",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFeedItems_-1:0"
      },
      "parentId": "ConnectApi.chatterfavorites",
      "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.FeedItemPage getFeedItems(String communityId, String subjectId, String favoriteId, Integer recentCommentCount, String pageParam, Integer pageSize, FeedSortOrder sortParam)",
      "overrideSignature": "public static override ConnectApi.FeedItemPage getFeedItems(String communityId, String subjectId, String favoriteId, Integer recentCommentCount, String pageParam, Integer pageSize, FeedSortOrder sortParam)",
      "simplifiedSignature": "getFeedItems(String,String,String,Integer,String,Integer,FeedSortOrder)",
      "datatype": {
        "id": "ConnectApi.chatterfavorites.getfeeditems.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.chatterfavorites.getfeeditems",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedItemPage"
      },
      "description": "Get a page of sorted feed items for a favorite. Include no more than the specified number of comments per feed item.",
      "parentName": "ChatterFavorites",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfavorites.method.getfeeditems(string,string,string,integer,string,integer,feedsortorder).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.chatterfavorites.method.getfeeditems(string,string,string,integer,string,integer,feedsortorder)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.getfeeditems.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.chatterfavorites.getfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfavorites.method.getfeeditems(string,string,string,integer,string,integer,feedsortorder).varParam.subjectid",
          "nodeType": "variable",
          "name": "subjectId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 78
              },
              "end": {
                "line": 0,
                "character": 87
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:78"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 78
              },
              "end": {
                "line": 0,
                "character": 87
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:78"
          },
          "parentId": "ConnectApi.chatterfavorites.method.getfeeditems(string,string,string,integer,string,integer,feedsortorder)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.getfeeditems.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.chatterfavorites.getfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "favoriteid": {
          "id": "ConnectApi.chatterfavorites.method.getfeeditems(string,string,string,integer,string,integer,feedsortorder).varParam.favoriteid",
          "nodeType": "variable",
          "name": "favoriteId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "favoriteId",
            "textToLower": "favoriteid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 96
              },
              "end": {
                "line": 0,
                "character": 106
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_favoriteId_0:96"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "favoriteId",
            "textToLower": "favoriteid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 96
              },
              "end": {
                "line": 0,
                "character": 106
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_favoriteId_0:96"
          },
          "parentId": "ConnectApi.chatterfavorites.method.getfeeditems(string,string,string,integer,string,integer,feedsortorder)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.getfeeditems.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.chatterfavorites.getfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfavorites.method.getfeeditems(string,string,string,integer,string,integer,feedsortorder).varParam.recentcommentcount",
          "nodeType": "variable",
          "name": "recentCommentCount",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 116
              },
              "end": {
                "line": 0,
                "character": 134
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:116"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 116
              },
              "end": {
                "line": 0,
                "character": 134
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:116"
          },
          "parentId": "ConnectApi.chatterfavorites.method.getfeeditems(string,string,string,integer,string,integer,feedsortorder)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.getfeeditems.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.chatterfavorites.getfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfavorites.method.getfeeditems(string,string,string,integer,string,integer,feedsortorder).varParam.pageparam",
          "nodeType": "variable",
          "name": "pageParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 143
              },
              "end": {
                "line": 0,
                "character": 152
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:143"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 143
              },
              "end": {
                "line": 0,
                "character": 152
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:143"
          },
          "parentId": "ConnectApi.chatterfavorites.method.getfeeditems(string,string,string,integer,string,integer,feedsortorder)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.getfeeditems.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.chatterfavorites.getfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfavorites.method.getfeeditems(string,string,string,integer,string,integer,feedsortorder).varParam.pagesize",
          "nodeType": "variable",
          "name": "pageSize",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 162
              },
              "end": {
                "line": 0,
                "character": 170
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:162"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 162
              },
              "end": {
                "line": 0,
                "character": 170
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:162"
          },
          "parentId": "ConnectApi.chatterfavorites.method.getfeeditems(string,string,string,integer,string,integer,feedsortorder)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.getfeeditems.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 154
                },
                "end": {
                  "line": 0,
                  "character": 161
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:154"
            },
            "parentId": "ConnectApi.chatterfavorites.getfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfavorites.method.getfeeditems(string,string,string,integer,string,integer,feedsortorder).varParam.sortparam",
          "nodeType": "variable",
          "name": "sortParam",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 186
              },
              "end": {
                "line": 0,
                "character": 195
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:186"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 186
              },
              "end": {
                "line": 0,
                "character": 195
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:186"
          },
          "parentId": "ConnectApi.chatterfavorites.method.getfeeditems(string,string,string,integer,string,integer,feedsortorder)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.getfeeditems.datatype.FeedSortOrder",
            "nodeType": "datatype",
            "name": "FeedSortOrder",
            "startToken": {
              "type": "datatype.custom.class",
              "text": "FeedSortOrder",
              "textToLower": "feedsortorder",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 172
                },
                "end": {
                  "line": 0,
                  "character": 185
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_FeedSortOrder_0:172"
            },
            "parentId": "ConnectApi.chatterfavorites.getfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "FeedSortOrder"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the context user or the alias me. The ID of a favorite. 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": []
    },
    "updatefavorite(string,string,string,boolean)": {
      "id": "ConnectApi.chatterfavorites.method.updatefavorite(string,string,string,boolean)",
      "nodeType": "method",
      "name": "updateFavorite",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "updateFavorite",
        "textToLower": "updatefavorite",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_updateFavorite_-1:0"
      },
      "parentId": "ConnectApi.chatterfavorites",
      "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.FeedFavorite updateFavorite(String communityId, String subjectId, String favoriteId, Boolean updateLastViewDate)",
      "overrideSignature": "public static override ConnectApi.FeedFavorite updateFavorite(String communityId, String subjectId, String favoriteId, Boolean updateLastViewDate)",
      "simplifiedSignature": "updateFavorite(String,String,String,Boolean)",
      "datatype": {
        "id": "ConnectApi.chatterfavorites.updatefavorite.datatype.ConnectApi.FeedFavorite",
        "nodeType": "datatype",
        "name": "ConnectApi.FeedFavorite",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "ConnectApi",
          "textToLower": "connectapi",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 14
            },
            "end": {
              "line": 0,
              "character": 24
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_ConnectApi_0:14"
        },
        "parentId": "ConnectApi.chatterfavorites.updatefavorite",
        "order": 0,
        "memberOrder": 0,
        "type": "ConnectApi.FeedFavorite"
      },
      "description": "Update the last view date of the saved search or list view feed to the current system time.",
      "parentName": "ChatterFavorites",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfavorites.method.updatefavorite(string,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": 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.chatterfavorites.method.updatefavorite(string,string,string,boolean)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.updatefavorite.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.chatterfavorites.updatefavorite",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfavorites.method.updatefavorite(string,string,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": 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.chatterfavorites.method.updatefavorite(string,string,string,boolean)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.updatefavorite.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.chatterfavorites.updatefavorite",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "favoriteid": {
          "id": "ConnectApi.chatterfavorites.method.updatefavorite(string,string,string,boolean).varParam.favoriteid",
          "nodeType": "variable",
          "name": "favoriteId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "favoriteId",
            "textToLower": "favoriteid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 98
              },
              "end": {
                "line": 0,
                "character": 108
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_favoriteId_0:98"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "favoriteId",
            "textToLower": "favoriteid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 98
              },
              "end": {
                "line": 0,
                "character": 108
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_favoriteId_0:98"
          },
          "parentId": "ConnectApi.chatterfavorites.method.updatefavorite(string,string,string,boolean)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.updatefavorite.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.chatterfavorites.updatefavorite",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "updatelastviewdate": {
          "id": "ConnectApi.chatterfavorites.method.updatefavorite(string,string,string,boolean).varParam.updatelastviewdate",
          "nodeType": "variable",
          "name": "updateLastViewDate",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "updateLastViewDate",
            "textToLower": "updatelastviewdate",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 118
              },
              "end": {
                "line": 0,
                "character": 136
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updateLastViewDate_0:118"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "updateLastViewDate",
            "textToLower": "updatelastviewdate",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 118
              },
              "end": {
                "line": 0,
                "character": 136
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_updateLastViewDate_0:118"
          },
          "parentId": "ConnectApi.chatterfavorites.method.updatefavorite(string,string,string,boolean)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.updatefavorite.datatype.Boolean",
            "nodeType": "datatype",
            "name": "Boolean",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Boolean",
              "textToLower": "boolean",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 110
                },
                "end": {
                  "line": 0,
                  "character": 117
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Boolean_0:110"
            },
            "parentId": "ConnectApi.chatterfavorites.updatefavorite",
            "order": 0,
            "memberOrder": 0,
            "type": "Boolean"
          },
          "description": "Use either the ID for a community, internal, or null. The ID of the context user or the alias me. The ID of a favorite. Specify whether to update the last view date of the specified favorite to the current system time (true) or not (false).",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeedelements(string,string,string,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfavorites.method.settestgetfeedelements(string,string,string,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestGetFeedElements",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFeedElements",
        "textToLower": "settestgetfeedelements",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFeedElements_-1:0"
      },
      "parentId": "ConnectApi.chatterfavorites",
      "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 Void setTestGetFeedElements(String communityId, String subjectId, String favoriteId, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestGetFeedElements(String communityId, String subjectId, String favoriteId, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestGetFeedElements(String,String,String,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfavorites.settestgetfeedelements.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.chatterfavorites.settestgetfeedelements",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when getFeedElements​ is called with matching parameters in a test context. Use the method with the same parameters or the code throws an exception.",
      "parentName": "ChatterFavorites",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfavorites.method.settestgetfeedelements(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": 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.chatterfavorites.method.settestgetfeedelements(string,string,string,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.settestgetfeedelements.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.chatterfavorites.settestgetfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfavorites.method.settestgetfeedelements(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": 69
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:69"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 69
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:69"
          },
          "parentId": "ConnectApi.chatterfavorites.method.settestgetfeedelements(string,string,string,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.settestgetfeedelements.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.chatterfavorites.settestgetfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "favoriteid": {
          "id": "ConnectApi.chatterfavorites.method.settestgetfeedelements(string,string,string,connectapi.feedelementpage).varParam.favoriteid",
          "nodeType": "variable",
          "name": "favoriteId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "favoriteId",
            "textToLower": "favoriteid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 97
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_favoriteId_0:87"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "favoriteId",
            "textToLower": "favoriteid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 97
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_favoriteId_0:87"
          },
          "parentId": "ConnectApi.chatterfavorites.method.settestgetfeedelements(string,string,string,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.settestgetfeedelements.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.chatterfavorites.settestgetfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfavorites.method.settestgetfeedelements(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": 126
              },
              "end": {
                "line": 0,
                "character": 132
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:126"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 126
              },
              "end": {
                "line": 0,
                "character": 132
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:126"
          },
          "parentId": "ConnectApi.chatterfavorites.method.settestgetfeedelements(string,string,string,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.settestgetfeedelements.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "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.chatterfavorites.settestgetfeedelements",
            "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. The ID of a favorite. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeedelements(string,string,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfavorites.method.settestgetfeedelements(string,string,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestGetFeedElements",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFeedElements",
        "textToLower": "settestgetfeedelements",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFeedElements_-1:0"
      },
      "parentId": "ConnectApi.chatterfavorites",
      "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 Void setTestGetFeedElements(String communityId, String subjectId, String favoriteId, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestGetFeedElements(String communityId, String subjectId, String favoriteId, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestGetFeedElements(String,String,String,String,Integer,ConnectApi.FeedSortOrder,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfavorites.settestgetfeedelements.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.chatterfavorites.settestgetfeedelements",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when getFeedElements​ is called with matching parameters in a test context. Use the method with the same parameters or the code throws an exception.",
      "parentName": "ChatterFavorites",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfavorites.method.settestgetfeedelements(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": 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.chatterfavorites.method.settestgetfeedelements(string,string,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.settestgetfeedelements.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.chatterfavorites.settestgetfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfavorites.method.settestgetfeedelements(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": 69
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:69"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 69
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:69"
          },
          "parentId": "ConnectApi.chatterfavorites.method.settestgetfeedelements(string,string,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.settestgetfeedelements.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.chatterfavorites.settestgetfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "favoriteid": {
          "id": "ConnectApi.chatterfavorites.method.settestgetfeedelements(string,string,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.favoriteid",
          "nodeType": "variable",
          "name": "favoriteId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "favoriteId",
            "textToLower": "favoriteid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 97
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_favoriteId_0:87"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "favoriteId",
            "textToLower": "favoriteid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 97
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_favoriteId_0:87"
          },
          "parentId": "ConnectApi.chatterfavorites.method.settestgetfeedelements(string,string,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.settestgetfeedelements.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.chatterfavorites.settestgetfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfavorites.method.settestgetfeedelements(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": 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.chatterfavorites.method.settestgetfeedelements(string,string,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.settestgetfeedelements.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.chatterfavorites.settestgetfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfavorites.method.settestgetfeedelements(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": 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.chatterfavorites.method.settestgetfeedelements(string,string,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.settestgetfeedelements.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.chatterfavorites.settestgetfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfavorites.method.settestgetfeedelements(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": 160
              },
              "end": {
                "line": 0,
                "character": 169
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:160"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 160
              },
              "end": {
                "line": 0,
                "character": 169
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:160"
          },
          "parentId": "ConnectApi.chatterfavorites.method.settestgetfeedelements(string,string,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.settestgetfeedelements.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 135
                },
                "end": {
                  "line": 0,
                  "character": 145
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:135"
            },
            "parentId": "ConnectApi.chatterfavorites.settestgetfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfavorites.method.settestgetfeedelements(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": 198
              },
              "end": {
                "line": 0,
                "character": 204
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:198"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 198
              },
              "end": {
                "line": 0,
                "character": 204
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:198"
          },
          "parentId": "ConnectApi.chatterfavorites.method.settestgetfeedelements(string,string,string,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.settestgetfeedelements.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 171
                },
                "end": {
                  "line": 0,
                  "character": 181
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:171"
            },
            "parentId": "ConnectApi.chatterfavorites.settestgetfeedelements",
            "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. The ID of a favorite. 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": []
    },
    "settestgetfeedelements(string,string,string,integer,integer,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)": {
      "id": "ConnectApi.chatterfavorites.method.settestgetfeedelements(string,string,string,integer,integer,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
      "nodeType": "method",
      "name": "setTestGetFeedElements",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFeedElements",
        "textToLower": "settestgetfeedelements",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFeedElements_-1:0"
      },
      "parentId": "ConnectApi.chatterfavorites",
      "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 Void setTestGetFeedElements(String communityId, String subjectId, String favoriteId, Integer recentCommentCount, Integer elementsPerBundle, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedElementPage result)",
      "overrideSignature": "public static override Void setTestGetFeedElements(String communityId, String subjectId, String favoriteId, Integer recentCommentCount, Integer elementsPerBundle, String pageParam, Integer pageSize, ConnectApi.FeedSortOrder sortParam, ConnectApi.FeedElementPage result)",
      "simplifiedSignature": "setTestGetFeedElements(String,String,String,Integer,Integer,String,Integer,ConnectApi.FeedSortOrder,ConnectApi.FeedElementPage)",
      "datatype": {
        "id": "ConnectApi.chatterfavorites.settestgetfeedelements.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.chatterfavorites.settestgetfeedelements",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedElementPage object to be returned when getFeedElements​ is called with matching parameters in a test context. Use the method with the same parameters or the code throws an exception.",
      "parentName": "ChatterFavorites",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfavorites.method.settestgetfeedelements(string,string,string,integer,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": 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.chatterfavorites.method.settestgetfeedelements(string,string,string,integer,integer,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.settestgetfeedelements.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.chatterfavorites.settestgetfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfavorites.method.settestgetfeedelements(string,string,string,integer,integer,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": 69
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:69"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 69
              },
              "end": {
                "line": 0,
                "character": 78
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:69"
          },
          "parentId": "ConnectApi.chatterfavorites.method.settestgetfeedelements(string,string,string,integer,integer,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.settestgetfeedelements.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.chatterfavorites.settestgetfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "favoriteid": {
          "id": "ConnectApi.chatterfavorites.method.settestgetfeedelements(string,string,string,integer,integer,string,integer,connectapi.feedsortorder,connectapi.feedelementpage).varParam.favoriteid",
          "nodeType": "variable",
          "name": "favoriteId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "favoriteId",
            "textToLower": "favoriteid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 97
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_favoriteId_0:87"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "favoriteId",
            "textToLower": "favoriteid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 87
              },
              "end": {
                "line": 0,
                "character": 97
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_favoriteId_0:87"
          },
          "parentId": "ConnectApi.chatterfavorites.method.settestgetfeedelements(string,string,string,integer,integer,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.settestgetfeedelements.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.chatterfavorites.settestgetfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfavorites.method.settestgetfeedelements(string,string,string,integer,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": 107
              },
              "end": {
                "line": 0,
                "character": 125
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:107"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 107
              },
              "end": {
                "line": 0,
                "character": 125
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:107"
          },
          "parentId": "ConnectApi.chatterfavorites.method.settestgetfeedelements(string,string,string,integer,integer,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.settestgetfeedelements.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 99
                },
                "end": {
                  "line": 0,
                  "character": 106
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:99"
            },
            "parentId": "ConnectApi.chatterfavorites.settestgetfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "elementsperbundle": {
          "id": "ConnectApi.chatterfavorites.method.settestgetfeedelements(string,string,string,integer,integer,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": 135
              },
              "end": {
                "line": 0,
                "character": 152
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:135"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "elementsPerBundle",
            "textToLower": "elementsperbundle",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 135
              },
              "end": {
                "line": 0,
                "character": 152
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_elementsPerBundle_0:135"
          },
          "parentId": "ConnectApi.chatterfavorites.method.settestgetfeedelements(string,string,string,integer,integer,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.settestgetfeedelements.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.chatterfavorites.settestgetfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfavorites.method.settestgetfeedelements(string,string,string,integer,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": 161
              },
              "end": {
                "line": 0,
                "character": 170
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:161"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 161
              },
              "end": {
                "line": 0,
                "character": 170
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:161"
          },
          "parentId": "ConnectApi.chatterfavorites.method.settestgetfeedelements(string,string,string,integer,integer,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.settestgetfeedelements.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 154
                },
                "end": {
                  "line": 0,
                  "character": 160
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:154"
            },
            "parentId": "ConnectApi.chatterfavorites.settestgetfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfavorites.method.settestgetfeedelements(string,string,string,integer,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": 180
              },
              "end": {
                "line": 0,
                "character": 188
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:180"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 180
              },
              "end": {
                "line": 0,
                "character": 188
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:180"
          },
          "parentId": "ConnectApi.chatterfavorites.method.settestgetfeedelements(string,string,string,integer,integer,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.settestgetfeedelements.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.chatterfavorites.settestgetfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfavorites.method.settestgetfeedelements(string,string,string,integer,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": 215
              },
              "end": {
                "line": 0,
                "character": 224
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:215"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 215
              },
              "end": {
                "line": 0,
                "character": 224
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:215"
          },
          "parentId": "ConnectApi.chatterfavorites.method.settestgetfeedelements(string,string,string,integer,integer,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.settestgetfeedelements.datatype.ConnectApi.FeedSortOrder",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedSortOrder",
            "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.chatterfavorites.settestgetfeedelements",
            "order": 0,
            "memberOrder": 0,
            "type": "ConnectApi.FeedSortOrder"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfavorites.method.settestgetfeedelements(string,string,string,integer,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": 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.chatterfavorites.method.settestgetfeedelements(string,string,string,integer,integer,string,integer,connectapi.feedsortorder,connectapi.feedelementpage)",
          "order": 9,
          "memberOrder": 9,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.settestgetfeedelements.datatype.ConnectApi.FeedElementPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedElementPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 226
                },
                "end": {
                  "line": 0,
                  "character": 236
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:226"
            },
            "parentId": "ConnectApi.chatterfavorites.settestgetfeedelements",
            "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. The ID of a favorite. 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. 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": []
    },
    "settestgetfeeditems(string,string,string,connectapi.feeditempage)": {
      "id": "ConnectApi.chatterfavorites.method.settestgetfeeditems(string,string,string,connectapi.feeditempage)",
      "nodeType": "method",
      "name": "setTestGetFeedItems",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFeedItems",
        "textToLower": "settestgetfeeditems",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFeedItems_-1:0"
      },
      "parentId": "ConnectApi.chatterfavorites",
      "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 Void setTestGetFeedItems(String communityId, String subjectId, String favoriteId, ConnectApi.FeedItemPage result)",
      "overrideSignature": "public static override Void setTestGetFeedItems(String communityId, String subjectId, String favoriteId, ConnectApi.FeedItemPage result)",
      "simplifiedSignature": "setTestGetFeedItems(String,String,String,ConnectApi.FeedItemPage)",
      "datatype": {
        "id": "ConnectApi.chatterfavorites.settestgetfeeditems.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.chatterfavorites.settestgetfeeditems",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedItemPage object to be returned when getFeedItems​ is called with matching parameters in a test context. Use the method with the same parameters or the code throws an exception.",
      "parentName": "ChatterFavorites",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfavorites.method.settestgetfeeditems(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": 46
              },
              "end": {
                "line": 0,
                "character": 57
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:46"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 46
              },
              "end": {
                "line": 0,
                "character": 57
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:46"
          },
          "parentId": "ConnectApi.chatterfavorites.method.settestgetfeeditems(string,string,string,connectapi.feeditempage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.settestgetfeeditems.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 39
                },
                "end": {
                  "line": 0,
                  "character": 45
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:39"
            },
            "parentId": "ConnectApi.chatterfavorites.settestgetfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfavorites.method.settestgetfeeditems(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": 66
              },
              "end": {
                "line": 0,
                "character": 75
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:66"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 66
              },
              "end": {
                "line": 0,
                "character": 75
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:66"
          },
          "parentId": "ConnectApi.chatterfavorites.method.settestgetfeeditems(string,string,string,connectapi.feeditempage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.settestgetfeeditems.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.chatterfavorites.settestgetfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "favoriteid": {
          "id": "ConnectApi.chatterfavorites.method.settestgetfeeditems(string,string,string,connectapi.feeditempage).varParam.favoriteid",
          "nodeType": "variable",
          "name": "favoriteId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "favoriteId",
            "textToLower": "favoriteid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 84
              },
              "end": {
                "line": 0,
                "character": 94
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_favoriteId_0:84"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "favoriteId",
            "textToLower": "favoriteid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 84
              },
              "end": {
                "line": 0,
                "character": 94
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_favoriteId_0:84"
          },
          "parentId": "ConnectApi.chatterfavorites.method.settestgetfeeditems(string,string,string,connectapi.feeditempage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.settestgetfeeditems.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.chatterfavorites.settestgetfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfavorites.method.settestgetfeeditems(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": 120
              },
              "end": {
                "line": 0,
                "character": 126
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:120"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 120
              },
              "end": {
                "line": 0,
                "character": 126
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:120"
          },
          "parentId": "ConnectApi.chatterfavorites.method.settestgetfeeditems(string,string,string,connectapi.feeditempage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.settestgetfeeditems.datatype.ConnectApi.FeedItemPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedItemPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 96
                },
                "end": {
                  "line": 0,
                  "character": 106
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:96"
            },
            "parentId": "ConnectApi.chatterfavorites.settestgetfeeditems",
            "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. The ID of a favorite. The object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "settestgetfeeditems(string,string,string,string,integer,feedsortorder,connectapi.feeditempage)": {
      "id": "ConnectApi.chatterfavorites.method.settestgetfeeditems(string,string,string,string,integer,feedsortorder,connectapi.feeditempage)",
      "nodeType": "method",
      "name": "setTestGetFeedItems",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFeedItems",
        "textToLower": "settestgetfeeditems",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFeedItems_-1:0"
      },
      "parentId": "ConnectApi.chatterfavorites",
      "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 Void setTestGetFeedItems(String communityId, String subjectId, String favoriteId, String pageParam, Integer pageSize, FeedSortOrder sortParam, ConnectApi.FeedItemPage result)",
      "overrideSignature": "public static override Void setTestGetFeedItems(String communityId, String subjectId, String favoriteId, String pageParam, Integer pageSize, FeedSortOrder sortParam, ConnectApi.FeedItemPage result)",
      "simplifiedSignature": "setTestGetFeedItems(String,String,String,String,Integer,FeedSortOrder,ConnectApi.FeedItemPage)",
      "datatype": {
        "id": "ConnectApi.chatterfavorites.settestgetfeeditems.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.chatterfavorites.settestgetfeeditems",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedItemPage object to be returned when getFeedItems​ is called with matching parameters in a test context. Use the method with the same parameters or the code throws an exception.",
      "parentName": "ChatterFavorites",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfavorites.method.settestgetfeeditems(string,string,string,string,integer,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": 46
              },
              "end": {
                "line": 0,
                "character": 57
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:46"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 46
              },
              "end": {
                "line": 0,
                "character": 57
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:46"
          },
          "parentId": "ConnectApi.chatterfavorites.method.settestgetfeeditems(string,string,string,string,integer,feedsortorder,connectapi.feeditempage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.settestgetfeeditems.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 39
                },
                "end": {
                  "line": 0,
                  "character": 45
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:39"
            },
            "parentId": "ConnectApi.chatterfavorites.settestgetfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfavorites.method.settestgetfeeditems(string,string,string,string,integer,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": 66
              },
              "end": {
                "line": 0,
                "character": 75
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:66"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 66
              },
              "end": {
                "line": 0,
                "character": 75
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:66"
          },
          "parentId": "ConnectApi.chatterfavorites.method.settestgetfeeditems(string,string,string,string,integer,feedsortorder,connectapi.feeditempage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.settestgetfeeditems.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.chatterfavorites.settestgetfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "favoriteid": {
          "id": "ConnectApi.chatterfavorites.method.settestgetfeeditems(string,string,string,string,integer,feedsortorder,connectapi.feeditempage).varParam.favoriteid",
          "nodeType": "variable",
          "name": "favoriteId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "favoriteId",
            "textToLower": "favoriteid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 84
              },
              "end": {
                "line": 0,
                "character": 94
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_favoriteId_0:84"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "favoriteId",
            "textToLower": "favoriteid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 84
              },
              "end": {
                "line": 0,
                "character": 94
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_favoriteId_0:84"
          },
          "parentId": "ConnectApi.chatterfavorites.method.settestgetfeeditems(string,string,string,string,integer,feedsortorder,connectapi.feeditempage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.settestgetfeeditems.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.chatterfavorites.settestgetfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfavorites.method.settestgetfeeditems(string,string,string,string,integer,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": 103
              },
              "end": {
                "line": 0,
                "character": 112
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:103"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 103
              },
              "end": {
                "line": 0,
                "character": 112
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:103"
          },
          "parentId": "ConnectApi.chatterfavorites.method.settestgetfeeditems(string,string,string,string,integer,feedsortorder,connectapi.feeditempage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.settestgetfeeditems.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 96
                },
                "end": {
                  "line": 0,
                  "character": 102
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:96"
            },
            "parentId": "ConnectApi.chatterfavorites.settestgetfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfavorites.method.settestgetfeeditems(string,string,string,string,integer,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": 122
              },
              "end": {
                "line": 0,
                "character": 130
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:122"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 122
              },
              "end": {
                "line": 0,
                "character": 130
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:122"
          },
          "parentId": "ConnectApi.chatterfavorites.method.settestgetfeeditems(string,string,string,string,integer,feedsortorder,connectapi.feeditempage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.settestgetfeeditems.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 114
                },
                "end": {
                  "line": 0,
                  "character": 121
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:114"
            },
            "parentId": "ConnectApi.chatterfavorites.settestgetfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfavorites.method.settestgetfeeditems(string,string,string,string,integer,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": 146
              },
              "end": {
                "line": 0,
                "character": 155
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:146"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "sortParam",
            "textToLower": "sortparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 146
              },
              "end": {
                "line": 0,
                "character": 155
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_sortParam_0:146"
          },
          "parentId": "ConnectApi.chatterfavorites.method.settestgetfeeditems(string,string,string,string,integer,feedsortorder,connectapi.feeditempage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.settestgetfeeditems.datatype.FeedSortOrder",
            "nodeType": "datatype",
            "name": "FeedSortOrder",
            "startToken": {
              "type": "datatype.custom.class",
              "text": "FeedSortOrder",
              "textToLower": "feedsortorder",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 132
                },
                "end": {
                  "line": 0,
                  "character": 145
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_FeedSortOrder_0:132"
            },
            "parentId": "ConnectApi.chatterfavorites.settestgetfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "FeedSortOrder"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfavorites.method.settestgetfeeditems(string,string,string,string,integer,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": 181
              },
              "end": {
                "line": 0,
                "character": 187
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:181"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 181
              },
              "end": {
                "line": 0,
                "character": 187
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:181"
          },
          "parentId": "ConnectApi.chatterfavorites.method.settestgetfeeditems(string,string,string,string,integer,feedsortorder,connectapi.feeditempage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.settestgetfeeditems.datatype.ConnectApi.FeedItemPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedItemPage",
            "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.chatterfavorites.settestgetfeeditems",
            "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. The ID of a favorite. 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": []
    },
    "settestgetfeeditems(string,string,string,integer,string,integer,feedsortorder,connectapi.feeditempage)": {
      "id": "ConnectApi.chatterfavorites.method.settestgetfeeditems(string,string,string,integer,string,integer,feedsortorder,connectapi.feeditempage)",
      "nodeType": "method",
      "name": "setTestGetFeedItems",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setTestGetFeedItems",
        "textToLower": "settestgetfeeditems",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setTestGetFeedItems_-1:0"
      },
      "parentId": "ConnectApi.chatterfavorites",
      "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 Void setTestGetFeedItems(String communityId, String subjectId, String favoriteId, Integer recentCommentCount, String pageParam, Integer pageSize, FeedSortOrder sortParam, ConnectApi.FeedItemPage result)",
      "overrideSignature": "public static override Void setTestGetFeedItems(String communityId, String subjectId, String favoriteId, Integer recentCommentCount, String pageParam, Integer pageSize, FeedSortOrder sortParam, ConnectApi.FeedItemPage result)",
      "simplifiedSignature": "setTestGetFeedItems(String,String,String,Integer,String,Integer,FeedSortOrder,ConnectApi.FeedItemPage)",
      "datatype": {
        "id": "ConnectApi.chatterfavorites.settestgetfeeditems.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.chatterfavorites.settestgetfeeditems",
        "order": 0,
        "memberOrder": 0,
        "type": "Void"
      },
      "description": "Register a ConnectApi.FeedItemPage object to be returned when getFeedItems​ is called with matching parameters in a test context. Use the method with the same parameters or the code throws an exception.",
      "parentName": "ChatterFavorites",
      "variables": {},
      "params": {
        "communityid": {
          "id": "ConnectApi.chatterfavorites.method.settestgetfeeditems(string,string,string,integer,string,integer,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": 46
              },
              "end": {
                "line": 0,
                "character": 57
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:46"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "communityId",
            "textToLower": "communityid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 46
              },
              "end": {
                "line": 0,
                "character": 57
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_communityId_0:46"
          },
          "parentId": "ConnectApi.chatterfavorites.method.settestgetfeeditems(string,string,string,integer,string,integer,feedsortorder,connectapi.feeditempage)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.settestgetfeeditems.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 39
                },
                "end": {
                  "line": 0,
                  "character": 45
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:39"
            },
            "parentId": "ConnectApi.chatterfavorites.settestgetfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "subjectid": {
          "id": "ConnectApi.chatterfavorites.method.settestgetfeeditems(string,string,string,integer,string,integer,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": 66
              },
              "end": {
                "line": 0,
                "character": 75
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:66"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "subjectId",
            "textToLower": "subjectid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 66
              },
              "end": {
                "line": 0,
                "character": 75
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_subjectId_0:66"
          },
          "parentId": "ConnectApi.chatterfavorites.method.settestgetfeeditems(string,string,string,integer,string,integer,feedsortorder,connectapi.feeditempage)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.settestgetfeeditems.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.chatterfavorites.settestgetfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "favoriteid": {
          "id": "ConnectApi.chatterfavorites.method.settestgetfeeditems(string,string,string,integer,string,integer,feedsortorder,connectapi.feeditempage).varParam.favoriteid",
          "nodeType": "variable",
          "name": "favoriteId",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "favoriteId",
            "textToLower": "favoriteid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 84
              },
              "end": {
                "line": 0,
                "character": 94
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_favoriteId_0:84"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "favoriteId",
            "textToLower": "favoriteid",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 84
              },
              "end": {
                "line": 0,
                "character": 94
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_favoriteId_0:84"
          },
          "parentId": "ConnectApi.chatterfavorites.method.settestgetfeeditems(string,string,string,integer,string,integer,feedsortorder,connectapi.feeditempage)",
          "order": 3,
          "memberOrder": 3,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.settestgetfeeditems.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.chatterfavorites.settestgetfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "recentcommentcount": {
          "id": "ConnectApi.chatterfavorites.method.settestgetfeeditems(string,string,string,integer,string,integer,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": 104
              },
              "end": {
                "line": 0,
                "character": 122
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:104"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "recentCommentCount",
            "textToLower": "recentcommentcount",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 104
              },
              "end": {
                "line": 0,
                "character": 122
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_recentCommentCount_0:104"
          },
          "parentId": "ConnectApi.chatterfavorites.method.settestgetfeeditems(string,string,string,integer,string,integer,feedsortorder,connectapi.feeditempage)",
          "order": 4,
          "memberOrder": 4,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.settestgetfeeditems.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 96
                },
                "end": {
                  "line": 0,
                  "character": 103
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:96"
            },
            "parentId": "ConnectApi.chatterfavorites.settestgetfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "pageparam": {
          "id": "ConnectApi.chatterfavorites.method.settestgetfeeditems(string,string,string,integer,string,integer,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": 131
              },
              "end": {
                "line": 0,
                "character": 140
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:131"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageParam",
            "textToLower": "pageparam",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 131
              },
              "end": {
                "line": 0,
                "character": 140
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageParam_0:131"
          },
          "parentId": "ConnectApi.chatterfavorites.method.settestgetfeeditems(string,string,string,integer,string,integer,feedsortorder,connectapi.feeditempage)",
          "order": 5,
          "memberOrder": 5,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.settestgetfeeditems.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.chatterfavorites.settestgetfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "scope": null
        },
        "pagesize": {
          "id": "ConnectApi.chatterfavorites.method.settestgetfeeditems(string,string,string,integer,string,integer,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": 150
              },
              "end": {
                "line": 0,
                "character": 158
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:150"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "pageSize",
            "textToLower": "pagesize",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 150
              },
              "end": {
                "line": 0,
                "character": 158
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_pageSize_0:150"
          },
          "parentId": "ConnectApi.chatterfavorites.method.settestgetfeeditems(string,string,string,integer,string,integer,feedsortorder,connectapi.feeditempage)",
          "order": 6,
          "memberOrder": 6,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.settestgetfeeditems.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 142
                },
                "end": {
                  "line": 0,
                  "character": 149
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:142"
            },
            "parentId": "ConnectApi.chatterfavorites.settestgetfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "sortparam": {
          "id": "ConnectApi.chatterfavorites.method.settestgetfeeditems(string,string,string,integer,string,integer,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": 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.chatterfavorites.method.settestgetfeeditems(string,string,string,integer,string,integer,feedsortorder,connectapi.feeditempage)",
          "order": 7,
          "memberOrder": 7,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.settestgetfeeditems.datatype.FeedSortOrder",
            "nodeType": "datatype",
            "name": "FeedSortOrder",
            "startToken": {
              "type": "datatype.custom.class",
              "text": "FeedSortOrder",
              "textToLower": "feedsortorder",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 160
                },
                "end": {
                  "line": 0,
                  "character": 173
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_FeedSortOrder_0:160"
            },
            "parentId": "ConnectApi.chatterfavorites.settestgetfeeditems",
            "order": 0,
            "memberOrder": 0,
            "type": "FeedSortOrder"
          },
          "scope": null
        },
        "result": {
          "id": "ConnectApi.chatterfavorites.method.settestgetfeeditems(string,string,string,integer,string,integer,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": 209
              },
              "end": {
                "line": 0,
                "character": 215
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:209"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "result",
            "textToLower": "result",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 209
              },
              "end": {
                "line": 0,
                "character": 215
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_result_0:209"
          },
          "parentId": "ConnectApi.chatterfavorites.method.settestgetfeeditems(string,string,string,integer,string,integer,feedsortorder,connectapi.feeditempage)",
          "order": 8,
          "memberOrder": 8,
          "datatype": {
            "id": "ConnectApi.chatterfavorites.settestgetfeeditems.datatype.ConnectApi.FeedItemPage",
            "nodeType": "datatype",
            "name": "ConnectApi.FeedItemPage",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "ConnectApi",
              "textToLower": "connectapi",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 185
                },
                "end": {
                  "line": 0,
                  "character": 195
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_ConnectApi_0:185"
            },
            "parentId": "ConnectApi.chatterfavorites.settestgetfeeditems",
            "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. The ID of a favorite. 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 object containing test data.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    }
  },
  "constructors": {},
  "extendsType": "",
  "implementTypes": [],
  "implements": {},
  "totalMembers": 18,
  "queries": []
}